Releases: berrnd/Traything
Releases · berrnd/Traything
Version 1.11.0
Version 1.10.0
- On Windows 11 all context menus now use the native style (rounded corners)
- Updated dependencies
Version 1.9.0
- Added a new action type "ShowTrayLauncher"
- This will show all in-scope actions in a separate window (with bigger buttons) to act as an "alternative launcher style way" to start actions
- Updated dependencies
Version 1.8.0
- TrayBrowser / TrayMediaPlayer now support in-place actions (referenced other actions which are displayed in the window context menu for quick execution)
- Added a new on-demand placeholder
{CLIPBOARD}for referencing text contents of the clipboard - HttpRequest actions now also support on-demand placeholders
- Traything now exits when a modifier key (
ALT,CTRLorSHIFT) is pressed while closing the main window - Updated dependencies
Version 1.7.0
- Actions can now be automatically executed when starting Traything (new option/property
Autostart) - Control panel (seek bar and so on) optimizations in TrayMediaPlayer
- Updated dependencies
Version 1.6.0
- TrayBrowser / TrayMediaPlayer height/width can now auto use the screen bounds (when using
-1as the height/width option) - TrayMediaPlayer improvements and fixes:
- The
Nextbutton in playlist now jumps to the previous item when a modifier key (ALT,CTRLorSHIFT) is pressed - Optimized seek bar handling / loading performance
- Fixed that muting also muted other instances of TrayMediaPlayer open at the same time
- The
- Updated dependencies
Version 1.5.0
- Improved performance when loading bigger playlists in TrayMediaPlayer
- Updated dependencies
Version 1.4.0
- On-demand placeholders ("{QUERYSTRING}" in
PathOrUrl) can now occur multiple times- =>
{QUERYSTRING[:<OptionalName>]}
- =>
- TrayBrowser now supports fullscreen toggling (via the context menu like in TrayMediaPlayer)
- Various minor optimizations
- Updated dependencies
Version 1.3.0
PathOrUrlcan now contain "{QUERYSTRING}" for on-demand placeholders- The placeholder will be replaced by a value queried on executing the action
- TrayBrowser now supports zooming (see the context menu)
- Pause/Resume in TrayMediaPlayer now also works by a single left click anywhere on the video area
- Updated dependencies
Version 1.2.0
- It's now possible to start multiple instances of TrayBrowser / TrayMediaPlayer actions
- TrayMediaPlayer actions have new options to start the media muted, in fullscreen or mimized (e.g. for audio only streams)
- TrayMediaPlayer has now a context menu (click anywhere on the video area) for various actions (like toggle mute and so on)
- Actions can now also be executed from the main window
- Various minor optimizations