v2.0.25
gradio-app/fastrtcv2.0.25Sep 5, 2025by stenya
AI Summary
Portmaster v2.0.25 focuses on stability fixes, including respecting original packet marks on Linux, resolving SQLite configuration storage issues, and fixing SPN intel-data application. It also adds UI zoom shortcuts.
Key Highlights
- Fix for Linux packet mark interception respecting original marks.
- Fix for SQLite configuration data not being stored in the core database.
- Fix for SPN intel-data not being applied in some cases.
- New UI shortcuts (Ctrl+/ and Ctrl-) for zooming in and out.
New Features
- Respect for original packet marks on Linux.
- SQLite configuration data storage fix.
- SPN intel-data application fix.
- UI zoom in/out shortcuts.
Full Release Notes
## What's Changed * fix: (Linux; interception) respect original packet marks by @stenya in https://github.com/safing/portmaster/pull/1993 * fix: Unnecessary filterlists database update on service start by @stenya in https://github.com/safing/portmaster/pull/1990 * fix: (SQLite) Some configuration data is not stored in the core database by @stenya in https://github.com/safing/portmaster/pull/1992 * fix: SPN intel-data is not applied in some cases by @stenya in https://github.com/safing/portmaster/pull/2001 * fix: (UI) Window position changes lost during system shutdown/restart by @stenya in https://github.com/safing/portmaster/issues/2011 * new: (UI) Ctrl+/Crtl- shortcuts to Zoom-in/Zoom-out by @stenya in https://github.com/safing/portmaster/pull/1985 **Full Changelog**: https://github.com/safing/portmaster/compare/v2.0.24...v2.0.25