Skip to content

Releases: Cod-e-Codes/ascii-colorizer

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:50

Highlights

  • Extract rendering into a library with unit tests
  • Faster video path: direct RGB24 sampling and reusable row buffers
  • Fix BT.709 luminance mapping regression
  • README demo: Big Buck Bunny ASCII (GIF + MP4)
  • Prebuilt binaries for Windows, Linux, and macOS

Also in this release

  • Dependency updates from Dependabot (#3, #4)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:21
Reuse video frame and ASCII buffers across frames to cut per-frame al…

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 27 May 19:15
fix(release): build Intel macOS on macos-15-intel and release v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 May 18:50
release: prepare v0.1.1 with CI fixes and README demo refresh

Bump version to 0.1.1. Replace rustsec/audit-check with cargo audit so CI no longer fails posting check runs. Upgrade actions/checkout to v6 in CI and release workflows. Refresh README with new demo section and install examples, remove legacy demo assets, extend .gitignore for generated demo files, and update LICENSE copyright to 2025-2026.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 May 18:16
Rewrite in Rust with CI and release workflows