-
Build v0.1.1-dev41
Pre-releasereleased this
2026-04-07 11:52:34 +00:00 | 522 commits to master since this releaseNightly build from
8b82c6288f(Forgejo dev pipeline). Assets are replaced each run.Highlights (v0.1.1-dev41)
- Burn logic** — IMAPI2 (Windows) / SG_IO (Linux) implementation; see
docs/BURN_MODULE_DESIGN.md. - Module Pipeline (
&&)** — Two-module chain execution with intermediate file cleanup. - Recent files tracking** — Persist recent files list for Quick Access dropdown.
- Module callbacks** — Wire OnOpenMore/OnOpenFolder per module in Quick Access dropdown.
- UDF PartitionLength fix** — Calculated from actual file sizes instead of hardcoded 1000 sectors. VLC can now resolve UDF paths for full-size DVDs.
- Menu PTS timestamps** — Menu VOB PTS was 300x too large (27MHz instead of 90kHz ticks), causing continuous VLC timestamp errors. Fixed.
- Menu font embedding** — IBM Plex Mono TTF embedded in binary via
go:embed; no more fallback to generic monospace on installed builds. - Chapter navigation** — Chapter cell boundaries now use binary search on actual NAV_PCK PTMs instead of linear interpolation, fixing chapter skip errors on VBR content.
Full details: docs/CHANGELOG.md
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.1-dev41_linux.AppImage
0 downloads ·
2026-04-10 19:29:36 +00:00 · 17 MiB -
v0.1.1-dev41_linux.zip
0 downloads ·
2026-04-10 19:29:35 +00:00 · 22 MiB -
v0.1.1-dev41_windows.zip
1 download ·
2026-04-10 19:29:36 +00:00 · 30 MiB
- Burn logic** — IMAPI2 (Windows) / SG_IO (Linux) implementation; see