-
Build v0.1.1-dev36
Stablereleased this
2026-03-21 16:50:16 +00:00 | 270 commits to master since this releaseNightly build from
1191de50f4(Forgejo dev pipeline). Assets are replaced each run.Highlights (v0.1.1-dev36)
- Settings module structure** — Created
internal/app/modules/settings/with view.go and types.go - Settings types moved** — PrefsConfig, Dependency, DependencyCommand types extracted to module package
- Constructor functions** — Added NewDependencyCommand, NewDependencyCommandPair for type safety
- Fyne fork** — GPU texture optimization fork at
lt_mirror/fyne - TexSubImage2D** — Efficient texture upload in GL painter
- UpdatePixels wiring** — VideoPlayer SetFrame uses UpdatePixels for texture reuse
- Debug logging** — Added TexSubImage2D vs TexImage2D logging in newGlRasterTexture
- Adaptive buffering** — GetBufferHealth, GetDecodeTimeTrend, AdjustBufferForPerformance
Full details: docs/CHANGELOG.md
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.1-dev36_linux.AppImage
0 downloads ·
2026-03-22 05:13:52 +00:00 · 16 MiB -
v0.1.1-dev36_linux.zip
0 downloads ·
2026-03-22 05:13:52 +00:00 · 21 MiB -
v0.1.1-dev36_windows.zip
1 download ·
2026-03-22 05:13:52 +00:00 · 15 MiB
- Settings module structure** — Created