ThunderbirdTray Changelog

What's new in ThunderbirdTray 1.7.1

Oct 3, 2020
  • Changes:
  • Launch Thunderbird on successive starts - Instead of showing a lock message the second time the application is run, it now brings up Thunderbird
  • Disable non debug logging - The logfile will not be generated without the --debug flag
  • CI Builds - All commits are built in CI, you can use these builds to get unreleased features

New in ThunderbirdTray 1.7.0 (Oct 2, 2020)

  • New features:
  • Custom Thunderbird Location - Add a configurable option in settings to select a custom thunderbird.exe location in case it is installed somewhere other than default. Thanks to @Wibble199 for the feature.

New in ThunderbirdTray 1.6.0 (Apr 27, 2020)

  • New features:
  • Polling window change detector - Add hook method 'polling' for detecting Thunderbird window minimise. Will check every 100ms. An option to configure this exists. Default is UI Automation.
  • Bug fixes:
  • Polling workaround ( #18 ) - The polling window change detector has minimal performance impact, which should provide a workaround for machines experiencing higher than usual CPU load with UI Automation.

New in ThunderbirdTray 1.5.0 (Apr 25, 2020)

  • New features:
  • User options ( #15 ) - You can now customise the startup behavior of Thunderbird, either to minimise or open on application start
  • NetCore ReadyToRun - Enabled ReadyToRun on the netcore app, let me know if there are issues from this. Binary size is larger as a result but it has a faster startup speed.
  • Bug fixes:
  • Unicode characters ( #19 ) - Switched to using Unicode for getting window classnames for non English localisations of Thunderbird. Might introduce a new bug, but need testing to know.
  • Updater ( #16 ) - Naming scheme for retrieving the latest release was not coded correctly, now fixed.

New in ThunderbirdTray 1.4.0 (Feb 17, 2020)

  • Bugfix for #13 , startup behavior changed; Thunderbird is now minimised on start if it was launched with ThunderbirdTray.

New in ThunderbirdTray 1.3.2 (Jan 15, 2020)

  • NETCore-runtime no longer built
  • Bugfix for main window finding #5 .
  • Removed timeout on window finding as a result.
  • Bugfix for taskbar icon click not working for restore after ThunderbirdTray is closed #6 .
  • Thunderbird is restored when exiting the tray application as a result.