QSyncthingTray Changelog

What's new in QSyncthingTray 0.5.8

Jul 7, 2017
  • Improvements:
  • Better handling of file paths
  • QST Window now has icon on Windows
  • Fixes:
  • Fixed an issue with QST forgetting the iNotify Path

New in QSyncthingTray 0.5.7 (Dec 27, 2016)

  • Fixed a (Qt) bug where QST wouldn't be able to connect to Syncthing after standby.

New in QSyncthingTray 0.5.6 (Nov 22, 2016)

  • Improvements:
  • Added Polling Intervall Unit to UI
  • Fixes:
  • Restored Icon animation on Windows
  • Improved stability on Windows
  • Icon is now immediately updated when toggled between monochrome/color

New in QSyncthingTray 0.5.5 RC2 (Oct 27, 2016)

  • Features:
  • Add ability to set a customised range for usage data statistics (e.g. 2 hours)
  • Add number of connections to graph statistics
  • Improvements:
  • [General] Show Folder Name in Menu instead of ID.
  • [UI] Initialise Syncthing UI with dark grey background as a compromise for users with dark themes.
  • [Plot] Use absolute time on axis in plots.
  • [Plot] Longer gaps between data points (e.g. after standby) are now set to zero instead of connected by a straight line
  • [Plot] Overall improvement when cleaning up stale data
  • Fixes:
  • [Mac] Closing the Syncthing UI now doesn't close other QST windows.

New in QSyncthingTray 0.5.5 RC1 (Oct 14, 2016)

  • Features:
  • Traffic Plots: Plot a graph of the past 60 minutes of bandwidth usage by QST.
  • This lays groundwork for more data visualisations in future updates.
  • Update Notifications: Weekly Checks whether a new update is available.
  • Support for OpenBSD, NetBSD, FreeBSD
  • [Linux/Mac] Added default paths for Syncthing and iNotify
  • Improvements:
  • Raise Window on subsequent clicks if already opened
  • Decreased compile time memory usage
  • Bugfixes:
  • Removed a bug where QST wouldn't warn if user tries to connect to HTTP but has HTTPS enabled
  • Removed a bug where inotify's path would be incorrectly detected, overall improvement of process spawning.

New in QSyncthingTray 0.5.2 (Aug 22, 2016)

  • OSX: QSyncthingTray now correctly shows up in Spotlight
  • Don't kill manually launched syncthing on shutdown
  • Linux/OSX: Settings are now being migrated into a qst/QSyncthingTray namespace and folder structure
  • Users who want to compile QST themselves, can now chose between a slimmer version using deprecated WebKit or the normal WebEngine (as a positive sideeffect: Debian support!). Simply pass -DQST_BUILD_WEBKIT=1 to cmake

New in QSyncthingTray 0.5.1 (Jun 2, 2016)

  • Move Last Synced Files and current Folders into Sub Menus
  • Keep Size of Browser View in between restarts
  • Fixed a bug when saving the launch path
  • Restored Last Synced Files functionality

New in QSyncthingTray 0.5.0 (Jun 2, 2016)

  • Working with Syncthing v13.
  • The API Key is now retrieved from the configuration file. QST will look into the default directory where syncthing stores its configuration and tries to retrieve it from the config.xml. As a user, there is now a field in the preferences to manually set the API Key, should the configuration reside in a different location.
  • Fix a crash when resuming QST from Pause.
  • Improved the way future default settings are handled.
  • Fix a race-condition on Windows where syncthing-inotify might prevent syncthing from starting by acquiring a lock on its config file.

New in QSyncthingTray 0.4.6 (Jun 2, 2016)

  • Quickfix: Connection Health Timer on existing QST installations falsely initialized with 0

New in QSyncthingTray 0.4.5 (Jun 2, 2016)

  • Added option to customize polling-interval between QST and Syncthing
  • Deployed workaround against Qt memory leak
  • Improved handling of unavailable connections
  • Fixed hanging launch on OSX when syncthing-inotify is used
  • Correctly set Zoom Level on Syncthing UI Load
  • Fixed namespace collision in Linux (compiler)

New in QSyncthingTray 0.4.4 (Jun 2, 2016)

  • Fixed an issue with spaces in paths (syncthing-inotify)
  • Fixed switching to discrete GPU on Macs with two GPUs
  • Fixed an issue with auto-pausing processes with white-spaces

New in QSyncthingTray 0.4.3.1 (Jun 2, 2016)

  • Fixed a typo in Linux sourcecode which leads to a compilation error.
  • Will be avoided in the future through #89

New in QSyncthingTray 0.4.3 (Jun 2, 2016)

  • Improvements:
  • Support for non-latin filenames
  • [Mac/Linux] Fixed an issue where Syncthing would falsely be detected as already running
  • [Windows/Linux] Left Click on Windows/Linux opens up Syncthing UI
  • [Mac] Fixed an issue where QST would not load on OSX with case-sensitive filesystem
  • [Windows] 32 Bit Windows release now contains correct 32 bit DLLs

New in QSyncthingTray 0.4.2 (Jun 2, 2016)

  • Improvements:
  • Added a "Pause Syncthing" Button to conveniently start/stop Syncthing.
  • Added Zoom-Factor in Appearance Settings for displaying the Syncthing UI on HiDPI Screens.
  • System Notifications are now distinguished between informational and warnings.
  • Added About Page for looking up the version number of QST.
  • Made shutdown on exit optional.
  • Fixes:
  • Fixed an issue where Syncthing might not shutdown properly after exit.
  • Fixed an issue where loading the Syncthing UI would take a long time on Windows 7.