Skip to content

Releases: BKSalman/ytdlp-gui

v1.1.1

20 Aug 20:47
Compare
Choose a tag to compare
  • Minor: Added and option to the config file that saves the window positions and restores it on next launch

v1.1.0

20 Aug 20:47
Compare
Choose a tag to compare
  • Major: Updated iced to 0.12.1
  • Minor: The download modal now resizes with the window (taking half the width and the height)
  • Minor: made folder dialog not block the GUI thread
  • Dev: Replaced native_dialog with rfd
  • Dev: Update dependencies to be able to compile on rust v1.80
  • Dev: Fix Linux CI

v1.0.2

26 Feb 21:33
Compare
Choose a tag to compare
  • Minor: Padding for ETA seconds and minutes. instead of 2:1 now it's 02:01
  • Minor: The application ships with glow support by default now

v1.0.1

20 Feb 20:37
Compare
Choose a tag to compare
  • Bugfix: parse ETA as float instead of integer

v1.0.0

28 Aug 22:02
Compare
Choose a tag to compare

(got bored of the 0.whatever so I'm bumping it to 1.0.0)

  • Major: Better download progress messages (including progress for playlist videos) since there is better yt-dlp parsing
  • Major: Move downloads logs from config_dir to cache_dir linux: $XDG_CACHE_HOME or $HOME/.cache -- windows: {FOLDERID_LocalAppData} -- macos: $HOME/Library/Caches
  • Major: Dev: Better yt-dlp parsing
  • Bugfix: Use .to_string_lossy() for download dir instead of .to_str(), that will solve this issue
  • Minor: Pressing Enter now starts the download (equivalent to clicking Download button)
  • Minor: Use default configs if config file is broken
  • Minor: Added --version or -V and --help or -h options to the binary to check the version
  • Minor: Better error messages in general (there were almost none actually)
  • Dev: Replace log4rs with tracing

v0.3.0

27 Jul 10:43
Compare
Choose a tag to compare
  • Major: Added general logs to stderr and a temporary file in temp directory
  • Major: Added Download logs after finishing every download
  • Major: Replaced radio buttons with a drop-down menu for selecting resolutions and formats
  • Minor: Moved the download button to the bottom
  • Minor: Moved the "Browse" button to the right of the path text box
  • Minor: Options and settings now save on download instead of saving on app close
  • Dev: Replaced env_logger with log4rs to use it for std logging and file logging

(it's easier for me to package the windows archive as a tar, and I think most archive applications support it, so that's why I changed it)

full change log

v0.2.5

23 Feb 11:40
Compare
Choose a tag to compare
  • Bugfix: Update the packaged yt-dlp version for windows, that will solve this issue
  • Minor: Show message in modal when yt-dlp binary is missing

v0.2.4

20 Jan 01:35
Compare
Choose a tag to compare

Fixed

  • Crash when downloading and download folder is not set

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Jan 21:38
Compare
Choose a tag to compare

Changes

  • save current configs on application exit, instead of on every change

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Jan 20:42
Compare
Choose a tag to compare

Added

  • Config file to save previously chosen options, download path, and bin directory

Changes

  • small refactor to the code

Full Changelog: v0.2.1...v0.2.2