Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.25 KB

Change Log

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.

[Unreleased] - yyyy-mm-dd

[0.1.11] - 2024-01-22

  • Moved some of the logic to compile time to reduce runtime overhead.
  • Switched int_to_str to just fetch a string from a lookup array. It's faster and simpler.
  • Changed the internal value for the ANSI colors to be UInt8, to constrain the values to 0-255.
  • Changed RGB Tuples from UInt32 to UInt8, to constrain the values to 0-255.

[0.1.10] - 2024-12-21

  • Update profile detection to include a few more terminals.

[0.1.9] - 2024-12-17

  • Remove gojo dependencies, any usage of StringBuilder now uses String streaming.
  • Rendering functions now accept SizedWritable types, instead of just String.

[0.1.8] - 2024-09-22

  • Pull in null terminator fix from gojo library.

[0.1.7] - 2024-09-21

  • Switch to using StringBuilder.consume() to avoid copying data.

[0.1.6] - 2024-09-17

  • Pull in compability changes from hue library to minimize boilerplate conversion code.

[0.1.4] - 2024-09-13

  • First release with a changelog! Added rattler build and conda publish.