-
v1.4.6 — Final Polish Stable
released this
2026-05-27 11:35:09 +00:00 | 60 commits to main since this releaseCloses the v1.4 line: small coverage gaps + early-warning UX + repo hygiene, so v1.5 starts from a clean baseline.
Added
- Pre-flight viewer-config check (
cli._warn_if_viewer_misconfigured). When[viewer] auto_open=true+target="supersplat-local"but the dist isn't built, the warning fires at the start ofprocess/resume/add-video/rescue— not after the ~5 h run finishes and the auto-open silently falls back. Doctor still catches the same case independently. 4 unit tests. - Test coverage for the v1.4.5 deprecation warning at
target="supersplat"(remote). Verifies theviewer.remote_supersplat_deprecatedlogger.warning fires for the remote path and stays silent for the local one. 2 new tests intest_viewer.py.
Removed
- Orphaned v1.3 hero assets —
docs/assets/max_strasse_hero.{gif,mp4,webm,jpg}(≈9 MB). The README has pointed atmax_strasse_autobisect_hero.*since v1.4.4; the v1.3 originals are still reachable via thev1.3.0git tag for historical purposes.
Fixed
- v1.4.0 Codeberg release-page body PATCH'd to remove the stale "no real-world smoke against a non-trivial structurally-failing capture" line — refuted by the v1.4.4 max_strasse end-to-end success (490/493 cams, 5 h 36 min).
Tests
- 328 tests passing (up from 322 at v1.4.5), ruff clean, mypy clean on the four core modules.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Pre-flight viewer-config check (