v2.0.0
Change Log
The next major release of QAppImageUpdate(aka. AppImageUpdaterBridge).
Bug Fixes
- Fix wrong block download in Zsync Range Downloader
- Memory Leaks in Zsync Range Downloader
- Retry requests on failure.
- Fix slow cancels
- Rewrote buggy public API.
Security Fixes
- Fixed Possible remote code execution when updating a un-trusted AppImage from Home directory
Note: The previous version did not allow the exploit to be successful but still there is code to avoid this now.
New Features
- Added Update via BitTorrent Protocol and Zsync for Decentralized Update
- Improved Optional GUI
- Improved Qt Plugin Support
- Support Optional GUI dialogs in Qt Plugins.
API Breaking Changes
All classes which were under the namespace AppImageUpdaterBridge has been combined in a single class QAppImageUpdate with so called actions to control a desired actoin with the library. Please refer the library documentation.