Releases: pdf/hyprpanel
Releases · pdf/hyprpanel
v0.3.0
Changelog
- d3f3432 chore(deps): Bump dependencies
- 840bab2 chore(deps): Bump dependencies
- d894597 chore(docs): Generate protobuf markdown docs
- a76cd66 chore(lint): Fix lint and update Github actions
- 68bddac feat(audio): Allow displaying source status icon
- 27ea752 feat(exec): Allow wrapping executed commands, allows e.g. uwsm support
- 258a496 feat(pager): Allow drag-and-drop of windows between workspaces
- 7931ee4 feat(tooltips): Add window preview capture to workspace and taskbar
- 0c26ac8 feat(tooltips): Display memory usage
- 5070b3f fix(audio): Clamp volume to 100% when increasing from below 100%
- def8ed8 fix(build): Bump to Go v1.24.0
- ee008c6 fix(core): Improve consistency of event source code
- 6bf6eab fix(core): Remove redundant defer in host run()
- 20af1dc fix(core): Use qualified config path when XDG_CONFIG_HOME is set
- f661aa9 fix(notifications): notification unmap cb must be unref'd as ptr
- 6ee76f7 fix(popups): Perform modifications via idle, fixes crashes/spins
- 0711efe fix(power): Update tooltip format for consistency with other widgets
- 707f503 fix(styling): Add some CSS transitions
- 05e7875 fix(systray): Align add/delete log levels
- 4601a42 fix(taskbar): Auto-hide launch indicator after delay
- 9124222 refactor(client): Update module API to reduce dependency hierarchy
v0.2.0
Changelog
- 7d290a3 chore(build): Bump to Go v1.23.0
- fc03ec1 chore(build): Update golangci-lint for compat with Go v1.23
- 087ffd5 chore(build): Update golangci-lint for compat with Go v1.23
- 6b05fe8 feat(battery): Poll additional batteries and report via tooltip
- 8b836be fix(compat): Fix Client.Fullscreen type for compat with Hyprland v0.42.0
- 8002060 fix(dbus): Explicitly release owned names on close
- 2c72b33 fix(dbus): Fix copy-pasta