Skip to content

Releases: OrlovEvgeny/TinyJPG

TinyJPG 1.0.1

18 May 22:15

Choose a tag to compare

What's Changed

New Features

  • Add lossless jpeg repack
  • Add jxl codec support
  • Add avif codec support
  • Add webp codec support
  • Improve cli ux
  • Add watch service
  • Add variant planning
  • Add run command
  • Add image processing pipeline
  • Add core logging
  • Add config commands
  • Add config model
  • Add core value types

Bug Fixes

  • Preserve jpeg preview fidelity
  • Support macos service build
  • Satisfy tidy variant scan check
  • Fix ci portability issues
  • Make result portable for tidy
  • Fix ci build portability
  • Initialize error path

Documentation

  • Update README release badges
  • Expand README configuration guide
  • Update readme logo
  • Polish readme presentation

Tests

  • Add codec matrix benchmark

Build & CI

  • Align R2 credentials with working release workflow
  • Upload release files without multipart
  • Install aws cli from official zip
  • Harden release publishing workflow
  • Install ninja with apt on linux releases
  • Publish homebrew tap on release
  • Add release publishing workflow
  • Update actions runtime
  • Add sanitizer gates
  • Enable pkg-config codec detection
  • Install avif codec tools

Other Changes

  • Restore compact jpeg preview
  • Travis-ci trigger

Installation

Linux & macOS (one command)

curl -fsSL https://tj.eorlov.org/install.sh | sh

Install a specific version:

curl -fsSL https://tj.eorlov.org/install.sh | sh -s -- --version 1.0.1

Windows (one command)

Open PowerShell and run:

irm https://tj.eorlov.org/install.ps1 | iex

Install a specific version:

irm https://tj.eorlov.org/install.ps1 -OutFile install.ps1; ./install.ps1 -Version 1.0.1

Package managers

Homebrew (macOS):

brew tap OrlovEvgeny/tinyjpg
brew install tinyjpg

Scoop (Windows):

scoop install tinyjpg

Downloads

Platform File SHA256
Linux x86_64 tinyjpg-1.0.1-linux-x86_64.tar.gz d927a8b36309301fc1e2dcbce03838cbf26f86675b151f04d620e7b579170e64
Linux ARM64 tinyjpg-1.0.1-linux-aarch64.tar.gz 9cfe3975d0b2669d069330b5c163b1aacebc97ac4b89bc0d94f0c626077fc546
macOS Apple Silicon tinyjpg-1.0.1-macos-arm64.tar.gz e9b552fc842cdabac21a58041fb97bf41237f9d282a615043216d5726791ecaa
Windows x86_64 tinyjpg-1.0.1-windows-x86_64.zip cc93ff13ae252ec1cf39910def8c076044ca09e6e2df08a507b3c7aa9d010661

Full checksums: SHA256SUMS

v0.0.8

28 Mar 16:52

Choose a tag to compare

fix path

v0.0.7-beta

11 Mar 13:29

Choose a tag to compare

ff12431