Releases: Cod-e-Codes/ascii-colorizer
Releases · Cod-e-Codes/ascii-colorizer
Release list
v0.1.4
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
v0.1.3
Reuse video frame and ASCII buffers across frames to cut per-frame al…
v0.1.2
fix(release): build Intel macOS on macos-15-intel and release v0.1.2
v0.1.1
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
Rewrite in Rust with CI and release workflows