From d059c5c13c204a8984271d0dd344bf249ce7f704 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Wed, 27 May 2015 17:10:29 +0100 Subject: [PATCH] Update version_check.php --- server/version_check.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/server/version_check.php b/server/version_check.php index cb1a02c9..2589809a 100644 --- a/server/version_check.php +++ b/server/version_check.php @@ -65,19 +65,20 @@ function get_with_wildcard($src, $value, $default = null) } $versions = [ - '1.0.20' => [ + '1.0.21' => [ 'installed' => [ 'direct_download_url' => [ - 'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.20/SyncTrayzorSetup-x64.exe', - 'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.20/SyncTrayzorSetup-x86.exe', + 'x64' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.21/SyncTrayzorSetup-x64.exe', + 'x86' => 'https://github.com/canton7/SyncTrayzor/releases/download/v1.0.21/SyncTrayzorSetup-x86.exe', ], ], - 'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.20', + 'release_page_url' => 'https://github.com/canton7/SyncTrayzor/releases/tag/v1.0.21', 'release_notes' => "- Add Dropbox-style window with current file transfers. Single-click the icon to view (#18)\n- Remember Syncthing langauge selection (#87)\n- Reword 'use custom home for Syncthing' option in Settings to be clearer (#88)\n- Don't show main window outside of desktop on very small screens (#84)\n- Don't crash if watched folder is a symlink (#89)\n- Improve error message if Syncthing cannot start (#90)\n- Fix possible crash if computer locale is changed (#91)\n- Allow custom Syncthing paths (by hand-editing config file, useful for edge case setups) (#86)\n- Add context menu to web browser (cut/copy/paste) (#85)\n- Allow multiple SyncTrayzor installations (portable and installed) to co-exist (#81)\n- Ignore system proxy settings when connecting to Syncthing (#80)\n- Update translations:\n - Updates to all languages\n - New languages: Catalan (Valencian), Portuguese (Brazil)", ] ]; $upgrades = [ + '1.0.20' => ['to' => 'latest', 'formatter' => '2', 'overrides' => ['release_notes' => "- Fix issue where SyncTrayzor thought it was older than it was"]], // 1.0.19 was never actually released, so no need to represent it '1.0.18' => ['to' => 'latest', 'formatter' => '2'], '1.0.17' => ['to' => 'latest', 'formatter' => '2'],