Releases: ultraflame4/clir_rs
Release list
v0.1.5
v0.1.4 - Oooh Transparency 🪟🍷🍸🥂🥃
Added -t option to configure transparency
What's Changed
- Master by @ultraflame4 in #6
Full Changelog: 0.1.3...0.1.4
Install
Install using cargo install.
cargo install --git https://github.com/ultraflame4/clir_rs.git --tag 0.1.4
v0.1.3 - More bug fixes 🫠
- Added scaling option to change how image is scaled.
What's Changed
- Please be the last version for tdy by @ultraflame4 in #5
Full Changelog: 0.1.2...0.1.3
Install
Install using cargo install.
cargo install --git https://github.com/ultraflame4/clir_rs.git --tag 0.1.3
0.1.2 - yay Http
Added ability to use url as image sources.
What's Changed
- Master by @ultraflame4 in #4
Full Changelog: 0.1.1...0.1.2
Install
Install using cargo install.
cargo install --git https://github.com/ultraflame4/clir_rs.git --tag 0.1.2
0.1.1 - Additional Fixes + New Option
What's Changed
- Master by @ultraflame4 in #3
Full Changelog: 0.1.0...0.1.1
Install
Install using cargo install.
cargo install --git https://github.com/ultraflame4/clir_rs.git --tag 0.1.1
Release 0.1.0
0.10 release
This marks the complete rewrite of https://github.com/ultraflame4/clir in rust.
This release also features a better algorithm with a time complexity of O(n) for calculating the fore and back colours in the cell.
This version also compares uses rgba images in the computation instead of grayscale.
Results shows that there is a roughly ~4x increase in speed.
Full Changelog: https://github.com/ultraflame4/clir_rs/commits/0.1.0
Install
Install using cargo install.
cargo install --git https://github.com/ultraflame4/clir_rs.git --tag 0.1.0
OR
Download the exe and add it to your path.
test build
Merge pull request #2 from ultraflame4/master Master