File tree 5 files changed +16
-9
lines changed
5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
-----
4
4
5
+ ## [8.1.4 - Avoid Recreation](https://github.com/onevcat/Kingfisher/releases/tag/8.1.4) (2025-01-29)
6
+
7
+ #### Fix
8
+ * Avoid recreating the animated image if the options are the same. This improves the reloading performance. @yeatse [#2347](https://github.com/onevcat/Kingfisher/pull/2347)
9
+
10
+ ---
11
+
5
12
## [8.1.3 - Failing Size](https://github.com/onevcat/Kingfisher/releases/tag/8.1.3) (2024-12-17)
6
13
7
14
#### Fix
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Kingfisher"
4
- s . version = "8.1.3 "
4
+ s . version = "8.1.4 "
5
5
s . summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 1108
1108
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1109
1109
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1110
1110
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1111
- CURRENT_PROJECT_VERSION = 3046 ;
1111
+ CURRENT_PROJECT_VERSION = 3056 ;
1112
1112
DEAD_CODE_STRIPPING = YES;
1113
1113
DEFINES_MODULE = YES;
1114
1114
DYLIB_COMPATIBILITY_VERSION = 1;
1115
- DYLIB_CURRENT_VERSION = 3046 ;
1115
+ DYLIB_CURRENT_VERSION = 3056 ;
1116
1116
DYLIB_INSTALL_NAME_BASE = "@rpath";
1117
1117
ENABLE_MODULE_VERIFIER = YES;
1118
1118
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
1172
1172
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1173
1173
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1174
1174
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1175
- CURRENT_PROJECT_VERSION = 3046 ;
1175
+ CURRENT_PROJECT_VERSION = 3056 ;
1176
1176
DEAD_CODE_STRIPPING = YES;
1177
1177
DEFINES_MODULE = YES;
1178
1178
DYLIB_COMPATIBILITY_VERSION = 1;
1179
- DYLIB_CURRENT_VERSION = 3046 ;
1179
+ DYLIB_CURRENT_VERSION = 3056 ;
1180
1180
DYLIB_INSTALL_NAME_BASE = "@rpath";
1181
1181
ENABLE_MODULE_VERIFIER = YES;
1182
1182
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >8.1.3 </string >
18
+ <string >8.1.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >3046 </string >
22
+ <string >3056 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >8.1.3 </string >
18
+ <string >8.1.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >3046 </string >
22
+ <string >3056 </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments