Skip to content

Releases: canton7/SyncTrayzor

Version 1.0.14

18 Apr 11:36
Compare
Choose a tag to compare
  • Give Syncthing more than 10 seconds to start, fixing crash (#47, #48, #50)
  • Better Syncthing API management in general
  • Add support for 150% and 200% DPI to tray icon
  • Slightly improve UI

Version 1.0.13

21 Apr 20:09
Compare
Choose a tag to compare
  • Fix crash if 'Show tray icon only on close' is checked (#45)
  • Fix undocumented REST API change in Syncthing 0.11 (#46)
  • Check for updates on resume from sleep
  • Ensure SyncTrayzor is started as original user after auto-update

Note This version was released very shortly after v1.0.12, to address some issues.
The changelog for v1.0.12 is below:

  • Compatibility with Syncthing v0.11.x (beta) (#43)
  • Improved auto-updates (#39)
  • Add option to hide the console (#41)
  • Obfuscate Device IDs in log files, as well as in the console
  • Logging will take less space if Syncthing is spamming messages (#42)
  • Updated translations (all langauges)
  • New translations:
    • Czech (thanks Václav Obrtlík)
    • Greek (thanks alexxtasi and Wasilis Mandratzis-Walz)
    • French (thanks princejosuah, lpoujol and Martin Erpicum)
    • Russian (thanks Ivan Lapenkov)
    • Slovak (thanks Lukáš Černý)
  • Fix bug where 'Close to Tray' from tray context menu would not work if settings say not to close to tray

Version 1.0.12

13 Apr 12:27
Compare
Choose a tag to compare

⚠️ NOTE:: This release had some bugs around Syncthing 0.11 beta. Please use v1.0.13

  • Compatibility with Syncthing v0.11.x (beta) (#43)
  • Improved auto-updates (#39)
  • Add option to hide the console (#41)
  • Obfuscate Device IDs in log files, as well as in the console
  • Logging will take less space if Syncthing is spamming messages (#42)
  • Updated translations (all langauges)
  • New translations:
    • Czech (thanks Václav Obrtlík)
    • Greek (thanks alexxtasi and Wasilis Mandratzis-Walz)
    • French (thanks princejosuah, lpoujol and Martin Erpicum)
    • Russian (thanks Ivan Lapenkov)
    • Slovak (thanks Lukáš Černý)
  • Fix bug where 'Close to Tray' from tray context menu would not work if settings say not to close to tray

Version 1.0.11

23 Mar 15:17
Compare
Choose a tag to compare
  • Fix bug where GUI would freeze if Syncthing logged to console too frequently (#36)

Note: Version 1.0.11 was released 2 hours after 1.0.10, which fixed the following issues:

  • Add "Open Folder" buttons (#32):
    • In the GUI, next to 'Edit' and 'Rescan'
    • In the tray icon's right-click menu
  • Add settings to:
    • Stop Syncthing auto-upgrading
    • Run Syncthing as a low-priority process (#24)
    • Disable localization (#35)
  • Check for updates when resuming from sleep (#34)
  • Add Spanish translation (thanks Diego Sierra!)
  • Break Settings dialog into multiple tabs, for those with small screens (#29)
  • Always use HTTPS (#33)
  • Store path configuration and default user configuration in SyncTrayzor.exe.config (#30)
  • Reload Syncthing's address / home dir / API key / etc when it's restarted (#31)
  • Fix tray icon

Version 1.0.10

23 Mar 13:30
Compare
Choose a tag to compare
  • Add "Open Folder" buttons (#32):
    • In the GUI, next to 'Edit' and 'Rescan'
    • In the tray icon's right-click menu
  • Add settings to:
    • Stop Syncthing auto-upgrading
    • Run Syncthing as a low-priority process (#24)
    • Disable localization (#35)
  • Check for updates when resuming from sleep (#34)
  • Add Spanish translation (thanks Diego Sierra!)
  • Break Settings dialog into multiple tabs, for those with small screens (#29)
  • Always use HTTPS (#33)
  • Store path configuration and default user configuration in SyncTrayzor.exe.config (#30)
  • Reload Syncthing's address / home dir / API key / etc when it's restarted (#31)
  • Fix tray icon

Version 1.0.9

17 Mar 13:07
Compare
Choose a tag to compare
  • Fix bug with directory watcher and paths containing a tilde (~)
  • Fix resolution issue with taskbar icon
  • Add 'device connected/disconnected' tray icon balloon messages
  • Add Dutch transation (thanks Heimen Stoffels!)
  • Small redution in memory usage
  • Add menu item to restart Syncthing

Version 1.0.8

12 Mar 18:04
Compare
Choose a tag to compare
  • Support HTTPS
  • Add German translation (thanks Adrian Rudnik)
  • Ensure SyncTrayzor is terminated properly when updating/uninstalling using the installer

Version 1.0.7

10 Mar 12:58
Compare
Choose a tag to compare
  • Support GUI Authentication
  • Ignore 'synced' events after device connection/disconnection, reducing noise
  • Add option to obfuscate device IDs (thanks Adrian Rudnik)
  • Allow Syncthing to localize by sending correct language headers (thanks Adrian Rudnik)
  • Add validation to the Settings page
  • Better handle exceptions encountered during shutdown
  • Catch case where syncthing.exe can't be started because of group policy settings

Version 1.0.6

08 Mar 03:33
Compare
Choose a tag to compare
  • Include high-quality icon (thanks to d4k0)
  • Improve settings dialog around API key and GUI Host Address
  • Add 32-bit installer / portable edition

Version 1.0.5

07 Mar 16:14
Compare
Choose a tag to compare
  • Replace syncthing.exe in APPDATA if it goes missing for some reason
  • Add option to run Syncthing with a custom home directory
  • Add portable build
  • Add 'Minimize to Tray' option
  • Improve error messages and logging
  • Close Synchthing gracefully on application exit