Skip to content

Commit d6b7867

Browse files
committed
release: v2.2
- fix changes in v1.3.0 of cwebp - addition of libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
1 parent d47df46 commit d6b7867

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/Smart WebP.alfredworkflow

5 Bytes
Binary file not shown.

src/info.plist

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ do
820820
if [[ "${i}" == "jq" && "$(command -v cwebp)" != "" ]]
821821
then
822822
online_version="$(curl -s https://formulae.brew.sh/api/formula/webp.json | jq -r '.versions.stable')"
823-
local_version="$(cwebp -version)"
823+
local_version="$(cwebp -version | sed -n '1p')"
824824
825825
if [[ "${online_version}" == "${local_version}" ]]
826826
then
@@ -2684,10 +2684,8 @@ Check the logs of your compression under the `Data folder`. The log file contain
26842684
<string>data_folder</string>
26852685
</dict>
26862686
</array>
2687-
<key>variablesdontexport</key>
2688-
<array/>
26892687
<key>version</key>
2690-
<string>2.1</string>
2688+
<string>2.2</string>
26912689
<key>webaddress</key>
26922690
<string>https://github.com/BenjaminOddou/alfred-smart-webp-compression</string>
26932691
</dict>

0 commit comments

Comments
 (0)