Skip to content

Commit 240192f

Browse files
committed
Update the readme, bumped version to 0.5.1
1 parent f8570a2 commit 240192f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ You can try [AVIFQuickLook](https://github.com/dreampiggy/AVIFQuickLook) QuickLo
144144

145145
You can also try using [avif.js](https://kagami.github.io/avif.js/) to view it online by using Chrome's AV1 codec.
146146

147+
## Testing
148+
149+
SDWebImageAVIFCoder use [GitHub Actions](https://github.com/SDWebImage/SDWebImageAVIFCoder/actions) for testing. Each merge request will run the test cases to ensure the AVIF decoding/encoding function works.
150+
151+
Current test cases use macOS command line tools, to compare the AVIF sample decoding result with [ImageMagick](https://www.imagemagick.org/).
152+
147153
## Author
148154

149155
DreamPiggy, [email protected]

SDWebImageAVIFCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageAVIFCoder'
11-
s.version = '0.5.0'
11+
s.version = '0.5.1'
1212
s.summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'
1313

1414
# This description is used to generate tags and improve search results.

SDWebImageAVIFCoder/Module/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.0</string>
18+
<string>0.5.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.5.0</string>
20+
<string>0.5.1</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)