Skip to content

Commit 5ad6c4e

Browse files
committed
chore(release): v1.0.5
1 parent 797e895 commit 5ad6c4e

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.5] — 2026-06-16
8+
9+
### Fixed
10+
11+
- **Find / search occurrences now scroll into view.** The find widget (⌘F) moved
12+
the selection to an off-screen match but never scrolled to it — the smooth-scroll
13+
reveal was being cancelled by the cursor re-render. Reveal is immediate now.
14+
Jumping to a search-palette result inside the already-open file also scrolls and
15+
focuses it (previously only worked when the file opened fresh).
16+
- **Select all (⌘A / Ctrl+A) in the editor.** It silently did nothing — the binding
17+
targeted a Monaco core command via the wrong API and shadowed the native shortcut.
18+
19+
### Changed
20+
21+
- **External package files (stdlib / module cache) open editable** instead of read-only.
22+
- **Themed command palette, quick-input, find widget, lists and menus** in the
23+
fftrackDark and TokyoNight themes (focus border, inputs, list focus/hover,
24+
picker group, keybinding labels).
25+
726
## [0.5.8] — 2026-06-11
827

928
### Changed

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.4"
3+
version = "1.0.5"
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.4",
4+
"version": "1.0.5",
55
"identifier": "com.fftracking.app",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)