5.11.2
- Use of
#fileto#fileIDto prevent build system info leakage. - CI and dependencies.
- A rare race between the creation of
StreamOfvalues and the start of their iteration, which could miss values. - Handling of duplicate
URLSessionTaskMetricscallbacks, likely caused by using the new loading system (usesClassicLoadingMode = false).
5.21.7 - 5.21 Patch
See all tickets marked for the 5.21.7 release
- Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated image creation #3870 #3871 @ijunfly
v20.0.4
- Update build scripts for Xcode 26.
- Drop support for Xcode < 26.
- Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
- Fix compilation with Xcode 26.4.
- Carthage release for Swift is built with Xcode 26.3.
- CocoaPods: 1.10 or later.
- Xcode: 26.1-26.4
v20.0.4
- Update build scripts for Xcode 26.
- Drop support for Xcode < 26.
- Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
- Fix compilation with Xcode 26.4.
- Carthage release for Swift is built with Xcode 26.3.
- CocoaPods: 1.10 or later.
- Xcode: 26.1-26.4
7.1.0
- This new algorithm fixed image rotation when loading from URL by @longdaohu in https://github.com/suzuki-0000/SKPhotoBrowser/pull/455
- Fix toolbar clipping on iOS 26.0: use 48pt instead of hard-coded 44pt by @Tuccuay in https://github.com/suzuki-0000/SKPhotoBrowser/pull/459
- fix UIToolBar styling when disabling Liquid Glass on iOS 16 by @AnswerX in https://github.com/suzuki-0000/SKPhotoBrowser/pull/463
Full Changelog: https://github.com/suzuki-0000/SKPhotoBrowser/compare/7.0.0...7.1.0
5.21.6 - 5.21 Patch
See all tickets marked for the 5.21.6 release
- Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866
- Image cache query API for disk type, no longer write back image to memory cache automatically. Call
storeImageToMemoryif you need. - Added support to encode APNG instead of GIF, when no animated image format provided #3867
2.5.1
- Fix uninitialized g_stackCursor crash in background threads by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/717
- Fix memory safety issues and buffer handling bugs by @naftaly in https://github.com/kstenerud/KSCrash/pull/723
- Fix memory monitor safety improvements by @naftaly in https://github.com/kstenerud/KSCrash/pull/725
- Fix thread safety issues in memory tracking by @naftaly in https://github.com/kstenerud/KSCrash/pull/742
- Fix static analyzer warnings by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/749
- Fix undefined behavior issues detected by UBSan by @GLinnik21 in https://github.com/kstenerud/KSCrash/pull/751
- Fix flaky testOtherThreadSymbolicate test by @naftaly in https://github.com/kstenerud/KSCrash/pull/755
- Fix unsigned integer underflow in imageContainingAddress by @naftaly in https://github.com/kstenerud/KSCrash/pull/763
- Add cpu info to backtrace symbolication by @maxep in https://github.com/kstenerud/KSCrash/pull/737
- Update CI runners from macos-13 to macos-14 by @naftaly in https://github.com/kstenerud/KSCrash/pull/728
- Add CI workflow for Clang static analyzer by @naftaly in https://github.com/kstenerud/KSCrash/pull/744
Full Changelog: https://github.com/kstenerud/KSCrash/compare/2.5.0...2.5.1