Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Releases: safing/portmaster-ui

app-electron-v0.2.4

24 Aug 12:49
399d1b8
Compare
Choose a tag to compare
app-electron-v0.2.4 Pre-release
Pre-release

Changelog app-electron-v0.2.4:

2670ee0 Upgrade electron to v20

portmaster-v0.3.4

17 Aug 08:17
Compare
Choose a tag to compare
portmaster-v0.3.4 Pre-release
Pre-release

Changelog:

91537b8 Bump portmaster module version
96b5b78 Fix regression with allow/block buttons
83c5be4 Remove debugger statement
9e2a6cc Fix minor regressions and add support for query parameters in open-page action
c06c36a Add error message to error button and abort change instead of reset
354dc00 Use correct method to get app profile by scoped ID
50ac0ff Fix lazy loading of group-by results ignoring the current filter
f532bca Force a reload of the UI after the Portmaster restarted

portmaster-v0.3.3

04 Aug 10:06
Compare
Choose a tag to compare
portmaster-v0.3.3 Pre-release
Pre-release

Changelog:

5ce2e7a Fix environment configuration not being passed to @safing/portmaster-api

portmaster-v0.3.2

03 Aug 14:27
Compare
Choose a tag to compare
portmaster-v0.3.2 Pre-release
Pre-release

Changelog:

b9f72ce Fix navigation menu actions not working anymore

portmaster-v0.3.1

03 Aug 07:09
Compare
Choose a tag to compare
portmaster-v0.3.1 Pre-release
Pre-release

Changelog:

a937f05 Bump portmaster module version
d04c848 Add notice if all connections of a group have been garbage collected
0b76760 Fix app settings being reset on graph update
1e5d931 Remove deprecated field spn_used and switch to tunneled instead
54bde16 Save and re-use the filter for the global network activity viewer
30a0220 Show loading indicator in select-boxes and support presetting the netquery filter
380c09f Lighten up the background color of the searchbar overlay
e1b4233 Improve disabled state handling for select items
3c640ae Set default connection group-by to profile
8a95ffb Fix default sort order in network activity monitor
f92b0aa Fix rediction to app settings not working
52976b4 Fix broken styling of overlay-stepper
077c286 Accept "no" and "yes" for boolean values
9e9db9e Implement various small changes based on first user feedback
65e82ac Refactored portmaster API related code to @safing/portmaster-api

portmaster-v0.3.0

19 Jul 14:52
Compare
Choose a tag to compare
portmaster-v0.3.0 Pre-release
Pre-release

Changelog:

This version includes the new Network Activity view, which is responsible for most commits:

2fb8969 Strip FAQ prefix and flex-grow collision
0da16d8 Fix codelyzer dependency
aed4737 Add FAQs to support page
6153507 Fix build errors due to incorrect rebasing/merging of feature branches
0643dd8 Fix showing default stackable config values
7cb11c4 Fix opening tip-up link in new tab in browser
e15d289 Add reset broadcast notification state debug button
89e3bd8 Add broadcast notification styling
4531515 Merge branch 'feature/safing-ui-lib' into develop
9588211 Implement review suggestions
5431e73 Upgrade all other packages and fix linting errors due to stricter angular/rxjs types
5847bcb Fix linter errors due to stricter Angular 14 template checking
db05b92 Updated to Angular@14
c06dc39 Partial broken upgrade to angular@13
7eb0fb2 Ditch ngx-build-plus as tailwind has native support in angular now
79d97c6 Ditch ngx-build-plus as tailwind has native support in angular now
1f7fc14 Fix tailwind configuration and move component scss out of @layers for now
2df1c01 Run "Organize Imports" on all files
f5684f0 Switch from app- prefix to sfng- prefix in tab components
433e51f Migrated toggle-switch and overlay-stepper to new @safing/ui
8ed3e94 Migrated most shared common components to a new @safing/ui library
4584e4a Minor changes to imports and build config
c91d66d Add "more" dropdown with additional filters to netquery viewer and update stylign
5959a46 Add more translations for connection fields
6fbf117 Update tag-bar styling
fe6f0b4 Add missing provider to searchbar overlay
9a73437 Add groupby/orderby support to netquery searchbar and update styling
6af056f Update connection details component styling
b53d70a Update connection details component stylign
b50899d Add missing animation declaration to network-activity-widget
471f98f Use fixed width for connection counter
497aaeb Fix focus component not running after the view has been initialized
c9ac86d Add group-by and order-by support to text query language
7d237d3 Remove version info bar in settings and add new menus in navigation
5cfe767 Fix redirect to settings action to open the correct tab
a5cb501 Add dedicated module for app-icon
e2e5ffc Fix button outline class in pagination component
c4087a8 Refactor select component styling
c26bfec Add menu component inputs that proxy through to the dropdown
27ed61b Upgrade tailwind version
579626b Add additional allowed position and offset-x support to dropdown
b0df822 Add pagination support to new netquery viewer
188b5a6 Various improvements to the new netquery/network monitor search system
b441329 Bump notifier version
5008392 Auto-scale icons to better size for tray
a72d159 Update systray lib to include fix for setting icon
91e3fcf Add new basic netquery viewer using the new query interface. Includes various refactoring
2125ca3 Move network overview from monitor to dedicated widget
4a7b42a Move icon changer to own goroutine in icon test program

notifier-v0.3.2

20 May 06:59
Compare
Choose a tag to compare
notifier-v0.3.2 Pre-release
Pre-release

Changelog:

0ab9bd0 Update fyne.io/systray in notifier
f867d46 Enable notifier arm64 builds for Windows and Linux

notifier-v0.3.1

05 May 09:18
Compare
Choose a tag to compare
notifier-v0.3.1 Pre-release
Pre-release

Changelog:

5008392 Auto-scale icons to better size for tray
a72d159 Update systray lib to include fix for setting icon
4a7b42a Move icon changer to own goroutine in icon test program
0d2e47e Fix status handling
ee48b0a Switch to fyne.io/systray

portmaster-v0.2.4

13 Apr 10:15
Compare
Choose a tag to compare
portmaster-v0.2.4 Pre-release
Pre-release

Changelog:

da068d2 Remove y-offset in intro drop-downs
e92fa9c Finish intro screen steps for MVP
5228bfe Update code to use new modules and component selectors
81a47a1 Fix background color of dialogs
bc8337f Create dedicated module for config components and add more customization support to generic-component
875374e Create dedicated modules for shared components
bd616fb Change current menu to be based on new dropdown module
789847a Split drop-down and select into different modules with multiple changes
a6e6267 wip: Use OverlayStepper to display intro MVP on page load. Still needs refactoring
47deec1 Add first version of the intro MVP using the new OverlayStepper
6888ac1 Add OverlayStepper module that supports wizard-like stepping through pages
ba7b9a1 Workaround for button hover with blue background. Still needs a proper fix
b09117b Fix dialog typings and allow access to dialog content reference
426523c Add DialogModule as a depdendency to tip-up and fix imports
275fafa Disable electron's internal secure DNS system
e713d1b Create dedicated module for dialog service
56bf904 Add arm64 building for electron

portmaster-v0.2.3

23 Mar 16:05
Compare
Choose a tag to compare
portmaster-v0.2.3 Pre-release
Pre-release

Changelog:

6e993ec Always use "view all" as the defautl for app settings
b08075c Show blue dots for settings-subsystems as well