You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(landing): update landing page to include new option
* chore: version bump + changelog
* docs: add VALID_LANGUAGES
* docs: add SPELL CHECK section in REFERENCE
* feat(spellcheck): implement customizable spell check setup and language selection
* test(spellcheck): add tests for spell check functionality and language setup
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.5.0] - 2026-04-27
9
+
10
+
### Added
11
+
12
+
- Spell check now supports 80+ languages powered by hunspell, including Hungarian, Arabic, Polish, French, and many more. Language is set per profile during setup and can be changed any time in manage profiles.
13
+
- Spell check language selection is part of the setup wizard and the new profile flow.
14
+
- Existing users are prompted to set a language on first launch after upgrading, with the option to configure each profile individually.
15
+
-`--languages` flag lists all supported language codes with names.
16
+
- Spellcheck settings persist per profile.
17
+
- Spell check on/off toggle added to edit and new profile modals (`ctrl+k`).
0 commit comments