• v0.1.1-dev31 3daee83175

    Build v0.1.1-dev31
    All checks were successful
    Forgejo Publish Release / windows-package (push) Successful in 2m0s
    Forgejo Publish Release / linux-package (push) Successful in 4m17s
    Forgejo Publish Release / publish-release (push) Successful in 10s
    Stable

    stu released this 2026-03-11 17:02:35 +00:00 | 608 commits to master since this release

    Nightly build from 40b5934ee1 (Forgejo dev pipeline). Assets are replaced each run.

    Highlights (v0.1.1-dev31)

    • Module settings scrolling: Scroll containers added to all non-Convert module settings panels; primary action buttons (Rip Now, Create Output, Apply Filters, Generate Now, Merge Now) pinned to always-visible footer action bar.
    • Window resize stability: Window size is now preserved across module switches; layout-driven auto-resize no longer occurs.
    • Convert video pane: Removed rigid minimum size from loaded-video stage so VSplit 50/50 offset holds correctly at all window sizes.
    • Click-and-drag scrolling: Scroll panels now support click-and-drag in addition to mouse wheel, mirroring mobile/touch-screen behaviour. Drag up to scroll down, drag down to scroll up.
    • Convert module partial modularisation: Added ShowView, ConvertState, and ConvertCallbacks entry point in internal/app/modules/convert/view.go with shim and type-converter helpers in main.go. Full buildConvertView extraction deferred pending appState decoupling.
    • Convert UI cleanup: Layout and control organization pass to prepare Convert for external developer testing (in progress).

    Full details: docs/CHANGELOG.md

    Downloads