Tab navigation fixes
Patch release fixing the modifier-click and tab behavior reported by @raindropsfromsky.
Fixes
- Ctrl/Cmd+click on a video opens a background tab instead of a new window (#112, #113). Modifier clicks were falling through to the window-open handler; only middle-click had been wired to the tab layer.
- Shift+click opens a new window with just that video (#116). Previously it cloned the current window's tabs and dropped the clicked video, because new windows restored the saved session over the deep link. Deep-linked windows are now ephemeral, so they neither restore nor overwrite the session.
- New tabs clear the address bar (#111). The search bar now syncs to the active tab.
Packaging
- The app's packaged name changed from
FreeTube + TabstoFreeTubePlusTabs. Newer electron-builder rejects the+character when building AppImages, which was blocking releases. Your existing settings, history, subscriptions, and playlists are preserved (the data directory is unchanged).
CI
- calibreapp/image-actions bump (#152).