adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
461 stars 45 forks source link

Automatic update is broken #61

Closed ghost closed 1 year ago

ghost commented 1 year ago

Help -> About always said there is update available. I did click to restart the application to complete the update but each of the time I go to Help -> About, it always said there is update available! Look at the version number there is nothing changed between updates so I'm pretty sure I'm already having the latest version!

adonais commented 1 year ago

Maybe it's caused by the time zone issue. Use your browser to check the timestamp of the latest release, e.g. Release 20230722145808, And then open the help menu of the skylark editor to check the compile time, The possible display looks like this "Compiler Info: clang 15.0.7 (2023-07-22 14:51:14)"

ghost commented 1 year ago

Maybe it's caused by the time zone issue. Use your browser to check the timestamp of the latest release, e.g. Release 20230722145808, And then open the help menu of the skylark editor to check the compile time, The possible display looks like this "Compiler Info: clang 15.0.7 (2023-07-22 14:51:14)"

This is what I see: Compiler Info: clang 15.0.7 (2023-07-22 13:51:14).

adonais commented 1 year ago

Confirmed to be a time zone issue, will be fixed in a later release.