Skip to content

Releases: safing/portmaster

v1.6.19

20 Aug 10:27
69432d0
Compare
Choose a tag to compare
v1.6.19 Pre-release
Pre-release

Changelog:

c9ee01d Update tauri to 2.0.0-rc.3
80664d1 Restructure modules

v1.6.18

01 Aug 13:43
10a7749
Compare
Choose a tag to compare
v1.6.18 Pre-release
Pre-release

Changelog:

7a06b0b [desktop] Tauri ignore extra cmdline args
188b47c Update ignore files
a07b87f [cmd/start] Compile cmdline args after possibly upgrading to new UI

Known Issues:

Linux only: If the UI is open, you cannot use the Start Menu entry to focus the UI, you will need to click the icon in the task bar or open it via the tray menu.

v1.6.17

01 Aug 08:40
4fd1ddb
Compare
Choose a tag to compare
v1.6.17 Pre-release
Pre-release

Changelog:

e92da53 [desktop] Add tauri logs
22a288c [desktop] disable annimation from the service dialog
a125041 [desktop] Switch to png for tray menu
84c6bff [assets] Leave only one size in the icon generation
a6e1a37 [desktop] Add support for system theme detection
5b03076 [desktop] tauri fix main windows size and theme
674787d [desktop] tauri seve window size/position on exit
c3d787e [desktop] Update tauri

Known Issues:

If the UI is open, you cannot use the Start Menu entry to focus the UI, you will need to click the icon in the task bar or open it via the tray menu.

v1.6.16

23 Jul 07:38
4185504
Compare
Choose a tag to compare
v1.6.16 Pre-release
Pre-release

Changelog:

735174d Remove transition notice from UI
8b4f84c Simply new UI component in portmaster-start
666b8b6 Add missing favicons to assets
617694e Fix font paths
6179f0e Simplify windows tauri build artifacts
c030ed2 Fix portmaster-start.exe build
29a4b73 Fix Earthfile linux tauri build

v1.6.15

19 Jul 14:17
5ec32d1
Compare
Choose a tag to compare
v1.6.15 Pre-release
Pre-release

Changes:

  • Add option to DNS server to ignore them when they are not available via an interface network

If you are in Beta:

  • Starting to test new UI system (UI is the same, but runs on Tauri instead of electron!)
    • New UI will also launch a notifier - you can close the other one.

Changelog:

fc42617 Improve CI Earthly targets
4c2dc14 Improve Earthfile for clarity and maintainability
919cfd8 Fix CI, tauri, angular, go-test
c868598 [cmds] Move new UI to a zip for windows
090a5e6 [desktop] Update tauri Wix template
273b16c [cmds] Handle edge cases when running tauri in beta
0b72e99 [cmds] Allow running of tauri in beta
a84bbf4 [desktop] Update tauri to beta.23
b026e7b Merge branch 'develop' into feature/tauri-beta-update
42e7259 Add option to DNS server to ignore them when they are not available via an interface network
f868558 [desktop/tauri] Add icon to the nsis insteller
f07f4e6 [desktop/tauri] Add check if webview is installed
31b99e7 [deskotp/tauri] update tauri, remove the need for nsis template
ce43e2a [desktop/tauri] Fix windows slplash screen close crash
917560a [eartly] Fix tauri build
3131fb2 [dekstop] Add subscription to the shutdown event
0b52c53 [desktop] Improve tauri traymenu
a984032 [desktop] Fix traymenu exit button
4ffd5f2 [desktop] use tauri log pluggin
ede9cab [desktop] fix icon resolution
99b84d3 [desktop] support for windows notifications
ff48835 [desktop] switch to json5 for tauri config
e964385 [desktop] Remove assets symlink
2da6bcc [earthly] add windows build generation
742da7e Enable support for windows installer in tauri
fbb1fce Remove cross compilation add deb,rpm artifacts earthly
f15958b Migrate tauri to new config
7ee1faa tauri: Replace portmaster plugin with interface
338abd6 Tauri update to beta

v1.6.14

02 Jul 13:46
Compare
Choose a tag to compare
v1.6.14 Pre-release
Pre-release

