|
@@ -65,7 +65,7 @@ function get_with_wildcard($src, $value, $default = null)
|
|
|
}
|
|
|
|
|
|
$versions = [
|
|
|
- '1.1.10' => [
|
|
|
+ '1.1.11' => [
|
|
|
'installed' => [
|
|
|
'direct_download_url' => [
|
|
|
'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v{version}/SyncTrayzorSetup-x64.exe',
|
|
@@ -81,11 +81,12 @@ $versions = [
|
|
|
'sha1sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v{version}/sha1sum.txt.asc',
|
|
|
'sha512sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v{version}/sha512sum.txt.asc',
|
|
|
'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v{version}',
|
|
|
- 'release_notes' => "- Fix race condition when reloading config (#259)\n- Don't show 'Finished Syncthing' halfway through a busy sync (#264)\n- Don't crash when right-clicking tray icon early in startup process (#257)\n- Attempt to fix issue where UI half-renders after update to Syncthing 0.13 (#262)",
|
|
|
+ 'release_notes' => "- Display folder labels instead of folder IDs (#284)\n- Fix issue where 'Open Folder' and 'Browse' buttons might not be displayed (#281)\n- Make F5 clear the browser cache, helping with issues were Syncthing's GUI assets have been incorrectly cached\n- Don't spam connected/disconnected events if they happen too quickly (e.g. if a device is paused) (#289)\n- Make it easier to convert between portable and installed versions (#271, #272)\n- Fix race condition causing crash in metered network manager (#291)",
|
|
|
]
|
|
|
];
|
|
|
|
|
|
$upgrades = [
|
|
|
+ '1.1.10' => ['to' => 'latest', 'formatter' => '5'],
|
|
|
'1.1.9' => ['to' => 'latest', 'formatter' => '5'],
|
|
|
'1.1.8' => ['to' => 'latest', 'formatter' => '5'],
|
|
|
'1.1.7' => ['to' => 'latest', 'formatter' => '4'],
|