Releases: DimwitLabs/Prosaic
Releases · DimwitLabs/Prosaic
v.1.0.0
Added
- Start writing mode: Quick writing session with all panes open (
skeybinding). - Find files type indicators: File list shows type abbreviations (b/d/n/p) with legend below.
- Landing page at prosaic.dimwit.me
- Anti-features section on landing page (lock-in, AI writing, subscriptions, telemetry).
- GitHub issue and PR templates.
- GitHub Action for automatic PyPI publishing on tags.
- Cross-platform testing workflow (Ubuntu, macOS, Windows × Python 3.11-3.13).
- Published to PyPI as
prosaic-app(pipx install prosaic-app). - Badges to
README.md.
Fixed
ctrl+cnow correctly copies text instead of quitting (usectrl+qto quit).- Selection highlighting now clearly visible (improved contrast for both light and dark themes).
- Markdown syntax highlighting for emphasis, bold, links, code spans, blockquotes, and list markers.
- Find Files now searches entire workspace recursively and displays relative paths.
- Inline markdown formatting: Bold, italic, and inline code properly styled with dimmed markers.
- Active pane borders remain curved (round) instead of changing to solid.
v0.1.5
Added
- Landing page at
prosaic.dimwit.mewith Prosaic light theme styling. - Anti-features section on landing page (no cloud sync, AI writing, subscriptions, telemetry).
- GitHub issue and PR templates.
- GitHub Action for automatic PyPI publishing on tags.
- Cross-platform testing workflow (Ubuntu, macOS, Windows × Python 3.11-3.13).
- Published to PyPI as
prosaic-app(pipx install prosaic-app). - Badges to
README.md.
Fixed
ctrl+cnow correctly copies text instead of quitting (usectrl+qto quit).
v0.1.2
Added
- Start writing mode: Quick writing session with all panes open (
skeybinding). Creates documents in workspace root instead of subfolders. - Find files type indicators: File list shows type abbreviations (b/d/n/p) with legend below.
Fixed
- Selection highlighting now clearly visible (improved contrast for both light and dark themes).
- Markdown syntax highlighting for emphasis, bold, links, code spans, blockquotes, and list markers.
- Find Files now searches entire workspace recursively (not just
pieces/) and displays relative paths. - Inline markdown formatting: Bold (
**/__), italic (*/_), and inline code are now properly styled with dimmed markers and formatted content. - Active pane borders remain curved (round) instead of changing to solid.
v0.1.1
Added
- Continue writing mode: Resume your last edited document with
ckeybinding on dashboard. - Last file tracking stored in
settings.json.
Changed
- All imports moved to module level following PEP 8 conventions.
git.Repoimport usestry/except ImportErrorpattern for optional dependency.
v0.1.0
Added
- Initial release of Prosaic writing app.
- Dashboard with pieces, books, notes, and file finder.
- Markdown editor with live outline and word counting.
- Focus mode and reader mode.
- Daily metrics tracking.
- Git-ready archive with automatic initialization.
- Git repository detection during setup wizard with remote URL inheritance.
- XDG-compliant config location (
~/.config/prosaic/) withXDG_CONFIG_HOMEsupport. PROSAIC_CONFIG_DIRenvironment variable for custom config path override.- Light and dark themes.