Changelog:

35ac64b [windows_kext] Bump version
8579958 [windows_kext] Fix go compiler error
2e33048 [windows_kext] Fix minor problems
8965712 [windows_kext] Remove warning to reduce confusion.
ea59c11 [windows_kext] Fix some clippy warnings
81bee82 [windows_kext] Update windows-rs
2d9d433 [windows_kext] Improve callouts description
b1d168e [service] Improve kext verdict translation
4bf1736 [service] Add check for kext command size
1764945 [service] Fix kext verdict of update command

v1.6.13

24 Jun 08:45
Compare
Choose a tag to compare
v1.6.13 Pre-release
Pre-release

Changelog:

fe7bc62 [windows_kext] Bump window kext version
db49f9a [windows_kext] Add check for previously injected packets in the ALE layer
866aef1 [build] Add spn docker image earthly target

v1.6.12

06 Jun 09:20
Compare
Choose a tag to compare
v1.6.12 Pre-release
Pre-release

Changes:

  • Fixed an issue with the kernel driver that stopped the UI elements from connecting to the core service.

Commits:

151a548 [windows_kext] Bump window kext version
ab92557 [build] Add build target for assets.zip
d6cea3a [desktop/angular] Bump UI version
916a83a [windows_kext] Update docs and few minor fixes
1730250 [windows_kext] Remove inbound ALE layer
9fe140b [windows_kext] Fix clippy warnings
b72cf25 [windows_kext] Fix ALE layer TCP conn pend

v1.6.11

28 May 14:53
Compare
Choose a tag to compare
v1.6.11 Pre-release
Pre-release

Changelog:

  • New Kernel Extension written in Rust (will be tested longer in Beta)
  • Improve support for Anycast IPs in UI
  • Improve ICMP handling in UI

Details:

401e09b [desktop/angular] Improve country display in connection details
7e4e4c4 [service] Always put ICMP in the Other Connections group instead of Network Noise
274f81e Update go deps
9a77664 Update node deps
99e2f63 [desktop/angular] Deactivate View Active button
dc1b9f9 Add support for showing anycast addresses in the UI
289dcd4 [CI] Add workflow for building kext in CI
98fca8f [windows_kext] Add metadata to sys file
bcd834c [windows_kext] Finalize building kext and cab for MS signing
e78630e [windows_kext] Update INF file template
19eb328 [windows_kext] Fix echo in build_cab.ps1
b0a7582 [windows_kext] Fix the echo is link.ps1
e520c32 [windows_kext] Add first attempt of building kext in Earthly
53d1d52 [windows_kext] keep generated test data
1c4df53 [windows_kext] use new go range loops
1d6228e [windows_kext] fix all linter error
5610c88 [build] add go-lint earthly target
8f79d8e Add missing dependency
ac87a49 [build] Fix earthfile
8a6f925 [windows_kext] Fix some Go linter warnings
6f9b0a8 [service] Minor windows kext improvments
5459c1c [windows_kext] Fix small bug, remove version form Cargo.toml files
c7886c2 [windows_kext] update gitignore
81621c4 Merge branch 'develop' into feature/new-kext
85bac1c Merge branch 'develop' into feature/new-kext
b0f6640 Add rust kext to the mono repo
43043bc fix: close file
740ef1a Add missing dependacies
cd13533 Move kext files to proper path
24f6678 Merge branch 'develop' into feature/new-kext
10d1584 Cleanup for new kext
e082d04 Revert permenent verdicts
c425007 Add packet payload for kext2
ead271f Update Ipv6 connections on setting change
b6e0894 Fix kext version check
ddec801 Add support for old and new kext together
b519579 Remove custom ip redirects
7babfb1 Add bandwidth stats support
e308543 Update kext library
1f2f0e5 Add support for the new kext

v1.6.10

15 May 12:00
867d0bc
Compare
Choose a tag to compare

Changelog:

5371350 Add new ICMP filter handler, fix cleaning of ICMP connections
a352660 Fix process based API authentication when API listens on 0.0.0.0
9f21e87 Add low memory protection