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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,25 @@
- Added optional fuzzy dictionary suggestions per profile, with transcript-level
review before applying near-match replacements.

## [0.2.0](https://github.com/forjd/muesli/compare/v0.1.2...v0.2.0) (2026-04-26)


### Features

* add custom dictionary corrections ([958d3ee](https://github.com/forjd/muesli/commit/958d3ee5d998db95c43f1370129355b8e95002ab))
* add dictation storage modes ([95bec7a](https://github.com/forjd/muesli/commit/95bec7a703a808415ae64d0f8fd343034af41421))
* add dictionary profiles ([660ecbe](https://github.com/forjd/muesli/commit/660ecbe06c33dab176b4f6b4c4b1bc4cd782b174))
* add explicit offline mode ([beac981](https://github.com/forjd/muesli/commit/beac9814c39a75c56af6e5bc595c5b3fe197234a))
* add global dictation feedback ([daa1470](https://github.com/forjd/muesli/commit/daa1470de912f8bb9a2889f85c804e0789702e68))
* add menu bar controls ([a068265](https://github.com/forjd/muesli/commit/a068265ba333ec0bdb30b3902dff45d1fb7bedcf))
* add optional dictation sound effects ([52e35fd](https://github.com/forjd/muesli/commit/52e35fdcffc2c121b389ea60591fc8391dd6c6a3))
* add privacy model and encrypted local storage ([21d31aa](https://github.com/forjd/muesli/commit/21d31aa4f1a71412c4ece344f7ed6962dd4b4a10))
* add recording overlay ([a17c6bc](https://github.com/forjd/muesli/commit/a17c6bc6856288b3af92c9838b854b24dbfe879c))
* add retention controls ([e501944](https://github.com/forjd/muesli/commit/e5019442b397c7e9ce6874d75e046a8af99ab5e6))
* add transcript replacement rules ([c9fa373](https://github.com/forjd/muesli/commit/c9fa373cece8f79f59060adf730cb2b5a98219e9))
* add VAD chunk rotation ([866c2af](https://github.com/forjd/muesli/commit/866c2afb257a7e470909081fa37d6f7617f76aca))
* improve recoverable error states ([e47d01e](https://github.com/forjd/muesli/commit/e47d01e7d9d5ef85e9f1b0f77495a4733c37dc20))

## [0.1.2](https://github.com/forjd/muesli/compare/v0.1.1...v0.1.2) (2026-04-25)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.2.0
Loading