mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-26 09:02:26 +03:00
12 KiB
12 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.7.0 - 2022-11-05
✨ New Features
fad90fd
- sys-info: add loads more formatting tokens (commit by @JakeStanger)dec402e
- sys-info: config options for refresh intervals (commit by @JakeStanger)91c57ed
- sys-info: pango markup support (commit by @JakeStanger)ec1d596
- logging:IRONBAR_LOG
andIRONBAR_FILE_LOG
env vars (commit by @JakeStanger)493df6b
- mpd: add volume slider to popup (commit by @JakeStanger)3750124
- new custom module (commit by @JakeStanger)b7792a4
- env var to set custom css location (commit by @JakeStanger)ad77dc4
- improved logging & error handling (commit by @JakeStanger)
🐛 Bug Fixes
9e6dbbd
- sys-info: tokens not replaced if more than one in string (commit by @JakeStanger)f17ae7a
- script: not parsing pango markup (commit by @JakeStanger)b66bd78
- logging for creating bar incorrect still (commit by @JakeStanger)3c43c20
- weird behaviour when config does not exist (commit by @JakeStanger)70e1b52
- logging: file log not capturing panics (commit by @JakeStanger)cbd0c49
- css watcher not working (commit by @JakeStanger)e693c1c
- mpd: volume slider causing mpd server errors (commit by @JakeStanger)3a83bd3
- able to insert duplicate keys into collection (commit by @JakeStanger)
♻️ Refactors
5ebc84c
- logging: consts for default log levels (commit by @JakeStanger)bc625b9
- clippy & fmt (commit by @JakeStanger)
📝 Documentation Changes
9d9c275
- update CHANGELOG.md for v0.6.0 [skip ci] (commit by @JakeStanger)27d0479
- readme: add warning about crate being outdated (commit by @JakeStanger)a06c4bc
- examples: add full system info config (commit by @JakeStanger)0a331f3
- readme: remove warning about outdated cargo package (commit by @JakeStanger)
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)