Skip to content

Releases: sentenzo/tubic

v1.4.1

27 Jul 15:41
Compare
Choose a tag to compare
  • yt-dlp updated to the last version available

v1.4.0 - ffprobe

02 Mar 06:18
Compare
Choose a tag to compare
  • ffprobe.exe is now included (it was required by yt-dlp in some cases)
    • as a result, the app size is increased by 27 MB (from 66 MB to 93 MB)
    • as a result, the app launch time can tike ≈45% longer (depends on your hardware)
  • fixing the bug when the app crashed in case you try to remove sponsored content from mp3-audio
  • fixing some other bugs

v1.3.3 - Python 3.11, SponsorBlock

26 Jun 13:45
Compare
Choose a tag to compare

v1.3.2 - Bugfixing

02 Mar 10:05
e24887e
Compare
Choose a tag to compare

v1.3.1 - YouTube uploader update

23 Feb 14:09
610dd91
Compare
Choose a tag to compare

Something changed on YouTube, and now the new version of yt-dlp lib is required. So I've updated it to the last version available.

v1.3.0 - Settings and stuff

30 Sep 20:01
caf6d5e
Compare
Choose a tag to compare
  • the application now has a settings file (tubic_settings.ini)
  • the settings window is available (the cog-icon in the top-right corner)
  • now the user can:
    • choose the video size
    • choose the mp3-file quality
    • set the download folders
    • pick the browser to scan for the youtube cookies
  • tho "Open download folder" button (bottom-right corner)
  • refactoring
  • bugfix

v1.2.0 - Audio: .mp3; Video: 720p

26 Sep 20:51
bbbed49
Compare
Choose a tag to compare

Changelog

  • ffmpeg.exe is onboarded
  • audio post-processing: conversion to .mp3
  • videos are downloaded no bigger than 720p
  • refactoring
  • bugfix

v1.1.0 - "Abort download" button

09 Sep 17:38
fe3d42b
Compare
Choose a tag to compare

Changelog

  • tests via pytest
  • "Abort download" button
  • README improved
  • refactoring and bug fixing

v1.0.1 - Renaming, pseudographics, `poetry`

07 Sep 12:41
Compare
Choose a tag to compare

Changelog

  • switching from pip to poetry
  • pseudo graphic progress bar
  • preventing UI freeze when downloading thumbnails
  • renaming the application from yt-dlp-qt6 to tubic

v1.0.0 - Mostly Harmless

05 Sep 16:42
f43217e
Compare
Choose a tag to compare

Changelog

  • an icon
  • real time progress reports on downloading process via status string
  • some refactoring
  • some bugfix