Skip to content

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

Latest
Compare
Choose a tag to compare
@infinitel8p infinitel8p released this 29 Mar 00:58
· 2 commits to master since this release
880a730

[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