What's Changed
- Enable Swift 6 and fix remaining concurrency warnings
- Optimize
ImageTaskAsyncStreamAPIs and remove the Combine dependency. It now essentially has no overhead. - Updating misleading SVG support by @realmtai in #839
- Fix deprecation warning typo by @cameronmcefee in #861
- Mark
DataLoadingclosures as@Sendableby @plu in #862 .storeAllnow stores processed images for locals too, as it should be by @HyperfocusDisordered in #810- Add
.heicsupport toAssetType/initso it can detect it based on the inputData - Remove some
@uncheckedmarkers fromSendabletypes for better Data Race Safety checking - Fix an issue with
DateCachenot touching.contentAccessDatewhen accessing files
New Contributors
- @realmtai made their first contribution in #839
- @cameronmcefee made their first contribution in #861
- @plu made their first contribution in #862
- @HyperfocusDisordered made their first contribution in #810