What's Changed
This release improves connection settings management, adds log file maintenance tools, and fixes several Linux stability issues.
✨ New Features
- Log file clearing — Clear diagnostic logs directly from Advanced settings, with failure handling and full i18n support
- Increased max connections cap — Users can now set up to 128 connections per server (default remains 64)
- Wayland force-close recovery — Prevent process hanging on implicit window close under Wayland compositors
🛠 Improvements
- Split preference sync — Changing max-connection-per-server in settings now automatically updates the split value in the Add Task dialog
- Debug logging by default — New installs default to
debuglog level for easier diagnostics out of the box - Bug report template — Clarified log file attachment instructions for better issue reports
🐛 Bug Fixes
- Reverted DMA-BUF hardcode — Removed the blanket
WEBKIT_DISABLE_DMABUF_RENDERER=1override that forced all Linux users to the slower SHM renderer. Affected Wayland users can set this env var via their.desktopfile instead