Skip to content

Releases: infinitel8p/proxy-settings

v1.5 - Adding partial macOS support (beta)!

29 Mar 00:58
880a730
Compare
Choose a tag to compare

[Proxy Settings v1.5] Adding macOS support (beta)

  • WiFi Settings not yet added for macOS
  • Settings not yet added for Windows and macOS

How to run on Windows

Download the YouTube.Downloader.Windows.zip and unzip it.
Now follow these steps:

  1. Open the .exe
  2. Click on More Informatiton in the Microsoft Defender SmartScreen Popup
  3. Click on Run Anyway

How to run on Mac

Download the YouTube.Downloader.Darwin.zip and unzip it.
Now follow these steps:

  1. In the Finder on your Mac, locate the app you want to open.
    Don’t use Launchpad to do this. Launchpad doesn’t allow you to access the shortcut menu.
  2. Control-click the app icon.
  3. Click Open in the shortcut menu .
    The app is saved as an exception to your security settings, and you can open it in the future by double-clicking it just as you can any registered app.

source: https://support.apple.com/de-de/guide/mac-help/mh40616/mac

Some of the changes this release includes are::

  • Updated proxy server queries using winreg, removing the usage of subprocess with shell=true ea29831
  • Fix insufficient permissions error and log exception in fill_in_ip f4dc1d3
  • Update encoding for Windows console output in wifi.py 59fb537
  • Fix download path in UpdateUi.py 5e7eb0d
  • Add logging to file 6ccbca9
  • Add SettingsUi module and tabview for Settings (beta) f3b8332
  • Improving UpdateUi with implementation of dynamic formatting for download speed and file sizes 2e4e706
  • Add macOS proxy module c6a3854
  • Add wifi_macOS.py 01b9403
  • Add platform-specific import for WifiUi and ProxyUi e6d0e3e
  • Fix proxy activation and deactivation after changes b9a1183
  • Update file copy and extraction logic 83417c3
  • Add logging to update process in Windows and macOS 4f56ec1
  • Refactor update process script in UpdateUi.py to open explorer to update_log path only on failures 2cbaab7

What's Changed

Full Changelog: v1.4...v1.5

v1.4 - Minor Release

25 Mar 21:38
289093a
Compare
Choose a tag to compare

This release only adds some fixes hiding the console windows spawning on subprocess calls

How to "install"

  1. Download the binary
  2. Rename the file to Proxy Settings.exe
  3. Open the .exe
  4. Click on More Informatiton in the Microsoft Defender SmartScreen Popup
  5. Click on Run Anyway

Full Changelog: v1.3...v1.4

v1.3 - Add WiFi Tab

25 Mar 17:24
8a13798
Compare
Choose a tag to compare

What's Changed

Added new tab to mange WiFi networks. Connect, disconnect and add new networks directly from within the tool.

v1.2 - BugFix and GUI edit

20 Mar 18:43
9acb8de
Compare
Choose a tag to compare
  • Added entry for port, fixed window size bb50f83 9145720
  • Fixed bug where switch changed state even though user cancelled action 55f66d2
  • Fixed lavender.json theme 3831413

v1.1 - New GUI!

25 Jan 09:27
c8779c6
Compare
Choose a tag to compare

Rebuilt GUI
Packed into single executable

v1.0 - First release

02 May 07:45
1cbe1c2
Compare
Choose a tag to compare

Converted Project Folder to .exe with auto-py-to-exe

Features:

  • Turn the Proxy ON/OFF with a simple switch
  • Set a new Proxy Server in a few seconds
  • default ProxyServer REG_SZ key with 0.0.0.0:0 value will be set if key does not exist