ironbar/CHANGELOG.md
2022-11-30 23:01:46 +00:00

17 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.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