Browse Source

Update version_check.php

Antony Male 10 years ago
parent
commit
1e4cd9d6a5
1 changed files with 7 additions and 6 deletions
  1. 7 6
      server/version_check.php

+ 7 - 6
server/version_check.php

@@ -65,20 +65,21 @@ function get_with_wildcard($src, $value, $default = null)
 }
 
 $versions = [
-   '1.0.27' => [
+   '1.0.28' => [
       'installed' => [
          'direct_download_url' => [
-            'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.27/SyncTrayzorSetup-x64.exe',
-            'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.27/SyncTrayzorSetup-x86.exe',
+            'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.28/SyncTrayzorSetup-x64.exe',
+            'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.28/SyncTrayzorSetup-x86.exe',
          ],
       ],
-      'sha1sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.27/sha1sum.txt.asc',
-      'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.27',
-      'release_notes' => "- Fix issues with corrupted config file\n- Don't queue notification messages\n- Update translations",
+      'sha1sum_download_url' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.28/sha1sum.txt.asc',
+      'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.28',
+      'release_notes' => "- Allow extra Syncthing command-line arguments to be specified (#133)\n- Fix bug which would prevent multiple logged-on users using the same SyncTrayzor installation (#148)\n- Add extra process priority options for Syncthing (other than just 'low priority') (#143)\n- Fix a couple of small crashes\n- Reduce installer/portable zip size slightly\n- Handle restart-less Folder and Device changes in Syncthing\n- Handle some edge-cases where Syncthing state changes in the middle of lots of file transfers may not be noticed\n- Fix a very rare \"Error creating the Web Proxy\" issue (#131)\n- Improve translations (#142, others)",
    ]
 ];
 
 $upgrades = [
+   '1.0.27' => ['to' => 'latest', 'formatter' => '3'],
    '1.0.26' => ['to' => 'latest', 'formatter' => '3'],
    '1.0.25' => ['to' => 'latest', 'formatter' => '3'],
    '1.0.24' => ['to' => 'latest', 'formatter' => '3'],