Skip to content

Releases: DavidXanatos/priv10

Build v0.73

20 Dec 10:35
Compare
Choose a tag to compare

Yet another bug fix release

[0.73] - 2019-12-19

Added

  • dns proxy blockist is now saved every 15 minutes
  • added greatly improved search edit box, focus with ctrl+f
  • added "del" keyboard short key to remove selected item

Changed

  • reworked GPO handling to avoid write lock conflicts on slower machines

Fixed

  • fixed an issue when clicking the tray icon before the main window was fully loaded
  • fixed access color not changing in program list view
  • fixed crash bug on start as on admin
  • fixed crash bug with app package name resolution
  • fixed issue when upon a change the ribbon controls were not updated acordingly

Build v0.72

17 Dec 12:16
Compare
Choose a tag to compare

Nest release with more bug fixes and improvements.

[0.72] - 2019-12-17

Added

  • German Translation by uDEV2019
  • added option to backup and restore ptiv10 settigns from/to file

Changed

  • priv 10 ui does nto logner offer to stop the serive when closing from tray but not running as admin
  • when running in portable mode data are not longer stored in the application directory directly
    but in the ".\data" sub directoy, when running in portable mode its needed to manyualy move theconfig files when updating

Fixed

  • fixed an issue with gul guard setting
  • some englisch spelling corrections by CHEF-KOCH

Build v0.71

16 Dec 08:59
Compare
Choose a tag to compare

New build with many bug fixes and minor improvements

[0.71] - 2019-12-16

Added

  • added side bar button tooltips
  • added cleanup options for DNS inspector
  • added cname host mane display

Changed

  • when sellecting the "All processes" placeholder entry the detail tabs (except rules) shows data of all processes
  • reduced cpu usage when sorting the program tree
  • improved firewall settign handling
  • changed settings layout
  • reworked app package handling to peoperly operate as a service
  • simple list is now availabel also in "full height" view mode

Fixed

  • issue with socket associaction resulting in memory leak
  • issues with rule guard enaling/disabling
  • fixed issues when running priv 10 not as admin
  • fixed issue with DNS cache
  • fixed minor issue with process monitor commandline handling

Build v0.70

14 Dec 15:46
Compare
Choose a tag to compare

New Update with new features, the improved DNS inspector now not only logs all domains a process contacts it also logs the amount of data send/received and connection count.

[0.70] - 2019-12-14

Added

  • improved the DNS Inspector
    • added uplpad/download per domain
    • added listing of unresolved IP's
    • added udp endpoint logging
  • added proces monitor using ETW events to capture paths of processes that terminate quickly
  • added missing localization to all the new UI elements
  • added todal up/down-load per socket and per program columns

Changed

  • improved text filters

Fixed

  • fixed issue with reverse dns in dns inspector
  • fixed issue with etw event tracking for UDP traffic

Build v0.65.2

13 Dec 11:17
Compare
Choose a tag to compare

Bugfix release

[0.65.2] - 2019-12-13

Fixed

  • fixed crash when deleting program items
  • fixed issue with program cleanup ribbon bottons
  • fixed issues with manual blocklist update
  • fixed inconsistencies with access mode filter
  • fixed issue installer was instaling to "Program Files(x86)" instead of "Program Files", uninstall and re install to fix the path
  • fixed some translation strings

Build v0.65.1

10 Dec 16:26
Compare
Choose a tag to compare

This release contains bug fixes and adds a custom installer.

[0.65.1] - 2019-12-10

Added

  • added a propper setup
  • added setting for using reverse DNS

Changed

  • changed drive letter resolcong cache strategy

Fixed

  • fixed service not proeprly terminating
  • fixed issues with service status querying
  • fixed issue with notification window oppening unnececerly on a delayed hostname update

Beta Release v0.65a

04 Dec 19:55
Compare
Choose a tag to compare
Beta Release v0.65a Pre-release
Pre-release

This build reworks the Firewall UI concept a lot, now priv10 provides the ability to switch between a modern simple program list and a more advanced tree. An other improvement is that the UI layout can be customized by the user, there ate a tal of 4 panel alignments to choose from.

[0.65a] - 2019-12-04

