• v5.5.1 ba05a4a7ef

    5.5.1 Stable

    Homer released this 2026-08-08 23:33:19 +00:00 | 1 commits to main since this release

    SageTube 5.5.1

    Two regressions from 5.5.0.

    The app could start fullscreen with no way out. Fullscreen became a state
    of the main window in 5.5.0 -- which is what stopped it destroying the
    player's OpenGL context -- but the window geometry is saved on exit and
    restored on start, so quitting while fullscreen brought the app back
    fullscreen: no title bar, no close button, and nothing bound to leave it,
    since the player's own F and Escape only work while the player has focus.
    Fullscreen is no longer restored at startup, it is left before the geometry is
    saved, and F11 toggles fullscreen and Escape leaves it from anywhere in the
    window.

    "Sign in with cookies" and the account button did nothing. Both open the
    cookie dialog on its Cookies tab, which meant selecting that tab by index --
    and the dialog's tab widget, despite standing in for a QTabWidget, implemented
    only the fork's own spelling of that method. The call raised and the dialog
    never appeared. That line had never run before 5.5.0 wired those buttons up.
    -----BEGIN SSH SIGNATURE-----
    U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgzKdqMXKfj8DtmdSWGF3dgqaPwy
    gjckxXPr00Hj1Q7OgAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
    AAAAQGlrEONoABKVwFavQXfSq8ce/BAEL9Tsl99UyT8xQ/q7In6B2CInP+go5QzsCkp4gJ
    jadK4b9jdh4MmNX4dbhQU=
    -----END SSH SIGNATURE-----

    Downloads