Skip to content

Commit 8395314

Browse files
committed
chore(release): v0.14.1
1 parent c742b84 commit 8395314

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ All notable changes to Prvw are documented here.
55
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning:
66
[Semantic Versioning](https://semver.org/).
77

8+
## [0.14.1] - 2026-06-15
9+
10+
Window-chrome polish: the traffic lights stay put, the title bar fits on one line and zooms on double-click, and zoom
11+
respects your settings in fullscreen.
12+
13+
### Changed
14+
15+
- Double-click the title bar to zoom the window (fill the screen / restore) like a native macOS app, instead of toggling
16+
the image fit ([68bb58bc](https://github.com/vdavid/prvw/commit/68bb58bc))
17+
18+
### Fixed
19+
20+
- Keep the traffic-light buttons put across resizes, fullscreen, title changes, and navigation instead of snapping back
21+
to the corner, and place them correctly from the very first frame
22+
([2bd58a7e](https://github.com/vdavid/prvw/commit/2bd58a7e),
23+
[68bb58bc](https://github.com/vdavid/prvw/commit/68bb58bc))
24+
- Keep the title bar text on a single ellipsized line at every window width, instead of wrapping to two lines in a band
25+
of widths ([ef26fe7c](https://github.com/vdavid/prvw/commit/ef26fe7c))
26+
- Re-fit the zoom when you turn on "Auto-fit window" on a zoomed-in image, so it no longer overflows the resized window
27+
([5d9f06c3](https://github.com/vdavid/prvw/commit/5d9f06c3))
28+
- Respect "Enlarge small images" in fullscreen, and stop disabling the toggle when auto-fit is on
29+
([c742b845](https://github.com/vdavid/prvw/commit/c742b845))
30+
31+
### Non-app
32+
33+
- Fix the website deploy silently failing on pnpm 11: the server-side Docker build choked on ignored build scripts,
34+
leaving getprvw.com stuck on the old version ([d627b9a0](https://github.com/vdavid/prvw/commit/d627b9a0),
35+
[71b8af3a](https://github.com/vdavid/prvw/commit/71b8af3a))
36+
- Finish the pnpm 11 migration so local dev, CI, and the deploy build all run the same pinned version
37+
([bd432d7d](https://github.com/vdavid/prvw/commit/bd432d7d))
38+
- Restore the non-macOS (Linux CI) build broken by the RAW-preview and thumbnail RAM-cap work, and clear the remaining
39+
dead-code errors it exposed ([ad008aa3](https://github.com/vdavid/prvw/commit/ad008aa3),
40+
[dabbc466](https://github.com/vdavid/prvw/commit/dabbc466))
41+
- Force a clean install in the release checks so fresh-install failures surface locally, not just in CI
42+
([cb6365f7](https://github.com/vdavid/prvw/commit/cb6365f7))
43+
- Port release troubleshooting from Cmdr's guide: keep the Mac awake, create-dmg TCC degradation, and `latest.json`
44+
recovery ([0ba51dd7](https://github.com/vdavid/prvw/commit/0ba51dd7))
45+
- The release agent pushes without asking when the release finishes clean
46+
([453ece75](https://github.com/vdavid/prvw/commit/453ece75))
47+
848
## [0.14.0] - 2026-06-15
949

1050
A slideshow, Copy and Print, and instant previews the moment you open a RAW. The viewer also picks up a Liquid Glass

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prvw"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
edition = "2024"
55
description = "A fast, minimal image viewer for macOS"
66
license = "BUSL-1.1"

0 commit comments

Comments
 (0)