Skip to content

Releases: Daru-san/rimi

v0.1.6

21 Dec 05:34
Compare
Choose a tag to compare

What's Changed

  • Add color space and bit depth when recoloring images
  • Visually update progress bars
  • Implement parallel tasks using rayon
  • Refactor task queue to use standard vector logic, vastly improving performance
  • Implement direct file IO to speed up image decodes
  • Update nix flake
  • Update cargo dependencies
  • Increase batch image limit to 10000

Full Changelog: v0.1.5...v0.1.6

v0.1.5

16 Dec 08:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.5-alpha

16 Dec 06:53
ee8c3e8
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5-alpha

v0.1.4

12 Dec 06:15
Compare
Choose a tag to compare

What's Changed

Refactors

  • Fix completions not showing all sub-commands

Full Changelog: v0.1.3...v0.1.4

Install rimi 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Daru-san/rimi/releases/download/v0.1.4/rimi-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/Daru-san/rimi/releases/download/v0.1.4/rimi-installer.ps1 | iex"

Download rimi 0.1.4

File Platform Checksum
rimi-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rimi-x86_64-apple-darwin.tar.xz Intel macOS checksum
rimi-x86_64-pc-windows-msvc.zip x64 Windows checksum
rimi-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.1

03 Dec 16:21
Compare
Choose a tag to compare

Changes

  • Implement image resizing
  • Fix image saving errors
  • Add shorthand commands
  • Use more descriptive error messages
  • Rename binary to rimi

Full Changelog: v0.1.0...v0.1.1

Install rimi 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Daru-san/rimi/releases/download/v0.1.1/rimi-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/Daru-san/rimi/releases/download/v0.1.1/rimi-installer.ps1 | iex"

Download rimi 0.1.1

File Platform Checksum
rimi-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rimi-x86_64-apple-darwin.tar.xz Intel macOS checksum
rimi-x86_64-pc-windows-msvc.zip x64 Windows checksum
rimi-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.0

03 Dec 15:16
Compare
Choose a tag to compare