Skip to content

Releases: ultraflame4/clir_rs

v0.1.5

Choose a tag to compare

@ultraflame4 ultraflame4 released this 12 May 15:07
4f494fd

What's Changed

Full Changelog: 0.1.4...0.1.5

v0.1.4 - Oooh Transparency 🪟🍷🍸🥂🥃

Choose a tag to compare

@ultraflame4 ultraflame4 released this 07 May 02:48
fa63435

Added -t option to configure transparency

What's Changed

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 🫠

Choose a tag to compare

@ultraflame4 ultraflame4 released this 06 May 15:22
eb60828
  • Added scaling option to change how image is scaled.

What's Changed

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

Choose a tag to compare

@ultraflame4 ultraflame4 released this 06 May 14:26
d555d41

Added ability to use url as image sources.

What's Changed

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

Choose a tag to compare

@ultraflame4 ultraflame4 released this 06 May 13:18
b46d40f

What's Changed

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

Choose a tag to compare

@ultraflame4 ultraflame4 released this 06 May 12:07
ddf7a87

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

test build Pre-release
Pre-release

Choose a tag to compare

@ultraflame4 ultraflame4 released this 06 May 08:16
244f712
Merge pull request #2 from ultraflame4/master

Master