Releases: infinitel8p/proxy-settings
Releases · infinitel8p/proxy-settings
v1.5 - Adding partial macOS support (beta)!
[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:
- Open the .exe
- Click on More Informatiton in the Microsoft Defender SmartScreen Popup
- Click on Run Anyway
How to run on Mac
Download the YouTube.Downloader.Darwin.zip
and unzip it.
Now follow these steps:
- 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. - Control-click the app icon.
- 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
- Update v1.5 by @infinitel8p in #10
Full Changelog: v1.4...v1.5
v1.4 - Minor Release
This release only adds some fixes hiding the console windows spawning on subprocess calls
How to "install"
- Download the binary
- Rename the file to
Proxy Settings.exe
- Open the .exe
- Click on More Informatiton in the Microsoft Defender SmartScreen Popup
- Click on Run Anyway
Full Changelog: v1.3...v1.4
v1.3 - Add WiFi Tab
What's Changed
- Add WiFi Tab by @infinitel8p in #8
Added new tab to mange WiFi networks. Connect, disconnect and add new networks directly from within the tool.
v1.2 - BugFix and GUI edit
v1.1 - New GUI!
Rebuilt GUI
Packed into single executable
v1.0 - First release
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