Skip to content

Commit

Permalink
release: v2.2
Browse files Browse the repository at this point in the history
- fix changes in v1.3.0 of cwebp - addition of libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
  • Loading branch information
BenjaminOddou committed Jan 26, 2023
1 parent d47df46 commit d6b7867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified dist/Smart WebP.alfredworkflow
Binary file not shown.
6 changes: 2 additions & 4 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ do
if [[ "${i}" == "jq" && "$(command -v cwebp)" != "" ]]
then
online_version="$(curl -s https://formulae.brew.sh/api/formula/webp.json | jq -r '.versions.stable')"
local_version="$(cwebp -version)"
local_version="$(cwebp -version | sed -n '1p')"
if [[ "${online_version}" == "${local_version}" ]]
then
Expand Down Expand Up @@ -2684,10 +2684,8 @@ Check the logs of your compression under the `Data folder`. The log file contain
<string>data_folder</string>
</dict>
</array>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.1</string>
<string>2.2</string>
<key>webaddress</key>
<string>https://github.com/BenjaminOddou/alfred-smart-webp-compression</string>
</dict>
Expand Down

0 comments on commit d6b7867

Please sign in to comment.