Skip to content

Releases: setvisible/ArrowDL

DownZemAll v1.7.5

15 Apr 17:57
Compare
Choose a tag to compare

New:

  • [GUI] Implement manual drag and drop
    (from external applications and operating system, dropping files, urls, texts... to the main window)

Fixed:

  • [I/O] Fix SEGFAULT when importing twice the same file
  • [Stream] Upgrade youtube-dl
  • [Stream] Fix bug with youtube-dl calls on Unix systems

Updated:

  • [General] Add RPATH error to troubleshooting

DownZemAll v1.7.4

31 Mar 07:59
Compare
Choose a tag to compare

New:

  • [UI] Add more details to InformationDialog
  • [UI] Implement Rename Tool
  • [UI] Implement multiple Url Batch Editing
  • [UI] Improve text editor in the EditorDialog

Fixed:

  • [Stream] Fix display bug when download a file > 2 Gigabytes, by extending the 32-bit Integer limitation
  • [Testing] Add unit test for multi-part stream
  • [Testing] Add unit test for batch text editor
  • [Testing] Add manual test for batch text editor

Updated:

  • [Blog] Post news

DownZemAll v1.7.3

25 Mar 21:32
Compare
Choose a tag to compare

New:

  • [UI] Add total speed display

Fixed:

  • [Stream] Fix display error of total size
  • [WebExtension] Fix menu 'Save video'

Updated:

  • [Blog] Add banners (920x680, 1400x560)

DownZemAll v1.7.2

01 Mar 14:26
Compare
Choose a tag to compare

Files

Releases come in 7 flavors:

  • Installer for Windows (64-bit, built with MinGW)
  • Installer for Windows (32-bit, built with MinGW)
  • Portable application for Windows (64-bit, built with MSVC)
  • Portable application for Windows (32-bit, built with MSVC)
  • Portable application for Windows (64-bit, built with MinGW)
  • Portable application for Windows (32-bit, built with MinGW)
  • Portable application for Linux (64-bit, built with GCC)

Plus 2 browser add-ons:

  • WebExtension application for Google Chrome
  • WebExtension application for Mozilla Firefox

Disclaimer

Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.

Changes

New in this release:

SystemTray:

  • [SystemTray] Implement new feature System Tray
  • [SystemTray] Add options for System Tray

UI :

  • [UI] Ask to close before updating
  • [UI] Rename 'Quit' button
  • [UI] Fix progress percent in UpdateDialog

NSIS:

  • [NSIS] Fix bug when updating while the application is running

Stream:

  • [Stream] Fix wrong info in StreamWidget + add unit tests
  • [Stream] Fix bug that miscalculates total size

Testing:

  • [Testing] Add debug() to dump Stream objects
  • [Testing] Add new dummy Streams to tests
  • [Testing] Add unit tests to reproduce the bug with wrong estimed size

Still left to do:

¯\(ツ)

Still some to do...

DownZemAll v1.7.1

14 Feb 05:45
Compare
Choose a tag to compare

Files

Releases come in 7 flavors:

  • Installer for Windows (64-bit, built with MinGW)
  • Installer for Windows (32-bit, built with MinGW)
  • Portable application for Windows (64-bit, built with MSVC)
  • Portable application for Windows (32-bit, built with MSVC)
  • Portable application for Windows (64-bit, built with MinGW)
  • Portable application for Windows (32-bit, built with MinGW)
  • Portable application for Linux (64-bit, built with GCC)

Plus 2 browser add-ons:

  • WebExtension application for Google Chrome
  • WebExtension application for Mozilla Firefox

Disclaimer

Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.

Changes

New in this release:

UI:

  • [UI] Add dialog to show all the available sites on Youtube-DL
  • [UI] Add explicit error message for Youtube-DL
  • [UI] Add Youtube-DL website URL
  • [UI] Fix application version date and mainwindow icon

Stream:

  • [Stream] Fix bug with incorrect proposed file extension + unit tests
  • [Stream] Fix bug with dynamic version for Youtube-DL
  • [Stream] Fix bug with stream output Unicode/Latin1 conversion
  • [Stream] Implement shared pointer for StreamInfos
  • [Stream] Add unit tests for StreamInfos::guestimateFullSize()

Testing:

  • [Testing] Refactor Format unit test

