File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Nuke 12
2
2
3
+ ## Nuke 12.8.0
4
+
5
+ * Jul 13, 2024*
6
+
7
+ - Add full Strict Concurrency Checking and Swift 6 support
8
+ - Add ` @MainActor ` annotation to ` ImageLoadingOptions.shared `
9
+ - Fix image scale and orientation issue in thumbnail creation by @prabhuamol in https://github.com/kean/Nuke/pull/793
10
+ - Deprecate ` ImagePipeline.Configuration.callbackQueue ` – this feature will be removed in Nuke 13
11
+ - ` ImagePrefetcher.didComplete ` closure is now annotated with ` @MainActor @Sendable `
12
+ - Drop Xcode 14 support
13
+
3
14
## Nuke 12.7.3
4
15
5
16
* Jun 19, 2024*
Original file line number Diff line number Diff line change 2216
2216
GENERATE_INFOPLIST_FILE = YES;
2217
2217
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2218
2218
MACOSX_DEPLOYMENT_TARGET = 10.15;
2219
- MARKETING_VERSION = 12.7.3 ;
2219
+ MARKETING_VERSION = 12.8.0 ;
2220
2220
ONLY_ACTIVE_ARCH = YES;
2221
2221
SKIP_INSTALL = YES;
2222
2222
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
2275
2275
GENERATE_INFOPLIST_FILE = YES;
2276
2276
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2277
2277
MACOSX_DEPLOYMENT_TARGET = 10.15;
2278
- MARKETING_VERSION = 12.7.3 ;
2278
+ MARKETING_VERSION = 12.8.0 ;
2279
2279
SKIP_INSTALL = YES;
2280
2280
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
2281
2281
SUPPORTS_MACCATALYST = YES;
You can’t perform that action at this time.
0 commit comments