Releases: alirezagsm/Trayy
Releases · alirezagsm/Trayy
v2.4.1
v2.4
- 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)
- Web apps: entry without extension is used as tab name (Example:
- 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
- Tab name matches now supported for
v2.0
- 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
- Fixed a bug that was preventing UWP apps from closing properly
v1.01
- Fixed a bug that was causing all Chrome/Edge windows to close when closing only one window
v1.0
- 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
- Added basic support for Thunderbird
- DPI aware UI scaling
- Improved Startup logic
- Improved tray icon refresh logic
- Bugfixes
v0.97
Bug fix: Apps sometimes appeared in Taskbar despite "Do not show on Taskbar"
v0.96
Updated app detection logic.
Updated hide from Taskbar method.
Ability to react to toast notifications.
Bug fixes.
v0.95
- Improve app detection logic
- Added hide from Taskbar
- Added peek by clicking on tray icons
- UI adjustments
- Bugfixes