atlas-bi / Library

πŸ€”πŸ“ˆ Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
15 stars 4 forks source link

chore(deps) Update dependency SixLabors.ImageSharp to v3 #411

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
SixLabors.ImageSharp nuget major 2.1.3 -> 3.0.0

Release Notes

SixLabors/ImageSharp ### [`v3.0.0`](https://togithub.com/SixLabors/ImageSharp/releases/tag/v3.0.0) #### What's Changed - Use .NET 6 only by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2098](https://togithub.com/SixLabors/ImageSharp/pull/2098) - Convolution: Border wrapping modes by [@​ynse01](https://togithub.com/ynse01) in [https://github.com/SixLabors/ImageSharp/pull/2060](https://togithub.com/SixLabors/ImageSharp/pull/2060) - Use ReadOnlySpan static data compiler optimization in more places by [@​turbedi](https://togithub.com/turbedi) in [https://github.com/SixLabors/ImageSharp/pull/2101](https://togithub.com/SixLabors/ImageSharp/pull/2101) - Add support for decoding jpeg's with arithmetic coding by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2073](https://togithub.com/SixLabors/ImageSharp/pull/2073) - Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array) by [@​turbedi](https://togithub.com/turbedi) in [https://github.com/SixLabors/ImageSharp/pull/2103](https://togithub.com/SixLabors/ImageSharp/pull/2103) - Preserve color profile when encoding bitmaps by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2108](https://togithub.com/SixLabors/ImageSharp/pull/2108) - Preserve color profile when encoding webp images by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2109](https://togithub.com/SixLabors/ImageSharp/pull/2109) - Preserve color profile when encoding PNG images by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2110](https://togithub.com/SixLabors/ImageSharp/pull/2110) - Add support for decoding webp images with animations by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/1985](https://togithub.com/SixLabors/ImageSharp/pull/1985) - Jpeg compressed tiff: jpeg decoder should handle the conversion from YCbCr to RGB by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2124](https://togithub.com/SixLabors/ImageSharp/pull/2124) - Deduce color space as YCbCr if component id's are 1, 2, 3 by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2135](https://togithub.com/SixLabors/ImageSharp/pull/2135) - Bump actions/checkout from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2145](https://togithub.com/SixLabors/ImageSharp/pull/2145) - Bump actions/setup-dotnet from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2143](https://togithub.com/SixLabors/ImageSharp/pull/2143) - Bump actions/cache from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2142](https://togithub.com/SixLabors/ImageSharp/pull/2142) - Bump actions/upload-artifact from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2146](https://togithub.com/SixLabors/ImageSharp/pull/2146) - Bump codecov/codecov-action from 1 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2144](https://togithub.com/SixLabors/ImageSharp/pull/2144) - Skip invalid markers during jpeg decoding by [@​br3aker](https://togithub.com/br3aker) in [https://github.com/SixLabors/ImageSharp/pull/2147](https://togithub.com/SixLabors/ImageSharp/pull/2147) - Tiff: Performance improvements for Fax4 decompression by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2134](https://togithub.com/SixLabors/ImageSharp/pull/2134) - Fix regression in TIF image loading by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2150](https://togithub.com/SixLabors/ImageSharp/pull/2150) - Used inline SIMD vectors if they are constants by [@​gfoidl](https://togithub.com/gfoidl) in [https://github.com/SixLabors/ImageSharp/pull/2122](https://togithub.com/SixLabors/ImageSharp/pull/2122) - Print environment info on tests start by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2175](https://togithub.com/SixLabors/ImageSharp/pull/2175) - Update License by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2176](https://togithub.com/SixLabors/ImageSharp/pull/2176) - Jpeg downscaling decoding by [@​br3aker](https://togithub.com/br3aker) in [https://github.com/SixLabors/ImageSharp/pull/2076](https://togithub.com/SixLabors/ImageSharp/pull/2076) - Add support for decoding tiff images with CieLab color space by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2127](https://togithub.com/SixLabors/ImageSharp/pull/2127) - Assembly Trimming Support by [@​ds5678](https://togithub.com/ds5678) in [https://github.com/SixLabors/ImageSharp/pull/2160](https://togithub.com/SixLabors/ImageSharp/pull/2160) - Jpeg color space deduction fix by [@​br3aker](https://togithub.com/br3aker) in [https://github.com/SixLabors/ImageSharp/pull/2177](https://togithub.com/SixLabors/ImageSharp/pull/2177) - Add support for decoding tiff with webp compressed data by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2128](https://togithub.com/SixLabors/ImageSharp/pull/2128) - Fix issue when writing lossy webp with alpha data by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2173](https://togithub.com/SixLabors/ImageSharp/pull/2173) - Fix run-length encode compression implementation mistake in tga encoder by [@​l1nxy](https://togithub.com/l1nxy) in [https://github.com/SixLabors/ImageSharp/pull/2172](https://togithub.com/SixLabors/ImageSharp/pull/2172) - TGA Encoder/Decoder Improvements by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2197](https://togithub.com/SixLabors/ImageSharp/pull/2197) - Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2201](https://togithub.com/SixLabors/ImageSharp/pull/2201) - Refactor `EnumUtils` and make it AOT-friendly. by [@​teo-tsirpanis](https://togithub.com/teo-tsirpanis) in [https://github.com/SixLabors/ImageSharp/pull/2200](https://togithub.com/SixLabors/ImageSharp/pull/2200) - Jpeg encoder complete rewrite by [@​br3aker](https://togithub.com/br3aker) in [https://github.com/SixLabors/ImageSharp/pull/2120](https://togithub.com/SixLabors/ImageSharp/pull/2120) - Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps [#​2212](https://togithub.com/SixLabors/ImageSharp/issues/2212) by [@​lmerino-ep](https://togithub.com/lmerino-ep) in [https://github.com/SixLabors/ImageSharp/pull/2213](https://togithub.com/SixLabors/ImageSharp/pull/2213) - Identify transparency for indexed PNG correctly by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2215](https://togithub.com/SixLabors/ImageSharp/pull/2215) - Introduce Shared General Decoder Options plus Specialization by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2180](https://togithub.com/SixLabors/ImageSharp/pull/2180) - Add option to encode 2-bit Bitmap's by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2220](https://togithub.com/SixLabors/ImageSharp/pull/2220) - Fix AdaptiveThresholdProcessor throws IndexOutOfRangeException by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2221](https://togithub.com/SixLabors/ImageSharp/pull/2221) - Relaxed bmp dimensions validation by [@​smorokin](https://togithub.com/smorokin) in [https://github.com/SixLabors/ImageSharp/pull/2192](https://togithub.com/SixLabors/ImageSharp/pull/2192) - Remove obsolete code by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2189](https://togithub.com/SixLabors/ImageSharp/pull/2189) - Implement Median Blur processor by [@​ynse01](https://togithub.com/ynse01) in [https://github.com/SixLabors/ImageSharp/pull/2219](https://togithub.com/SixLabors/ImageSharp/pull/2219) - Make TestFile Image threadsafe. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2225](https://togithub.com/SixLabors/ImageSharp/pull/2225) - PNG filter improvements by [@​saucecontrol](https://togithub.com/saucecontrol) in [https://github.com/SixLabors/ImageSharp/pull/2226](https://togithub.com/SixLabors/ImageSharp/pull/2226) - Use File-Scoped Namespaces and Global Implicit Usings by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2229](https://togithub.com/SixLabors/ImageSharp/pull/2229) - Fix for issue [#​2117](https://togithub.com/SixLabors/ImageSharp/issues/2117) by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2230](https://togithub.com/SixLabors/ImageSharp/pull/2230) - Use System.Half for HalfTypeHelper by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2233](https://togithub.com/SixLabors/ImageSharp/pull/2233) - \[Chore] Remove InlineningOption from ThrowHelpers by [@​blouflashdb](https://togithub.com/blouflashdb) in [https://github.com/SixLabors/ImageSharp/pull/2234](https://togithub.com/SixLabors/ImageSharp/pull/2234) - Implement AutoLevel processor - Attempt 2 by [@​ynse01](https://togithub.com/ynse01) in [https://github.com/SixLabors/ImageSharp/pull/2235](https://togithub.com/SixLabors/ImageSharp/pull/2235) - Add TryGetLinearlySeparableComponents and tests by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2224](https://togithub.com/SixLabors/ImageSharp/pull/2224) - Extend row operation interfaces with buffer length method by [@​ynse01](https://togithub.com/ynse01) in [https://github.com/SixLabors/ImageSharp/pull/2241](https://togithub.com/SixLabors/ImageSharp/pull/2241) - Webp: Ignore unknown chunks, fixes [#​2243](https://togithub.com/SixLabors/ImageSharp/issues/2243) by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2245](https://togithub.com/SixLabors/ImageSharp/pull/2245) - Fix position handling in BufferedReadStream by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2249](https://togithub.com/SixLabors/ImageSharp/pull/2249) - Bump actions/setup-dotnet from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp/pull/2252](https://togithub.com/SixLabors/ImageSharp/pull/2252) - Tiff: Make sure bits per pixel is set to 1 for bilevel compression by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2256](https://togithub.com/SixLabors/ImageSharp/pull/2256) - Fix issue decoding lossy webp with alpha channel by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2258](https://togithub.com/SixLabors/ImageSharp/pull/2258) - Add support for decoding tiff images with old jpeg compression by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2266](https://togithub.com/SixLabors/ImageSharp/pull/2266) - Add support for decoding tiff images with cmyk pixel data by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2268](https://togithub.com/SixLabors/ImageSharp/pull/2268) - Ensure seekable streams can be read multiple times. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2267](https://togithub.com/SixLabors/ImageSharp/pull/2267) - Normalize and cleanup encoders by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2269](https://togithub.com/SixLabors/ImageSharp/pull/2269) - Add support for decoding tiled tiff images by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2290](https://togithub.com/SixLabors/ImageSharp/pull/2290) - Fix various Gif Decoder/Encoder behaviors. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2289](https://togithub.com/SixLabors/ImageSharp/pull/2289) - Fix small deviation to the spec when encoding tiff images by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2298](https://togithub.com/SixLabors/ImageSharp/pull/2298) - Fix decoder cancellation tests by [@​antonfirsov](https://togithub.com/antonfirsov) in [https://github.com/SixLabors/ImageSharp/pull/2301](https://togithub.com/SixLabors/ImageSharp/pull/2301) - Improve Decoder/Encoder symmetry by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2276](https://togithub.com/SixLabors/ImageSharp/pull/2276) - Enable Nullable by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2282](https://togithub.com/SixLabors/ImageSharp/pull/2282) - Correct IccProfile comment by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2306](https://togithub.com/SixLabors/ImageSharp/pull/2306) - Fix GitHub shields by [@​MarkCiliaVincenti](https://togithub.com/MarkCiliaVincenti) in [https://github.com/SixLabors/ImageSharp/pull/2311](https://togithub.com/SixLabors/ImageSharp/pull/2311) - Add byteLength to WrapMemory by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2313](https://togithub.com/SixLabors/ImageSharp/pull/2313) - Remove some nullable disable comments by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2312](https://togithub.com/SixLabors/ImageSharp/pull/2312) - Remove ImageFormat out params and return on Metadata by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2317](https://togithub.com/SixLabors/ImageSharp/pull/2317) - Removed #nullable disabled by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2319](https://togithub.com/SixLabors/ImageSharp/pull/2319) - Add DrawImage(Image, Point, Rectangle) method to the DrawImage processor by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2322](https://togithub.com/SixLabors/ImageSharp/pull/2322) - Allow zero DPI and only throw at EOF when not enough data by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2324](https://togithub.com/SixLabors/ImageSharp/pull/2324) - Remove nullable disable from zlib by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2325](https://togithub.com/SixLabors/ImageSharp/pull/2325) - Remove nullable disable from Memory.Allocators by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2327](https://togithub.com/SixLabors/ImageSharp/pull/2327) - Remove #nullable disable from ExifProfile by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2320](https://togithub.com/SixLabors/ImageSharp/pull/2320) - Remove nullable disable from ColorSpace and Color by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2326](https://togithub.com/SixLabors/ImageSharp/pull/2326) - Normalize parameter documentation across all extension methods by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2329](https://togithub.com/SixLabors/ImageSharp/pull/2329) - Add test images for 2334 by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2335](https://togithub.com/SixLabors/ImageSharp/pull/2335) - Remove nullable disable from pixelimplementations by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2337](https://togithub.com/SixLabors/ImageSharp/pull/2337) - Remove nullable disable from Processing.Processors by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2338](https://togithub.com/SixLabors/ImageSharp/pull/2338) - Added L16 support to tiff encoder by [@​ptasev](https://togithub.com/ptasev) in [https://github.com/SixLabors/ImageSharp/pull/2339](https://togithub.com/SixLabors/ImageSharp/pull/2339) - Add BuildJet ARM64 runners. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2341](https://togithub.com/SixLabors/ImageSharp/pull/2341) - Restrict trigger for ARM to PRs containing labels only by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2343](https://togithub.com/SixLabors/ImageSharp/pull/2343) - Remove Nullable disable from MetaData.Profiles by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2330](https://togithub.com/SixLabors/ImageSharp/pull/2330) - Add ARM Intrinsics for PNG filters by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2344](https://togithub.com/SixLabors/ImageSharp/pull/2344) - Actually call arm methods, if arm is supported by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2349](https://togithub.com/SixLabors/ImageSharp/pull/2349) - Remove nullable disable from Formats.BMP by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2345](https://togithub.com/SixLabors/ImageSharp/pull/2345) - remove nullable disable from format gif by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2346](https://togithub.com/SixLabors/ImageSharp/pull/2346) - remove nullable disable from Format Pbm by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2347](https://togithub.com/SixLabors/ImageSharp/pull/2347) - Remove nullable disable from format tga by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2348](https://togithub.com/SixLabors/ImageSharp/pull/2348) - Remove nullable disable from ChunkedMemoryStream by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2352](https://togithub.com/SixLabors/ImageSharp/pull/2352) - Fix mode score calculation for SSE2/AVX2 version by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2355](https://togithub.com/SixLabors/ImageSharp/pull/2355) - Allow setting configuration property by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2357](https://togithub.com/SixLabors/ImageSharp/pull/2357) - Disable preEnumerateTheories for running tests by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2360](https://togithub.com/SixLabors/ImageSharp/pull/2360) - Add ARM version of calculating mode scores by [@​brianpopow](https://togithub.com/brianpopow) in [https://github.com/SixLabors/ImageSharp/pull/2356](https://togithub.com/SixLabors/ImageSharp/pull/2356) - Attempt to workaround SDK build changes by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2362](https://togithub.com/SixLabors/ImageSharp/pull/2362) - Enable Avx2 optimizations on Porter-Duff operations. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2359](https://togithub.com/SixLabors/ImageSharp/pull/2359) - Remove nullable disable from various files by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2353](https://togithub.com/SixLabors/ImageSharp/pull/2353) - Replace MyGet with Feedz as our nightly package repository. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2367](https://togithub.com/SixLabors/ImageSharp/pull/2367) - Use compile time constants over method for all MMShuffle operations. by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2365](https://togithub.com/SixLabors/ImageSharp/pull/2365) - [#​2231](https://togithub.com/SixLabors/ImageSharp/issues/2231) First steps for removing nullable disable in webp by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2364](https://togithub.com/SixLabors/ImageSharp/pull/2364) - Fix and normalize Vector4 UnPremultiply by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2369](https://togithub.com/SixLabors/ImageSharp/pull/2369) - Rewrite ColorMatrix by [@​stefannikolei](https://togithub.com/stefannikolei) in [https://github.com/SixLabors/ImageSharp/pull/2371](https://togithub.com/SixLabors/ImageSharp/pull/2371) - Automatically push the build to NuGet on a tagged release by [@​JimBobSquarePants](https://togithub.com/JimBobSquarePants) in [https://github.com/SixLabors/ImageSharp/pull/2373](https://togithub.com/SixLabors/ImageSharp/pull/2373) - Support frames metadata for Identify by [@​IldarKhayrutdinov](https://togithub.com/IldarKhayrutdinov) in [https://github.com/SixLabors/ImageSharp/pull/2363](https://togithub.com/SixLabors/ImageSharp/pull/2363) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2145](https://togithub.com/SixLabors/ImageSharp/pull/2145) - [@​gfoidl](https://togithub.com/gfoidl) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2122](https://togithub.com/SixLabors/ImageSharp/pull/2122) - [@​ds5678](https://togithub.com/ds5678) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2160](https://togithub.com/SixLabors/ImageSharp/pull/2160) - [@​l1nxy](https://togithub.com/l1nxy) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2172](https://togithub.com/SixLabors/ImageSharp/pull/2172) - [@​teo-tsirpanis](https://togithub.com/teo-tsirpanis) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2200](https://togithub.com/SixLabors/ImageSharp/pull/2200) - [@​lmerino-ep](https://togithub.com/lmerino-ep) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2213](https://togithub.com/SixLabors/ImageSharp/pull/2213) - [@​smorokin](https://togithub.com/smorokin) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2192](https://togithub.com/SixLabors/ImageSharp/pull/2192) - [@​blouflashdb](https://togithub.com/blouflashdb) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2234](https://togithub.com/SixLabors/ImageSharp/pull/2234) - [@​MarkCiliaVincenti](https://togithub.com/MarkCiliaVincenti) made their first contribution in [https://github.com/SixLabors/ImageSharp/pull/2311](https://togithub.com/SixLabors/ImageSharp/pull/2311) **Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v2.1.1...v3.0.0

Configuration

πŸ“… Schedule: Branch creation - "before 8am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

christopherpickering commented 1 year ago

:tada: This PR is included in version 3.12.1-alpha.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

christopherpickering commented 1 year ago

:tada: This PR is included in version 3.12.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: