Skip to content

Commit

Permalink
release: v2.1
Browse files Browse the repository at this point in the history
- new logo
- small doc correction
  • Loading branch information
BenjaminOddou committed Jan 10, 2023
1 parent cf2be89 commit d47df46
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="public/icon_dark_mode.png#gh-dark-mode-only" alt="logo-dark" height="55"/>
<img src="public/icon_light_mode.png#gh-light-mode-only" alt="logo-light" height="55"/>

[![made with hearth by Benjamin Oddou](https://img.shields.io/badge/made%20with%20%E2%99%A5%20by-benjamin%20oddou-f4bd41.svg?style=flat)](https://github.com/BenjaminOddou)
[![saythanks](https://img.shields.io/badge/say-thanks-add19c.svg?style=flat)](https://saythanks.io/to/BenjaminOddou)
[![made with hearth by Benjamin Oddou](https://img.shields.io/badge/made%20with%20%E2%99%A5%20by-benjamin%20oddou-62D895.svg?style=flat)](https://github.com/BenjaminOddou)
[![saythanks](https://img.shields.io/badge/say-thanks-469C2C.svg?style=flat)](https://saythanks.io/to/BenjaminOddou)

Welcome to the Alfred Smart WebP Compression repository: **An Alfred Workflowk**
Welcome to the Alfred Smart WebP repository: **An Alfred Workflowk**

## ✅ Prerequisite

Expand Down Expand Up @@ -177,8 +177,8 @@ If you want to know more on how to use Alfred Universal Actions, follow this [li
Check the logs of your compression under the `Data folder`. The log file contains the 2 part.

1. In the orange box there is :
* `{date:short}` : Date of the compression with a `yyyy/MM/dd` pattern.
* `{time}` : Exact time of the compression with a `HH:mm:ss` pattern.
* `{date:YYYY/MM/dd}` : Date of the compression with a `YYYY/MM/dd` pattern.
* `{time:HH:mm:ss}` : Exact time of the compression with a `HH:mm:ss` pattern.
* `user input : {var:_links_list}` : Folder(s) + image(s) path(s) selected with a tab ⇥ separator.
* `cwebp options : {var:_the_preset}` : Preset or manual input. Preset will be displayed as `preset_name,preset_detail` whereas manual input will be displayed raw.
2. In the green box there is the `{query}` which correspond to cwebp output.
Expand Down
Binary file not shown.
Binary file modified public/icon_dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon_light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/B857BE3A-4375-4247-9082-05CDEC4E3BB4.png
Binary file not shown.
Binary file modified src/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/alfred_buffer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/direct_compress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/universal_action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,13 @@
</array>
</dict>
<key>createdby</key>
<string>Benjamin ODDOU</string>
<string>Benjamin Oddou</string>
<key>description</key>
<string>🧙‍♂️ Transform your images into WebP format with ease</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Smart WebP Compression</string>
<string>Smart WebP</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -2148,7 +2148,7 @@ done</string>
</dict>
</array>
<key>readme</key>
<string># 🎩 Alfred Smart WebP Compression
<string># 🎩 Alfred Smart WebP
✨ *Transform your images into WebP format with ease* ✨
Expand Down Expand Up @@ -2314,15 +2314,17 @@ If you want to know more on how to use Alfred Universal Actions, follow this [li
Check the logs of your compression under the `Data folder`. The log file contains the 2 part.
1. In the orange box there is :
* `{date:short}` : Date of the compression with a `yyyy/MM/dd` pattern.
* `{time}` : Exact time of the compression with a `HH:mm:ss` pattern.
* `{date:YYYY/MM/dd}` : Date of the compression with a `YYYY/MM/dd` pattern.
* `{time:HH:mm:ss}` : Exact time of the compression with a `HH:mm:ss` pattern.
* `user input : {var:_links_list}` : Folder(s) + image(s) path(s) selected with a tab ⇥ separator.
* `cwebp options : {var:_the_preset}` : Preset or manual input. Preset will be displayed as `preset_name,preset_detail` whereas manual input will be displayed raw.
2. In the green box there is the `{query}` which correspond to cwebp output.
💡 Note that each compression is separated by a line.
![log_detail](./images/log_detail.png)</string>
![log_detail](./images/log_detail.png)
© Benjamin Oddou</string>
<key>uidata</key>
<dict>
<key>04D038F9-4BA3-44DE-9961-74A17474DB6D</key>
Expand Down Expand Up @@ -2685,7 +2687,7 @@ Check the logs of your compression under the `Data folder`. The log file contain
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.0</string>
<string>2.1</string>
<key>webaddress</key>
<string>https://github.com/BenjaminOddou/alfred-smart-webp-compression</string>
</dict>
Expand Down

0 comments on commit d47df46

Please sign in to comment.