tauri-plugin-taskbar 0.1.0

Windows taskbar thumbnail button controls for Tauri apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog


All notable changes to this project will be documented in this file.

## [0.1.0] - 2026-04-23


### Added

- Initial Tauri v2 plugin scaffold for taskbar thumbnail controls.
- Windows desktop implementation for previous / play-pause / next thumbnail buttons.
- Configurable icon paths, event names, and tooltips via plugin config.
- Command API: `initialize`, `set_playback_state`, `set_navigation_enabled`, `is_supported`.
- Non-Windows no-op implementation for cross-platform compatibility.
- JS guest bindings package.
- Permission files and autogenerated command permissions.