Skip to content

Releases: setvisible/ArrowDL

DownZemAll v3.0.0

31 Dec 17:03
Compare
Choose a tag to compare

Happy New Year 2023! :)

This release contains a lot of changes explained in this blog article.

New:

  • [Build] Upgrade from Qt5 to Qt6
  • [Build] Upgrade LibTorrent 2.0.7
  • [Build] Upgrade Boost 1.77.0
  • [Build] Add Github Actions deployment YML script
  • [Build] Remove Appveyor-CI and Travis-CI YML scripts
  • [Stream] Update yt-dlp 2022.11.11

Fixed:

  • [Build] Repath OpenSSL to the one supported by Qt6
  • [Build] Repath Boost (using a FindXXX.cmake module)
  • [Build] Fix Libtorrent deprecated functions
  • [Build] Fix Cmake for Linux build

Updated:

  • [Build] Migrate Qt project files (*.pro, *.pri) to CMake (.cmake, CMakeLists.txt)
  • [Build] Remove obsolete Qt project files (*.pro, *.pri)
  • [Build] Build Libtorrent as independent project, repath using a FindXXX.cmake module
  • [Blog] Rename gitignore and LICENSE
  • [Blog] Update Readme
  • [Blog] Add badge
  • [Blog] Post article

DownZemAll v2.5.8

16 Jul 20:55
Compare
Choose a tag to compare

New:

Fixed:

  • [Test] Fix bug with unreachable external resource (issue #74)

Updated:

  • [Stream] Update yt-dlp
  • [Build] Upgrade Boost 1.79.0

DownZemAll v2.5.7

17 Mar 19:50
Compare
Choose a tag to compare

New:

  • [i18n] Add Hungarian translation files

Fixed:

Updated:

DownZemAll v2.5.6

13 Mar 11:31
Compare
Choose a tag to compare

New:

  • [i18n] Add Hungarian translation files

Fixed:

Updated:

  • [Stream] Upgrade yt-dlp
  • [i18n] Update instructions to add a new translation
  • [i18n] Update Chinese (ZH) and Dutch (NL)

DownZemAll v2.5.5

10 Jan 22:17
Compare
Choose a tag to compare

New:

Fixed:

  • [Stream] Fix stream title cleaning

Updated:

  • [Stream] Upgrade yt-dlp
  • [i18n] Update translation

DownZemAll v2.5.4

21 Nov 09:34
Compare
Choose a tag to compare

New:

  • [I18n] Added Dutch translation

Fixed:

Updated:

  • [I18n] Updated Italian and Chinese translations

DownZemAll v2.5.3

14 Nov 18:41
Compare
Choose a tag to compare

New:

Fixed:

  • [Stream] Refactor cleanFileName()
  • [Stream] Fix bug with stream title cleaning
  • [I18n] Fix bug with untranslated words in About dialog

Updated:

  • [i18n] Update translation (Italian)
  • [AppVeyor] Update key

DownZemAll v2.5.2

11 Nov 14:54
Compare
Choose a tag to compare

New:

  • [Stream] Update yt-dlp
  • [UI] Improve stream dialog (add subtitles selector)
  • [Stream] Refactor stream data structure for yt-dlp's new features

Fixed:

  • [Session] Fix bug with session data
  • [Updater] Fix minor issues (autoupdater, link error, tests)

Updated:

  • [i18n] Update translation
  • [Blog] Updated icons

DownZemAll v2.5.1

07 Nov 23:03
Compare
Choose a tag to compare

New:

Fixed:

  • [Updater] Fix Auto-Update
  • [UI] Fix non-translated strings

Updated:

  • [i18n] Update translations (French)

DownZemAll v2.5.0

07 Nov 11:43
Compare
Choose a tag to compare

New:

This release replaces Youtube-dl by YT-DLP.

Note: an effort should be done in the future for improving the 'stream' UI, which is now messy due to the multiple options it provides.

  • [Stream] Update Youtube-DL fork (yt-dlp) version 2021.10.22
  • [Stream] Add detailed log for stream in information dialog
  • [Misc] Add debugPrintProcessCommand() to debug yt-dlp commands
  • [Stream] Add stream custom options (in stream dialog)
  • [Stream] Add stream global options (in preferences)
  • [UI] Add log to downloaded objects and log console to InformationDialog
  • [UI] Add socket timeout and type preferences
  • [UI] Add subtitle icons
  • [UI] Improve UI of InformationDialog

Fixed:

  • [Stream] Fix bug with --no-color (youtube-dl) instead of plural --no-colors (yt-dlp)
  • [Stream] Fix bug with last modified time in youtube-dl (--no-mtime)
  • [UI] Fix bug when dialogs resize
  • [UI] Add collapse button in all dialog boxes, to simplify the UI.
  • [UI] Fix broken cache dir link in Preferences

Updated:

  • [i18n] Update Italian
  • [i18n] Update translations
  • [Blog] Add article
  • [General] Add code of conduct and contributing pages