Browse Source

Update version_check.php

Antony Male 10 years ago
parent
commit
f534e501e9
1 changed files with 9 additions and 8 deletions
  1. 9 8
      server/version_check.php

+ 9 - 8
server/version_check.php

@@ -65,22 +65,23 @@ function get_with_wildcard($src, $value, $default = null)
 }
 
 $versions = [
-   '1.0.25' => [
+   '1.0.26' => [
       'installed' => [
          'direct_download_url' => [
-            'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.25/SyncTrayzorSetup-x64.exe',
-            'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.25/SyncTrayzorSetup-x86.exe',
+            'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.26/SyncTrayzorSetup-x64.exe',
+            'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.26/SyncTrayzorSetup-x86.exe',
          ],
       ],
-      'sha1sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.25/sha1sum.txt.asc',
-      'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.25',
-      'release_notes' => "MANDATORY UPGRADE! Adds support for Syncthing 0.11.10.\nIf you do not upgrade, you may see crashes!\n\n- Support for Syncthing v0.11.10\n- Fix and improve file transfers window (#101, #106)\n- Fix various crashes (#108, #112, #114, #115, #116)\n- Add option to disable hardware rendering (#104)\n- Add Chinese translation (thanks Honpan Lung!)\n- Fix crash on shutdown (#117)\n- Don't show file tranfers that are 'starting'\n- Be smarter about network timeouts when resuming from sleep",
+      'sha1sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.26/sha1sum.txt.asc',
+      'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.26',
+      'release_notes' => "- Add support for Syncthing v0.11.12\n- Allow 'synced' notifications to be controlled per-folder (#99)\n- Don't show upgrade prompt if another application is fullscreen (#118)\n- Launching an already-running SyncTrayzor exe won't launch two instances (#119)",
    ]
 ];
 
 $upgrades = [
-   '1.0.24' => ['to' => 'latest', 'formatter' => '3', 'overrides' => ['release_notes' => "- Fix crash on shutdown (#117)\n- Don't show file tranfers that are 'starting'\n- Be smarter about network timeouts when resuming from sleep"]],
-   '1.0.23' => ['to' => 'latest', 'formatter' => '3', 'overrides' => ['release_notes' => "- Fix a couple of crashes (#116)\n- Add Chinese translation (thanks Honpan Lung!)\n- Fix crash on shutdown (#117)\n- Don't show file tranfers that are 'starting'\n- Be smarter about network timeouts when resuming from sleep"]],
+   '1.0.25' => ['to' => 'latest', 'formatter' => '3'],
+   '1.0.24' => ['to' => 'latest', 'formatter' => '3'],
+   '1.0.23' => ['to' => 'latest', 'formatter' => '3'],
    '1.0.22' => ['to' => 'latest', 'formatter' => '2'],
    '1.0.21' => ['to' => 'latest', 'formatter' => '2'],
    '1.0.20' => ['to' => 'latest', 'formatter' => '2'],