Commit 3340001 1 parent d0dddec commit 3340001 Copy full SHA for 3340001
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.0.2 - Blur Scale](https://github.com/onevcat/Kingfisher/releases/tag/8.0.2) (2024-09-21)
6
+
7
+ #### Fix
8
+ * An issue the the blurred image has a wrong size if the image contains a scale value other than one. [#2293](https://github.com/onevcat/Kingfisher/pull/2293) @Semty
9
+
10
+ ---
11
+
5
12
## [8.0.1 - Old Friends Matter](https://github.com/onevcat/Kingfisher/releases/tag/8.0.1) (2024-09-18)
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.0.1 "
4
+ s . version = "8.0.2 "
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 1088
1088
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1089
1089
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1090
1090
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1091
- CURRENT_PROJECT_VERSION = 2967 ;
1091
+ CURRENT_PROJECT_VERSION = 2971 ;
1092
1092
DEAD_CODE_STRIPPING = YES;
1093
1093
DEFINES_MODULE = YES;
1094
1094
DYLIB_COMPATIBILITY_VERSION = 1;
1095
- DYLIB_CURRENT_VERSION = 2967 ;
1095
+ DYLIB_CURRENT_VERSION = 2971 ;
1096
1096
DYLIB_INSTALL_NAME_BASE = "@rpath";
1097
1097
ENABLE_MODULE_VERIFIER = YES;
1098
1098
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
1152
1152
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1153
1153
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1154
1154
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1155
- CURRENT_PROJECT_VERSION = 2967 ;
1155
+ CURRENT_PROJECT_VERSION = 2971 ;
1156
1156
DEAD_CODE_STRIPPING = YES;
1157
1157
DEFINES_MODULE = YES;
1158
1158
DYLIB_COMPATIBILITY_VERSION = 1;
1159
- DYLIB_CURRENT_VERSION = 2967 ;
1159
+ DYLIB_CURRENT_VERSION = 2971 ;
1160
1160
DYLIB_INSTALL_NAME_BASE = "@rpath";
1161
1161
ENABLE_MODULE_VERIFIER = YES;
1162
1162
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.0.1 </string >
18
+ <string >8.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >2967 </string >
22
+ <string >2971 </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.0.1 </string >
18
+ <string >8.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >2967 </string >
22
+ <string >2971 </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments