v2.0.25
shadcn-ui/uiv2.0.25Sep 5, 2025by stenya
AI Summary
This release focuses on fixing critical stability issues in the Portmaster, including Linux packet interception logic, database update efficiency, and SQLite storage. Additionally, it introduces a new user interface feature for zooming.
Key Highlights
- Fixed Linux packet mark interception to respect original marks
- Resolved unnecessary filterlists database updates on service start
- Fixed SQLite configuration data storage issues
- Fixed SPN intel-data application in some cases
- Fixed UI window position loss during system shutdown/restart
New Features
- Ctrl+/Ctrl- shortcuts to Zoom-in/Zoom-out
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