Still left to do:

¯\(ツ)

Still some to do...

DownZemAll v1.7.0

29 Jan 16:43
Compare
Choose a tag to compare

Files

Releases come in 7 flavors:

  • Installer for Windows (64-bit, built with MinGW)
  • Installer for Windows (32-bit, built with MinGW)
  • Portable application for Windows (64-bit, built with MSVC)
  • Portable application for Windows (32-bit, built with MSVC)
  • Portable application for Windows (64-bit, built with MinGW)
  • Portable application for Windows (32-bit, built with MinGW)
  • Portable application for Linux (64-bit, built with GCC)

Plus 2 browser add-ons:

  • WebExtension application for Google Chrome
  • WebExtension application for Mozilla Firefox

Disclaimer

Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.

Changes

New in this release:

Stream:

  • [Stream] Add new feature to download streams (audio, video...) from Youtube, etc.

UpdateManager:

  • [UpdateManager] Fix bug that doesn't refresh the local version (debug mode)
  • [UpdateManager] Fix bug that doesn't reset the changelog

Still left to do:

¯\(ツ)

Still some to do...

DownZemAll v1.6.4

08 Jan 20:39
Compare
Choose a tag to compare

New Features

  • [Queue] Implement move up/down/top/bottom actions

DownZemAll v1.6.3

04 Jan 14:43
Compare
Choose a tag to compare

Bug Fixes

  • [DownloadManager] Fix redirect error when server replies "301 Moved Permanently"

DownZemAll v1.6.2

02 Jan 20:24
Compare
Choose a tag to compare

Files

Releases come in 7 flavors:

  • Installer for Windows (64-bit, built with MinGW)
  • Installer for Windows (32-bit, built with MinGW)
  • Portable application for Windows (64-bit, built with MSVC)
  • Portable application for Windows (32-bit, built with MSVC)
  • Portable application for Windows (64-bit, built with MinGW)
  • Portable application for Windows (32-bit, built with MinGW)
  • Portable application for Linux (64-bit, built with GCC)

Plus 2 browser add-ons:

  • WebExtension application for Google Chrome
  • WebExtension application for Mozilla Firefox

Disclaimer

Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.

Changes

New in this release:

Application:

  • [UpdateChecker] Import github-releases-autoupdater project
  • [UpdateChecker] Fix warnings in github-releases-autoupdater
  • [UpdateChecker] Integrate github-releases-autoupdater
  • [UpdateChecker] Add Update Checker
  • [UpdateChecker] Add unit test for Update Checker
  • [UpdateChecker] Add Update Checker dialog
  • [UpdateChecker] Add auto-update option to Preferences

Website:

  • [Website] Add case-sensitive names to samples
  • [Website] Fix broken links (Linux download page)

Still left to do:

¯\(ツ)

Still some to do...

DownZemAll v1.6.1

31 Dec 11:30
Compare
Choose a tag to compare

Files

Releases come in 7 flavors:

  • Installer for Windows (64-bit, built with MinGW)
  • Installer for Windows (32-bit, built with MinGW)
  • Portable application for Windows (64-bit, built with MSVC)
  • Portable application for Windows (32-bit, built with MSVC)
  • Portable application for Windows (64-bit, built with MinGW)
  • Portable application for Windows (32-bit, built with MinGW)
  • Portable application for Linux (64-bit, built with GCC)

Plus 2 browser add-ons:

  • WebExtension application for Google Chrome
  • WebExtension application for Mozilla Firefox

Disclaimer

Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.

Changes

New in this release:

Application:

  • [TaskBar] Add progress display to system's taskbar (Windows only)
  • [GUI] Fix bug that displays wrong running count
  • [GUI] Fix input validation
  • [GUI] Disable 'Ok' in Preferences, while mandatory setting is not valid
  • [GUI] Improve default window/dialog/columns sizes
  • [Queue] Fix bug when Remove All doesn't clean the queue
  • [Wizard] Fix bug when trailing \r, \n, %0A, %0D or space appears in an URL
  • [Wizard] Improve style of Links and Content tabs

WebExtension:

  • [WebExtension] Fix submission warnings
  • [WebExtension] Fix Incognito bug with Firefox

Still left to do:

¯\(ツ)

Still some to do...