Skip to content

Commit

Permalink
Version 12.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 22, 2023
1 parent da8f7d4 commit 989586f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Nuke 12

## Nuke 12.2
## Nuke 12.1.4

*Upcoming*
*Jul 22, 2023*

- Upgrade to [`CryptoKit`](https://developer.apple.com/documentation/cryptokit) from `CommonCrypto` and slightly optimize how cryptographic hashes are converted to strings (used as filenames for `DataCache`)
- Deprecate `DataCache/isCompressionEnabled`. It was initially added as a general-purpose feature, but it's not recommended to be used with most image formats.
- `DataCache` now performs sweep less frequently
- `DataCache` now performs sweeps less frequently
- Improve documentation

## Nuke 12.1.3

Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.1.3;
MARKETING_VERSION = 12.1.4;
ONLY_ACTIVE_ARCH = YES;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
Expand Down Expand Up @@ -2280,7 +2280,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.1.3;
MARKETING_VERSION = 12.1.4;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down

0 comments on commit 989586f

Please sign in to comment.