Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Releases: TheGuardianWolf/ThunderbirdTray

ThunderbirdTray v1.7.1

03 Oct 12:16
Compare
Choose a tag to compare

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

ThunderbirdTray v1.7.0

02 Oct 12:01
95a7875
Compare
Choose a tag to compare

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.

ThunderbirdTray v1.6.0

27 Apr 05:13
Compare
Choose a tag to compare

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.

ThunderbirdTray v1.5.0

25 Apr 01:28
Compare
Choose a tag to compare

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.

ThunderbirdTray v1.4.0

16 Feb 22:19
Compare
Choose a tag to compare
  • Bugfix for #13 , startup behavior changed; Thunderbird is now minimised on start if it was launched with ThunderbirdTray.

ThunderbirdTray v1.3.4

15 Feb 22:37
Compare
Choose a tag to compare
  • Bugfix for #12 (related to #5), removed dash requirement from window name matching.

ThunderbirdTray v1.3.3

15 Feb 12:45
Compare
Choose a tag to compare
  • Bugfix for #10 , pull request #11 , limit number of characters that StringBuilder can use to resolve memory consumption issues.
  • Using new Thunderbird icon (binary size reduction is due to this).

ThunderbirdTray v1.3.2

11 Jan 03:28
Compare
Choose a tag to compare

UPDATE: There is an error in this release, the NETFramework ThunderbirdTray version is not 1.3.2, please use 1.3.3+ for the bugfixes.

Changes:

  • 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.

ThunderbirdTray v1.3.1

01 Jan 00:08
2adc89c
Compare
Choose a tag to compare

Changes:

  • Add logging capabilities.
  • Allow downloading of prerelease and draft versions from updater.
  • Updater is now versioned.
  • Bugfix for visualstate initialisation #2

The runtime version for .NET Core will not be built going into the future, it offers little benefits over .NETFramework.

ThunderbirdTray v1.3.1 Prerelease

31 Dec 16:26
Compare
Choose a tag to compare
Pre-release

Debug release.

Changes:

  • Add logging capabilities.
  • Allow downloading of prerelease and draft versions from updater.
  • Updater is now versioned.
  • Bugfix for visualstate initialisation