ironbar/CHANGELOG.md
2023-02-01 22:22:19 +00:00

26 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.10.0 - 2023-02-01

💥 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 - 2023-01-28

💥 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 - 2022-11-30

💥 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 - 2022-11-05

New Features

🐛 Bug Fixes

♻️ Refactors

📝 Documentation Changes

v0.6.0 - 2022-10-15

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 - 2022-09-07

🔧 Chores

v0.5.1 - 2022-09-06

🐛 Bug Fixes

🔧 Chores

v0.5.0 - 2022-08-25

New Features

🐛 Bug Fixes

🔧 Chores

v0.4.0 - 2022-08-22

New Features

🐛 Bug Fixes

🔧 Chores