Skip to content

Releases: JakeStanger/ironbar

v0.10.0

01 Feb 22:22
d40b3b7
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to 3cf9be8 - global icon theme setting (commit by @JakeStanger):

    This removes the icon_theme option from launcher and focused. You will need to set this at the top of your config instead.

  • due to 90f57d6 - remove irrelevant icon format token (commit by @JakeStanger):

    (Missed from #96141d4) The {icon} token has been removed from the music module due to incompatibility with the new image/icon support. The icon now always displays as a separate widget before the label and should be removed from your formatting string.

✨ New Features

🐛 Bug Fixes

♻️ Refactors

📝 Documentation Changes

v0.9.0

28 Jan 14:50
c906dd4
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to fa67d07 - mouse event config options (commit by @JakeStanger):

    on_click is now called on_click_left for consistency with new options.

  • due to 6d8e647 - mpris support (commit by @JakeStanger):

    The mpd module has been renamed to music. You will need to update the type value in your config and add player_type to continue using MPD. You will also need to update your styles.

✨ New Features

🐛 Bug Fixes

♻️ Refactors

📝 Documentation Changes

v0.8.0

30 Nov 22:59
c1e1743
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • due to df77020 - use snake_case for module tokens for consistency (commit by @JakeStanger):

    This renames the module from sys-info to sys_info, and almost every formatting token from kebab-case to snake_case. Any use of this module will need to be updated.

  • due to 8c75bc4 - rename path to cmd for consistency (commit by @JakeStanger):

    This changes the option in the script module. Any uses of the module must be updated to use the new option name.

  • due to e274ba3 - rename exec to on_click for consistency (commit by @JakeStanger):

    This changes the option on buttons in the custom module. Any uses of the module must be updated to use the new custom widget attribute name.

✨ New Features

♻️ Refactors

✅ Tests

📝 Documentation Changes

v0.7.0

05 Nov 17:34
3b04642
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

♻️ Refactors

📝 Documentation Changes

v0.6.0

15 Oct 17:27
0669504
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

♻️ Refactors

📝 Documentation Changes

💥 BREAKING CHANGES

  • due to 06cfad6 - more positioning options (PR #23 by @JakeStanger):

    The left and right config options have been renamed to start and end

v0.5.2

07 Sep 21:49
b801751
Compare
Choose a tag to compare

🔧 Chores

v0.5.1

06 Sep 21:39
6871126
Compare
Choose a tag to compare

🐛 Bug Fixes

🔧 Chores

v0.5.0

25 Aug 20:55
015dcd3
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🔧 Chores

v0.4.0

22 Aug 22:09
1d7c377
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

🔧 Chores

v0.3.0

15 Aug 20:24
789d54e
Compare
Choose a tag to compare

✨ New Features

  • 2d755d3 - support for multiple bars per monitor, loading config from env var (commit by @JakeStanger)

🐛 Bug Fixes

♻️ Refactors

🔧 Chores