Skip to content

Latest commit

 

History

History
193 lines (122 loc) · 4.52 KB

File metadata and controls

193 lines (122 loc) · 4.52 KB

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.

2.7.0 - 2026-02-01

Added

  • add no_std support (#62)

Fixed

  • (deps) switch to ratatui-core (#65)

2.6.0 - 2025-10-13

Added

  • add iced feature (#53)
  • don't include all of bevy by default (#54)
  • add bevy feature (#48)

Other

  • upgrade dependencies (#51)

2.5.1 - 2025-02-23

Fixed

  • use correct colours in ansi colour pairs (#45)

2.5.0 - 2025-02-20

Other

  • add changelog
  • replace publish workflow with release-plz
  • (deps) update rust crate itertools to 0.14.0 (#42)

Changed

  • Replace publish workflow with release-plz
  • Update rust crate itertools to 0.14.0 (#42)

2.5.0-beta.0 - 2024-12-07

Added

  • Add ANSI colours (#38)

Changed

  • 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 main branch (#37)
  • Replace code strings with tokenstreams (#29)

2.4.0 - 2024-05-23

Changed

  • 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 order for flavors and colors (#22)
  • Configure Renovate (#23)

Fixed

  • Update rust crate ratatui to 0.26 (#25)

2.3.0 - 2024-05-23

Added

  • Add support for emojis (#21)

Changed

  • Bump version number
  • Auto-sync upstream palettes (#19)

2.2.0 - 2024-03-18

Added

  • Add const equivalents of color & flavor index impls (#18)

Changed

  • Bump version number
  • Ignore tags in palette workflow (#17)

2.1.1 - 2024-03-17

Added

  • Add homepage & docs links to cargo manifest

2.1.0 - 2024-03-10

Added

  • Add FromStr & deserialization support (#16)

Changed

  • Bump version number

2.0.0 - 2024-03-05

Changed

  • Rewrite with codegen and simpler api (#15)

1.4.0 - 2024-02-07

Added

  • Add conversion to ratatui Color (#9)

Changed

  • Bump version number
  • Make colors/flavors accessible in const context (#10)

1.3.0 - 2023-07-31

Added

  • Add method to convert a FlavourColours into a fields iterator

Changed

  • Make sure we build before publish

[1.2.2] - 2023-07-30

Added

  • Add build.yml & add publish.yml
  • Add .editorconfig
  • Add webp rust example assets
  • Add rust crate

Changed

  • 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 Flavour to get each colour (#32)
  • Fix tests after changing into_iter
  • Fix capitalisation of Catppuccin in docs
  • Impl IntoIterator for FlavourColours
  • Rename Palette to FlavourColours
  • Rename and relocate iter methods
  • Move flavours into enum
  • Bump crate version number
  • Use crate version in doc comment, add example outputs

Fixed

  • Fix links
  • Broken repo link in rust crate