Skip to content

v0.3.0

Choose a tag to compare

@pdf pdf released this 12 Apr 01:08
· 9 commits to main since this release

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