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.
2.7.0 - 2026-02-01
- add no_std support (#62)
- (deps) switch to ratatui-core (#65)
2.6.0 - 2025-10-13
- upgrade dependencies (#51)
2.5.1 - 2025-02-23
- use correct colours in ansi colour pairs (#45)
2.5.0 - 2025-02-20
- add changelog
- replace publish workflow with release-plz
- (deps) update rust crate itertools to 0.14.0 (#42)
- Replace publish workflow with release-plz
- Update rust crate itertools to 0.14.0 (#42)
2.5.0-beta.0 - 2024-12-07
- Add ANSI colours (#38)
- Bump version number
- Update dependency ubuntu to v24 (#34)
- Update peter-evans/create-pull-request action to v7 (#32)
- Upgrade dependencies (#41)
- Only run on
mainbranch (#37) - Replace code strings with tokenstreams (#29)
2.4.0 - 2024-05-23
- Bump version number
- Update peter-evans/create-pull-request action to v6 (#28)
- Update actions/checkout action to v4 (#27)
- Update rust crate itertools to 0.13.0 (#24)
- Expose
orderfor flavors and colors (#22) - Configure Renovate (#23)
- Update rust crate ratatui to 0.26 (#25)
2.3.0 - 2024-05-23
- Add support for emojis (#21)
- Bump version number
- Auto-sync upstream palettes (#19)
2.2.0 - 2024-03-18
- Add const equivalents of color & flavor index impls (#18)
- Bump version number
- Ignore tags in palette workflow (#17)
2.1.1 - 2024-03-17
- Add homepage & docs links to cargo manifest
2.1.0 - 2024-03-10
- Add FromStr & deserialization support (#16)
- Bump version number
2.0.0 - 2024-03-05
- Rewrite with codegen and simpler api (#15)
1.4.0 - 2024-02-07
- Add conversion to ratatui Color (#9)
- Bump version number
- Make colors/flavors accessible in const context (#10)
1.3.0 - 2023-07-31
- Add method to convert a FlavourColours into a fields iterator
- Make sure we build before publish
- Add
build.yml& addpublish.yml - Add .editorconfig
- Add webp rust example assets
- Add rust crate
- Bump version
- Make Colour fields public so that custom colors can be used
- Bump version number
- Re-export css_colors when css feature is enabled
- Bump version number
- Integrate with css-colors create
- Update version number in usage docs
- Ignore Cargo.lock
- Bump version number
- Update readme to match template repo
- Add methods to
Flavourto get each colour (#32) - Fix tests after changing
into_iter - Fix capitalisation of Catppuccin in docs
- Impl
IntoIteratorforFlavourColours - Rename
PalettetoFlavourColours - Rename and relocate iter methods
- Move flavours into enum
- Bump crate version number
- Use crate version in doc comment, add example outputs
- Fix links
- Broken repo link in rust crate