Releases: mono/SkiaSharp
Releases · mono/SkiaSharp
Version 3.118.0 (Preview 2)
What's Changed
- Update libjpeg_turbo to the latest commit: 2.1.5.1+commits by @mattleibow in #3060
- Update libexpat to v2.6.4 by @mattleibow in #3056
- Update freetype2 to 2.13.3+ by @mattleibow in #3061
- Update bug-report.yml by @mattleibow in #3063
- Fix .NET 9 ASP.NET Blazor issues by @mattleibow in #3064
- Add a workflow to auto label issues by @mattleibow in #3080
- Skip the skia PR checkout by @mattleibow in #3083
- Use
<WindowsSdkPackageVersion>
to set the SDK version by @mattleibow in #3085 - Move the Blazor workaround into WASM by @mattleibow in #3082
- Add Metal API for GRBackendRenderTarget to all platforms by @spouliot in #3070
- Use the Microsoft Hosted Pool by @mattleibow in #3051
- Move the WASM fix to SkiaSharp by @mattleibow in #3088
- Fix the import for apps with a base path by @mattleibow in #3092
- Log more information about disk space and skip the MSVC builds on public by @mattleibow in #3090
- [release/3.118.0-preview.2] Update the Android NDK to r27c and update to 16kb alignment by @github-actions in #3099
- [release/3.118.0-preview.2] Use the correct PackagePath attribute by @github-actions in #3101
New Contributors
Full Changelog: v3.118.0-preview.1.2...v3.118.0-preview.2.3
Version 3.116.1
What's Changed
- [release/3.116.1] Update the Android NDK to r27c and update to 16kb alignment by @github-actions in #3098
- [release/3.116.1] Use the correct PackagePath attribute by @github-actions in #3102
Full Changelog: v3.116.0...v3.116.1
Version 3.116.0
What's Changed
- [release/3.116.0] Use
<WindowsSdkPackageVersion>
to set the SDK version by @github-actions in #3086 - [release/3.116.0] Move the Blazor workaround into WASM by @github-actions in #3087
- [release/3.116.0] Fix .NET 9 ASP.NET Blazor issues by @github-actions in #3081
- [release/3.116.0] Move the WASM fix to SkiaSharp by @github-actions in #3089
- [release/3.116.0] Fix the import for apps with a base path by @github-actions in #3093
Full Changelog: v3.116.0-preview.6.1...v3.116.0
Version 3.118.0 (Preview 1)
What's Changed
- Update skia to milestone 117 by @mattleibow in #3047
- Update skia to Milestone 118 by @mattleibow in #3048
- Bump the version of the packages to 3.118 by @mattleibow in #3050
- Update harfbuzz to 8.3.1 by @mattleibow in #3052
Full Changelog: v3.116.0-preview.6.1...v3.118.0-preview.1.2
Version 2.88.9
What's Changed
- Add symbols to the packages by @mattleibow in #3046
- Use a snapshot now that 4.0 has been removed by @mattleibow in #3054
Full Changelog: v2.88.9-preview.2.2...v2.88.9
Version 3.116.0 (Preview 6)
What's Changed
- Update skia by @Redth in #3026
- Add SKMatrix.MapPoints/MapVectors, SKPath.AddPoly overloads with Span by @alexandrvslv in #3030
- Add support for multi-thread and/or SIMD WebAssembly by @mattleibow in #2620
Full Changelog: v3.0.0-preview.5.4...v3.116.0-preview.6.1
Version 3.0.0 (Preview 5)
What's Changed
- Update IBufferByteAccess for AOT by @mattleibow in #2920
- Provide Span overload for SetRectRadii by @Youssef1313 in #2949
- Build ANGLE separately by @mattleibow in #2950
- Download the native artifacts for _NativeAssets by @mattleibow in #2954
- Update .NET to 8.0 by @mattleibow in #2927
- Create a rebase bot by @mattleibow in #2957
- Fix memory leaks in MAUI views by @mattleibow in #2955
- Improve stability of CI by @mattleibow in #2959
- Install with diagnostic by @mattleibow in #2969
- Make sure ANGLE reaches the nugets by @mattleibow in #2970
- Add compatibility overloads for SKFilterQuality by @Youssef1313 in #2963
- Update SDK, workloads and projects by @mattleibow in #2971
- Don't fail Mac Catalyst just so we can go green by @mattleibow in #2975
- Function pointers and LibraryImport by @maxkatz6 in #2917
- Use the new GLControl packages for WinForms by @mattleibow in #2989
- feat: Add support for .NET 9 by @jeromelaban in #3010
- Update bug-report.yml by @mattleibow in #3022
- Revert SKBitmap.Encode with SKPngEncoderOptions to previous behavior (2.88.8) by @sungaila in #3014
New Contributors
Full Changelog: v3.0.0-preview.4.1...v3.0.0-preview.5.4
Version 2.88.9 (Preview 2)
What's Changed
- [release/2.x] feat: Add support for .NET 9 by @github-actions in #3012
- Ignore some files to aid switching branches by @mattleibow in #3021
- Fix CI again by @mattleibow in #3041
- The fancy logic stopped working long ago by @mattleibow in #3043
- fix: Add WinUI native helper for GetByteBuffer by @jeromelaban in #3039
Full Changelog: v2.88.9-preview.1.1...v2.88.9-preview.2.2
Version 3.0.0 (Preview 4)
What's Changed
- Validate the generated interop files by @mattleibow in #2831
- GRMtlTextureInfo should have readonly getters by @mattleibow in #2833
- Update skia to m116 by @mattleibow in #2829
- Expose SKBlender by @mattleibow in #2830
- fix typo in README.dib by @Fxplorer in #2839
- Create similarissues.yml by @mattleibow in #2851
- Only process assemblies that exist by @mattleibow in #2864
- Disable the unused and problematic tools by @mattleibow in #2873
- Remove usage of
gsutil
by @mattleibow in #2875 - Remove some unused dependencies by @mattleibow in #2876
- Disable more unused tools by @mattleibow in #2880
- Use the new license expressions by @mattleibow in #2878
- fix: XamlRoot may be null when the SKXamlCanvas is unloaded by @jeromelaban in #2854
- Add spans to the color filters by @mattleibow in #2879
- Update skia external by @mattleibow in #2885
- Add more SKPicture APIs by @mattleibow in #2883
- Fix the GetKerningPairAdjustments API. by @pdjonov in #2858
- Make unit tests more reliable by @mattleibow in #2890
- Re-generate APIs by @mattleibow in #2891
- Add R-Tree overload of beginRecording by @mattleibow in #2889
- Fix SKXamlCanvas on Uno Skia to use Bgra8888 by @Youssef1313 in #2918
- Use SKPaint.FilterQuality instead of SKSamplingOptions.Default by @mattleibow in #2924
- Do not stretch the background by @mattleibow in #2922
- Update Tizen Studio by @mattleibow in #2926
- Fix SKPaint.Clone by @jeremy-visionaid in #2904
- Authenticate Docker by @mattleibow in #2930
- Skip building Tizen on Linux by @mattleibow in #2934
- Fix the download artifacts script by @mattleibow in #2935
- Fix CI by @mattleibow in #2938
- Update the signing template by @mattleibow in #2946
New Contributors
- @Fxplorer made their first contribution in #2839
- @pdjonov made their first contribution in #2858
- @Youssef1313 made their first contribution in #2918
- @jeremy-visionaid made their first contribution in #2904
Full Changelog: v3.0.0-preview.3.1...v3.0.0-preview.4.1
Version 2.88.9 (Preview 1)
What's Changed
- Work around annoying fake warning in the IDE by @mattleibow in #2844
- Use new license expressions by @mattleibow in #2877
- [release/2.x] fix: XamlRoot may be null when the SKXamlCanvas is unloaded by @github-actions in #2884
- [release/2.x] Fix the GetKerningPairAdjustments API. by @github-actions in #2886
- [release/2.x] Fix SKXamlCanvas on Uno Skia to use Bgra8888 by @github-actions in #2919
- [release/2.x] Authenticate Docker by @mattleibow in #2929
- Update the signing template by @mattleibow in #2932
Full Changelog: v2.88.8...v2.88.9-preview.1.1