Skip to content

Releases: alirezagsm/Trayy

v2.4.1

08 Dec 01:58
fd28ba1

Choose a tag to compare

  • Fixed a bug that was preventing default maximize action
  • Improved placement of the main UI
  • Added version number to the help menu

v2.4

07 Dec 17:49
fd28ba1

Choose a tag to compare

  • New syntax for app list:
    • Web apps: entry without extension is used as tab name (Example: Whatsapp Web)
    • Desktop apps: specify process with extension (Example: Obsidian.exe)
    • Multi-window support. You can now specify specific window title (Example: thunderbird.exe Write)
    • You can adjust the control button hitbox in Graphical mode (Example: Obsidian.exe w55h50)
  • New Quick action: Right-click the maximize button to toggle always-on-top (attempts to use PowerToys if possible)
  • UI changes:
    • Implemented smooth scrolling
    • Added help ? section in the corner for a quick explainer
  • Bugfixes and Improvements:
    • Tab name matches now supported for Firefox
    • Better handling of Electron apps
    • Reduced browser pop-up closing conflicts
    • Better multi-monitor placement of the GUI
    • Updated Readme with better feature description
    • Reorganized folder structure

v2.0

18 Sep 12:42
b343ac1

Choose a tag to compare

  • New UI: Toggles for Normal and Graphical detection modes
  • New Quick Actions:
    • Right-click the Minimize button to temporarily send a window to the tray
    • Right-click the X button to permanently add the app to your tracked list
  • Improved handling of multi-window processes
  • Support for UTF-8 encoded app names
  • More reliable detection in Graphical mode
  • Improved app closing logic
  • Bugfixes

v1.02

12 Jul 16:25
adc256a

Choose a tag to compare

  • Fixed a bug that was preventing UWP apps from closing properly

v1.01

08 Jun 09:54
adc256a

Choose a tag to compare

  • Fixed a bug that was causing all Chrome/Edge windows to close when closing only one window

v1.0

07 May 20:57
384ce84

Choose a tag to compare

  • Added generic support for misbehaving apps: Simply add an asterisk * to an app's entry (e.g. Thunderbird*) to capture the minimize and close actions based on mouse click position within that app
  • Added a basic update functionality
  • Bugfixes

v0.99

22 Mar 23:45
f4da989

Choose a tag to compare

  • Added basic support for Thunderbird
  • DPI aware UI scaling
  • Improved Startup logic
  • Improved tray icon refresh logic
  • Bugfixes

v0.97

06 Apr 15:19
140ee1c

Choose a tag to compare

Bug fix: Apps sometimes appeared in Taskbar despite "Do not show on Taskbar"

v0.96

26 Feb 00:03
32c690b

Choose a tag to compare

Updated app detection logic.
Updated hide from Taskbar method.
Ability to react to toast notifications.
Bug fixes.

v0.95

20 Feb 00:50

Choose a tag to compare

  • Improve app detection logic
  • Added hide from Taskbar
  • Added peek by clicking on tray icons
  • UI adjustments
  • Bugfixes