Releases: berrnd/Traything
Releases · berrnd/Traything
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
,CTRL
orSHIFT
) 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
-1
as the height/width option) - TrayMediaPlayer improvements and fixes:
- The
Next
button in playlist now jumps to the previous item when a modifier key (ALT
,CTRL
orSHIFT
) 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
PathOrUrl
can 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
Version 1.1.0
- Various optimizations
Version 1.0.0
- First release