Skip to content

Releases: hschneider/neutralino-autoupdate

v1.2.2

02 Mar 18:39
Compare
Choose a tag to compare

This update contains breaking changes:
Move the binary dependencies from resources/bin to extensions/autoupdate/bin:

Setup on all Platforms

Copy the contents of _install/PLATFORM/bin folder to your app's /extensions/autoupdate/bin folder. E.g.
_install/macos-x64/bin --> extensions/autoupdate/bin

Deployment

On Windows and Linux

The extensions folder needs to be placed beside your resources..neu folder:

app.exe
resources.neu
extensions

On macOS

The extensions folder goes into your app bundle's Resources folder. This can be automated with [Neutralino Build Scripts.]

v1.2.1

27 Feb 12:33
Compare
Choose a tag to compare

Fixed the setup procedure for Windows. See README.md for details.

v1.2.0

04 Jan 22:42
Compare
Choose a tag to compare

Replaced all fetch methods with CURL binary calls, so no server-side CORS config is required anymore.

v1.1.9

02 Jan 19:47
Compare
Choose a tag to compare

Further optimizations for higher portability.

v1.1.8

02 Jan 19:28
Compare
Choose a tag to compare

Cleaned up some Neutralino specific platform variables, to make code more portable.

v1.1.7

20 Dec 08:31
Compare
Choose a tag to compare

Simplified GUI translation by moving it to option customLang. See README for details.

v1.1.6

20 Dec 08:06
Compare
Choose a tag to compare

Translate the GUI to any language. See README for details.

v1.1.5

19 Dec 17:00
Compare
Choose a tag to compare

Alert-dialog height is now variable. Error messages are more verbose.

v1.1.4

19 Dec 15:12
Compare
Choose a tag to compare

Nicer error messages.

v1.1.3

19 Dec 13:00
Compare
Choose a tag to compare

Shows an alert message, when the download checksum is invalid or unzip failed.