Skip to content

Releases: Joey451-OG/YT-Download

Release 1.4.2

27 Aug 17:06
56dfc9e
Compare
Choose a tag to compare

Change log:

  • 🐛 Updated yt-dlp library packaged with YT Download. This will fix the [download] Got error: HTTP Error 403: Forbidden that users where experiencing.

Release 1.4.1

03 Jul 22:09
Compare
Choose a tag to compare

Change log:

  • 🐛Fixed a bug where the custom default directory would always be overwritten every time the user clicks the 'Apply' button in the settings menu.

Release 1.4.0

28 Jun 21:59
Compare
Choose a tag to compare

Change log:

  • ➕ Added Settings Menu
  • ➖ Removed config file from .msi installer*
  • 🐛 Fixed inaccessible config file bug by rewriting the config() class

*The config file is now handled by the reworked config() class in main.py. The new class handles updating, reading, and writing the config file.

Release 1.3.0

21 Apr 03:13
Compare
Choose a tag to compare

Version 1.3.0

  • ➕ Added the ability to change settings through the config file.
  • ➕ Added Linux support and documentation.
  • ➕ Revamped the documentation
  • ➕ Added terminal messages that display program progress in the terminal.
  • 🐛 Simplified the code base in order to make the source more readable.

Release 1.2.1

13 Mar 15:47
Compare
Choose a tag to compare

Change Log:

  • 🐛 Fixed critical bug in .msi installer that deleted all other PATH variables when installing.
  • ➕ Added detection system for YouTube Playlists.*
  • ➕ Added a version number link that links to this repo.
  • ➕ Added an error message when FFmpeg is not installed to the PATH

*The Playlist detection system will warn the user if it finds a playlist url. It will then ask if the user wants to proceed with the download of the entire playlist.

[QUICK PATCH 3/19/2023] Added LICENSE to the installation process. No functionality was changed, thus no new version number. Note, there may be another patch to the .msi if winget wants a truly admin perms free installation.

Release 1.2.0

08 Mar 02:37
Compare
Choose a tag to compare
  • Changed the default file download path to C:\Users\%userprofile%\Documents\YT Download when the user does not specify a file location.

  • Cleaned the up YT Download.py while True loop and sent most of the logic to GUI_checks().

CRITICAL BUG!!!!! All previous .msi installers are removing ALL OTHER PATH VARIABLES. Please DO NOT USE old .msi installers (1.2.0 and below). Working on a patch ASAP.

Release 1.0

05 Mar 18:41
2f222be
Compare
Choose a tag to compare

Welcome to YT Download! To start, simply install the program with the .msi installer. You can also download the source code.
NOTE: Removed the original .msi installer. Currently working on a new one. The old installer was not installing FFmpeg to the path. Once I fix that, I'll release a new installer. For now, please uninstall YT Download with the original .msi installer. You can still run YT Download from source if you meet all of the prerequisites. For a full list of prerequisites, check Credits.txt (https://github.com/Joey451-OG/YT-Dowload/blob/master/Credits.txt) - Joey [3/5/2023]

Release 1.0.1

06 Mar 00:48
Compare
Choose a tag to compare

INSTALLER PATCH | VERSION 1.0.1

In the previous version, the included .msi installer was not adding FFmpeg (a required dependency) to the windows PATH, causing the program to crash when downloading. This has been fixed. None of the underline source code has been changed. Once again, thank you for using YT Download.

CRITICAL BUG: SEE VERSION 1.2.0