v0.14.0
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-inputand--glob-outputshould now be used instead of--inputand--outputcombined with--mode glob(--modehas 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-framenow also supports APNG formatted files
Internal:
-
- #535 Added
publishpackage which should help publishing the whole workspace in reverse topological order
- #535 Added
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