Skip to content

Commit 5329fdd

Browse files
committed
chore(release): v1.0.10
1 parent 924dbae commit 5329fdd

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project are documented here. Format loosely follows
44
[Keep a Changelog](https://keepachangelog.com/); versions follow
55
[SemVer](https://semver.org/).
66

7+
## [1.0.10] — 2026-06-17
8+
9+
### Added
10+
11+
- **Change all occurrences of a word** (⌘⇧A) — the word at the caret (or the current
12+
selection) gets a cursor on every occurrence in the file, so a single edit rewrites
13+
them all. Rebindable.
14+
- **Configurable shortcuts for the remaining footer actions**: show/hide the project
15+
tree (⌘B) and the Plugins tab (⌘4). All footer actions now appear in the Navigation
16+
group of the shortcuts editor, and the footer tooltips show their combo.
17+
18+
### Fixed
19+
20+
- **Change stripes clear after an external checkout/discard.** The open file re-syncs
21+
with disk on editor focus and window refocus (a checkout/discard changes the file
22+
without moving HEAD, so the HEAD poll alone wouldn't notice). Dirty buffers are
23+
skipped, so unsaved edits are never overwritten.
24+
725
## [1.0.9] — 2026-06-17
826

927
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fftracking"
3-
version = "1.0.9"
3+
version = "1.0.10"
44
edition.workspace = true
55
license.workspace = true
66
default-run = "fftracking"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "fftracking",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"identifier": "com.fftracking.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)