Skip to content

Commit ec4ace8

Browse files
chore: dev version bump + changelog
1 parent cfaadd1 commit ec4ace8

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.1] - 2026-04-05
9+
10+
### Changed
11+
12+
- Added books section to `REFERENCE` and `README` documenting directory structure, chapters, manuscript, and workflow.
13+
- Added `Ctrl+M` (compile manuscript) to the `README` keybindings table.
14+
15+
### Fixed
16+
17+
- `app_version` in `settings.json` is now updated on every launch when the installed version changes, not only during setup or legacy migration.
18+
819
## [1.4.0] - 2026-03-30
920

1021
### Changed

prosaic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Prosaic - A writer-first terminal writing app."""
22

3-
__version__ = "1.4.0"
3+
__version__ = "1.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prosaic-app"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "A writer-first terminal writing app"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)