M Cargo.lock => Cargo.lock +1 -1
@@ 79,7 79,7 @@ dependencies = [
[[package]]
name = "retrofit"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "retrofit"
-version = "0.1.0"
+version = "0.1.1"
description = "ANSI art adapter for the modern terminal"
authors = ["exitb <exitb@sdfeu.org>"]
license = "ISC"
M TODO.md => TODO.md +0 -1
@@ 2,5 2,4 @@ Outstanding issues:
- Support for color aproximation for 24-bit PabloDraw colors in the 8-bit mode.
- Possibly better color aproximation for the regular VGA colors in the 8-bit mode.
-- Fix messy ANSI code handling in Terminal.app
- Fix the limit_rate iterator drift=
\ No newline at end of file