Skip to content

v0.14.0

Choose a tag to compare

@foresterre foresterre released this 07 Aug 14:20

release checklist: #536
diff: v0.12.0...v0.14.0

Release notes for 0.14.0

Breaking changes are marked with the following icon: ⚠️

🍏 Additions & 🍎 Changes

  • #525 Add overlay image operation
  • #516 ⚠️ To use glob paths, --glob-input and --glob-output should now be used instead of --input and --output combined with --mode glob (--mode has been removed)
  • #513 glob-input: glob paths starting with ./ (or .\ on windows) should now work
  • #495 ⚠️ glob-input: matching input files which do not have a supported file extension are now skipped by default (disable with --no-skip-unsupported-extensions)
  • #493 --select-frame now also supports APNG formatted files

Internal:

    • #535 Added publish package which should help publishing the whole workspace in reverse topological order

Builds

all builds have been built in release mode and have been stripped

regular:

Toolchain Artifacts
🐧 linux-gnu sic-0.14.0-x86_64-unknown-linux-gnu.tar.xz
πŸ”· windows-gnu sic-0.14.0-x86_64-pc-windows-gnu.zip
πŸ”΅ windows-msvc sic-0.14.0-x86_64-pc-windows-msvc.zip

Table 1: regular builds

+feature: imageproc-ops

Toolchain Artifacts
🐧 linux-gnu sic-0.14.0+features.imageproc-ops-x86_64-unknown-linux-gnu.tar.xz
πŸ”· windows-gnu sic-0.14.0+features.imageproc-ops-x86_64-pc-windows-gnu.zip
πŸ”΅ windows-msvc sic-0.14.0+features.imageproc-ops-x86_64-pc-windows-msvc.zip

Table 2: +feature: imageproc-ops builds

Shell completions:
(in shell_completions.zip)

  • Bash: sic.bash
  • Elvish: sic.elv
  • Fish: sic.fish
  • Powershell: _sic.ps1
  • Zsh: _sic