Skip to content

Releases: antony-jr/QAppImageUpdate

v1.1.2

27 Jul 10:13
Compare
Choose a tag to compare

Change log

  • Added pkg-config support for CMake builds
  • Uses UIC to generate header files from .ui files
  • Made the library install to system if the user wants it

v1.1.1

13 Jul 11:53
Compare
Choose a tag to compare
  • Avoided using dynamic generation of UI header files to easy the use of this library.

v1.1.0

13 Jul 10:02
Compare
Choose a tag to compare

New Feature

  • New confirmation dialog similar to Sparkle Framework
  • Release notes is now fetched and returned through updateAvailable signal

Bug fixes

  • Fixed unusable object when the object was canceled previously
  • Fixed broken signals and slots connection
  • Fixed crash on multiple method calls at the same time.
  • Ignore calls to method when busy.
  • Automatically cancel when destructed
  • Secured multiple calls to public methods

Tests

  • Added tests for AppImageDeltaRevisioner
  • Added more tests for other private classes

v1.0.4

28 May 09:52
Compare
Choose a tag to compare

Bugfix

  • Fix invalid AppImage error when running inside firejail

v1.0.3

28 May 04:19
Compare
Choose a tag to compare

Changelog

  • Added a constructor to construct AppImageUpdaterDialog with an existing AppImageDeltaRevisioner instance

v1.0.2

23 Apr 15:06
Compare
Choose a tag to compare

Bug fix

  • Fixed qt signal-slot error.

v1.0.1

03 Mar 12:42
Compare
Choose a tag to compare

Change Log

  • fixed unstable AppImageUpdaterDialog when using a parent.

v1.0.0

26 Feb 05:31
Compare
Choose a tag to compare

Change Log

  • Implemented zsync client library in Qt.
  • Made the API single threaded and non-blocking.
  • Reduced the use of legacy code.
  • Implements Cyclic API.
  • deprecates old sources.
  • Uses QLocale to convert time from string to QDateTime in Zsync Control File.
  • Fixed false positive of servers which does not support ranges requests.
  • Fixed code styles.
  • Reduced the usage of macros.
  • Removed the use of Atomic variables from all classes
  • Avoided the use of mutex in every classes.
  • Started using local includes.
  • New Feature: AppImageUpdaterDialog ,a gui for the delta revisioner.
  • fix premature call to verifyAndConstructTargetFile();
  • fix unstable progress caused due to multiple progress signals
  • make a single version of getMethod to reduce code

v0.0.6

16 Feb 12:32
Compare
Choose a tag to compare

ChangeLog

  • Added github changelog support.
  • Added custom changelog support.
  • Implemented a failsafe for changelog.
  • Fixed some bugs

v0.0.5

14 Jan 11:42
Compare
Choose a tag to compare

ChangeLog

  • Fixed some typos and bugs.
  • Fixed Url Resolution errors.
  • Refactored code base.
  • Handle the new version filenames better.
  • Fixed error on some trival post installations.
  • Fixed some dumb mistakes.
  • Took some lines of code to trash

This release is so far good compared to other releases , Highly recommended to use this release!