diff --git a/manifests/s/Shssoichiro/Oxipng/10.1.0/Shssoichiro.Oxipng.locale.en-GB.yaml b/manifests/s/Shssoichiro/Oxipng/10.1.0/Shssoichiro.Oxipng.locale.en-GB.yaml deleted file mode 100644 index bf89d75f0146c..0000000000000 --- a/manifests/s/Shssoichiro/Oxipng/10.1.0/Shssoichiro.Oxipng.locale.en-GB.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Created with komac v2.15.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: Shssoichiro.Oxipng -PackageVersion: 10.1.0 -PackageLocale: en-GB -Publisher: Josh Holmer (shssoichiro) -PublisherUrl: https://github.com/shssoichiro -PublisherSupportUrl: https://github.com/shssoichiro/oxipng/issues -PackageName: Oxipng -PackageUrl: https://github.com/shssoichiro/oxipng -License: MIT -LicenseUrl: https://github.com/oxipng/oxipng/blob/HEAD/LICENSE -ShortDescription: Multithreaded PNG optimiser written in Rust. -Description: Oxipng is a multithreaded lossless PNG/APNG compression optimiser. It can be used via a command-line interface or as a library in other Rust programs. -Tags: -- diskspace -- filesize -- image-compression -- image-optimization -- imagecompressing -- imagecompressor -- imageoptimization -- lossless -- optimiser -- optimising -- optimizer -- optimizing -- png-compression -- png-optimization -- requirescmd -- rust -ReleaseNotes: |- - - [Breaking] CLI: Change short zopfli flag from -Z to -z. - - [Breaking] CLI: Change --pretend/-P to --dry-run/-D. - - [Breaking] CLI: Change --interlace options from 1/0 to on/off. - - [Breaking] API: Change Options.interlace: Option to Options.interlace:Option. - - [Breaking] API: Change Options.filter: IndexSet to Options.filters:IndexSet. - - [Breaking] API: Change Options.deflate: Deflaters to Options.deflater:Deflater. - - [Breaking] API: Change Deflaters::Zopfli { .. } to Deflater::Zopfli(ZopfliOptions { .. }). - - [Breaking] API: Change optimize() to return (usize, usize), with original and optimised sizes. - - [Feature] Allow zopfli iterations higher than 255. - - [Feature] Add --ziwi option for zopfli iterations without improvement. - - [Feature] Add --max-raw-size option to skip images that are too large. - - [Feature] Add --brute-level and --brute-lines options for advanced control of Brute filter. - - [Improvement] Reduce memory usage for fast mode. - - [Improvement] Slightly improve compression with Brute filter at levels 5 and 6. - - [Misc] Change --preserve option to no longer preserve last access time. - - [Misc] Make help output coloured. -ManifestType: locale -ManifestVersion: 1.12.0