Releases: DimwitLabs/Prosaic
Releases · DimwitLabs/Prosaic
v1.5.2
v1.5.1
Fixed
- Entering an invalid language code during setup, migration spell-setup, or manage profile no longer silently falls back to
en_US. Setup and migration re-prompt until a valid code is entered; the profile modals show an error and block saving until the code is corrected.
v1.5.0
Added
- 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.
- Spell check language selection is part of the setup wizard and the new profile flow.
- Existing users are prompted to set a language on first launch after upgrading, with the option to configure each profile individually.
--languagesflag lists all supported language codes with names.- Spellcheck settings persist per profile.
- Spell check on/off toggle added to edit and new profile modals (
ctrl+k). - SPELL CHECK section added to
--reference.
v1.4.5
Added
- Status bar now shows
spellcheck:on/spellcheck:offindicator. Thanks, @chioloenrico! - Git status widget is hidden when not in a git repository, preventing a phantom gap in the status bar.
- Status bar spacing relies entirely on CSS margins for consistency.
v1.4.4
Changed
- New piece frontmatter title is now converted to title case with spaces instead of using the raw hyphenated filename for convenience.
v1.4.3
Added
CANDOR.mdrenamed toAI-DECLARATION.mdowing to spec change.
v1.4.2
Added
CANDOR.mddeclaring AI usage transparency for the project.
v1.4.1
Changed
- Added books section to
REFERENCEandREADMEdocumenting directory structure, chapters, manuscript, and workflow. - Added
Ctrl+M(compile manuscript) to theREADMEkeybindings table.
Fixed
app_versioninsettings.jsonis now updated on every launch when the installed version changes, not only during setup or legacy migration.
v1.4.0
Changed
- Books: Now use a folder-based structure with separate chapter files instead of a single document.
- Legacy books are marked and can be migrated to the new format. Your old file will still be available with a
.bakextension. - Chapters are automatically combined into
manuscript.mdwhen you compile.chapters.mdalso gets created automatically allowing you to reorder chapters. - The manuscript is read-only (in Prosaic) and regenerated on every chapter close or save (including auto-saves).
v1.3.4
Fixed
- Creating a file no longer overwrites existing files; shows error instead.
- Entering
.mdextension in filename no longer creates double extension.