Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 834 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 834 Bytes

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.2.2] 2024-07-15

Changed

  • Readme oopsie

[v0.2.1] 2024-07-15

Changed

  • cleaned up cond comp - binary is skipped if terminal feature not included
  • started improving docs, at least the readme
  • changed to Unlicense

Added

  • default value for -a if flag passed but no arg

[v0.2.0] 2024-06-30

Added

  • png and other output formats via the image crate
  • features for conditional compilation

[v0.1.3] - 2024-06-29

Changed

  • Bug fixes and more robust

[v0.1.2] - 2024-06-28

Added

  • EGA support (only Row Planar so far)
  • A changelog ;)