Releases: setvisible/ArrowDL
DownZemAll v2.0.0
Disclaimer
Please keep in mind this is a stable version, meaning it's finished, but could still need some fixes and improvements.
Changes
New:
- [Torrent] Implement torrent downloader using BitTorrent protocol (a peer-to-peer file sharing communications protocol) to download .torrent files (^1)
- [UI] Add getting started dialog and simplify UI
(^1) Note that magnet links are still work in progress.
Only .torrent files work at the time of writing these lines.
Fixed:
- [Torrent] Fix build bug with MSVC
- [Stream] Fix host schemes detection
- [Stream] Open stream downloader if the URL is a stream + unit test
- [Build] Update build chains
Updated:
- [Torrent] Add third-party libraries (boost, libtorrent)
- [UI] Improve 'Remove xyz' buttons (remove selected, remove completed, remove all...)
- [UI] Improve 'Import' menu
- [UI] Improve save/restore states
- [UI] Improve stream dialog and compiler info dialog
- [UI] Implemented tooltip and statustip messages
- [Blog] Update screenshots and articles
Still left to do:
¯\(ツ)/¯
Still some to do...
DownZemAll v1.7.5
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
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
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
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
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
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
New Features
- [Queue] Implement move up/down/top/bottom actions
DownZemAll v1.6.3
Bug Fixes
- [DownloadManager] Fix redirect error when server replies "301 Moved Permanently"
DownZemAll v1.6.2
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...