mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-22 23:16:46 +03:00
6.9 KiB
6.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.6.0 - 2022-10-15
✨ New Features
b188bc7
- initial support for running outside sway (commit by @JakeStanger)324f00c
- wlroots-agnostic support forfocused
module (commit by @JakeStanger)b1c66b9
- wlroots-agnostic support forlauncher
module (commit by @JakeStanger)1dd0a9e
- launcher: add popup css selectors (commit by @JakeStanger)06cfad6
- more positioning options (PR #23 by @JakeStanger)
🐛 Bug Fixes
5523e9a
- popup: often opening in wrong place (commit by @JakeStanger)8536ad7
- mpd: incorrectly checking for unix sockets (commit by @JakeStanger)bd5bdf5
- logging for creating bar incorrect (commit by @JakeStanger)75339f0
- vertical bars ignoring height config option (commit by @JakeStanger)b7b6488
- sometimes panicking on startup (commit by @JakeStanger)
♻️ Refactors
5ce50b0
- tidy and format (commit by @JakeStanger)1b853bc
- fix clippy warning (commit by @JakeStanger)
📝 Documentation Changes
daafa09
- update CHANGELOG.md for v0.5.2 [skip ci] (commit by @JakeStanger)b352181
- update json example (commit by @JakeStanger)bb4fe7f
- readme: credit smithay client toolkit (commit by @JakeStanger)994d0f5
- readme: update references to sway (commit by @JakeStanger)
💥 BREAKING CHANGES
-
due to
06cfad6
- more positioning options (PR #23 by @JakeStanger):The
left
andright
config options have been renamed tostart
andend
v0.5.2 - 2022-09-07
🔧 Chores
b801751
- release: v0.5.2 (commit by @JakeStanger)
v0.5.1 - 2022-09-06
🐛 Bug Fixes
b81927e
- launcher: opening new instances when focused/urgent (commit by @JakeStanger)a35d255
- launcher: item state changes not handled correctly (commit by @JakeStanger)
🔧 Chores
481adfc
- intellij: update run configs (commit by @JakeStanger)6871126
- release: v0.5.1 (commit by @JakeStanger)
v0.5.0 - 2022-08-25
✨ New Features
1e38719
- introduce logging in some areas (commit by @JakeStanger)
🐛 Bug Fixes
023c2fb
- workspaces: not listening to move event (commit by @JakeStanger)6dcae66
- avoid creating loads of sway/mpd clients (commit by @JakeStanger)
🔧 Chores
015dcd3
- release: v0.5.0 (commit by @JakeStanger)
v0.4.0 - 2022-08-22
✨ New Features
ab8f7ec
- logging support and proper error handling (commit by @JakeStanger)
🐛 Bug Fixes
f2ee2df
- error when using withswaybar_command
(commit by @JakeStanger)
🔧 Chores
1d7c377
- release: v0.4.0 (commit by @JakeStanger)