Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [1.4.0] - 2026-05-21

### Added
- Added a single compiled Wayfarer runtime version source backed by `Version.props`, exposed through the app CLI, `/api/version`, `X-Wayfarer-Version`, and the shared footer display (#322, #325)
- Added repo-local release helper automation for deterministic version bump preparation, changelog skeleton insertion, offline release checks, explicit local tag checks, and explicit GitHub release validation (#324, #326)
- Added app CLI help output for `help`, `version --help`, and reset-password usage without starting the web host or database-backed command path (#327, #328)

### Changed
- PDF trip export cover snapshots now use the shared image proxy/cache pipeline instead of direct raw cover-image downloads, preserving proxy validation, cache reuse, and origin-work coordination (#319, #323)

## [1.3.2] - 2026-05-20

### Changed
Expand Down
Loading