v2.0.25

obra/superpowersv2.0.25Sep 5, 2025by stenya

AI Summary

Bug fix and improvement release for the Portmaster security application, addressing Linux packet interception, SQLite configuration storage, SPN intel-data application, and UI window position handling, plus new keyboard shortcuts.

Key Highlights

  • Linux packet interception now respects original packet marks
  • SQLite configuration storage fix - data now properly stored in core database
  • SPN intel-data now applied correctly in all cases
  • UI window position changes now persist through system shutdown/restart
  • New Ctrl+/Ctrl- shortcuts for Zoom-in/Zoom-out

New Features

  • Ctrl+/Ctrl- keyboard shortcuts for zoom functionality
  • Improved packet mark handling on Linux
  • Enhanced configuration persistence in SQLite database

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