Added

  • added new program view mode a verbose program tree, that auto enables when the program column ist stretched wider
  • added program context menu
  • added additional program options to the ribbon toolbar
  • added view modes fill screan, full height, full screen
  • dns query log context menu with options to whitelist and blacklist entries
  • double clicking a domain in the whitelist/blacklist view copys it to the entry edit for editing

Build v0.60.1

01 Dec 07:55
Compare
Choose a tag to compare

This new build includes a major new feature, a DNS proxy that can be used to blacklist domains using Pi-Hole blacklists, as well as a manual wildcard and regex supporting blacklist. Using priv10 as system wide DNS proxy ensures effective domain blocking as some MSFT components are known to bypass the regular system hosts file and query DNS servers directly, with a DNS proxy intercepting the requests this bypass becomes ineffective.
The default blacklists contain a lot of ad blocking such that in addition to improved privacy the new feature provides system wide ad blocking.

[0.60.1] - 2019-12-01

Added

  • added upstream dns diplay to the dns proxy page

Fixed

  • fixed critical hang issue when not using the system event log
  • issue where a custom upstream dns would not be displayed
  • fixed issues with copying text from datagrids

Known Issues

  • the process sometimes fails to terminate when closed and needs to be terminated using a task manager

[0.60] - 2019-11-30 - Pre-Release

Added

  • added DNS proxy to monitor all DNS requests
  • added ability to set priv10 as system DNS
  • added DNS Query Log based on DNS Proxy events
  • added system DNS cache monitor
  • added dns proxy page
    • added dns querry log
    • added dns blacklist/whitelist page
    • added dns blocklists page
  • added blocklist update mechanism

Changed

  • reworked DNS Inspector class
  • changed from tne .NET reverse dns facility to using native windows API's for better performance
  • dns inspector can now be switched on or off

Fixed

  • issue where the accept button in the notifiction window would get disabled again
  • issue with aplpyung rules when some rules were already present for the given programm
  • issue saving gpo's, sometimes it failed with a file is in use error
  • issue where file blockign tweaks were never shown as available after a recent chang

Build v0.60

30 Nov 10:19
Compare
Choose a tag to compare
Build v0.60 Pre-release
Pre-release

This new build includes a major new feature, a DNS proxy that can be used to blacklist domains using Pi-Hole blacklists, as well as a manual wildcard and regex supporting blacklist. Using priv10 as system wide DNS proxy ensures effective domain blocking as some MSFT components are known to bypass the regular system hosts file and query DNS servers directly, with a DNS proxy intercepting the requests this bypass becomes ineffective.
The default blacklists contain a lot of ad blocking such that in addition to improved privacy the new feature provides system wide ad blocking.

[0.60] - 2019-11-30

Added

  • added DNS proxy to monitor all DNS requests
  • added ability to set priv10 as system DNS
  • added DNS Query Log based on DNS Proxy events
  • added system DNS cache monitor
  • added dns proxy page
    • added dns querry log
    • added dns blacklist/whitelist page
    • added dns blocklists page
  • added blocklist update mechanism

Changed

  • reworked DNS Inspector class
  • changed from tne .NET reverse dns facility to using native windows API's for better performance
  • dns inspector can now be switched on or off

Fixed

  • issue where the accept button in the notifiction window would get disabled again
  • issue with aplpyung rules when some rules were already present for the given programm
  • issue saving gpo's, sometimes it failed with a file is in use error
  • issue where file blockign tweaks were never shown as available after a recent change

Build v0.57

16 Nov 14:50
Compare
Choose a tag to compare
Build v0.57 Pre-release
Pre-release

New build with many improvements and changes, its not thoroughly tested hence marked as prerelease.

[0.57] - 2019-11-16

Added

  • a few new tweaks
  • added windows 8 and newer address keywords
  • added app context menu option to uninstall the client (remove service, autorun, event log)
  • added -help command to show all available console commands

Changed

  • on windows 8 and above the "Internet" address keyword is used for rules, instead of a manually assembled range
  • rule lookup now properly handles the interface type parameters
  • improved special address handling
  • priv10 is now by default only using the windows event log when being installed as a service

Fixed

  • fixed issue with grouping combobox
  • fixed issue with original rule backup