Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/find-in-note.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/simpler-menu-and-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smoother-settings-pages.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vim-search.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.1 (2026-09-26)

### Features

- Add in-note search with highlighted matches, keyboard navigation, and support for Unicode text.
- Add Vim Normal-mode search with `/` to preview a query and `n` or `N` to jump between matches.

### Fixes

- Simplify the menu bar menu and remove the ineffective automatic download setting.
- Switching pages in the Settings window no longer stutters, most noticeably when moving to General.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2024"
publish = false
license = "MIT"
Expand Down
Loading