Skip to content

Commit

Permalink
Release Process 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Mar 28, 2021
1 parent c9a3f5c commit d003f19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions AlfredProcess/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ fi</string>
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>osascript "$SCRIPTS_DIR/$script" $1</string>
<string>osascript "$SCRIPTS_DIR/$script" "$1"</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -1454,6 +1454,7 @@ end
CHANGELOG
- 4.1.0 - Added IGNORE_CALENDARS config variable to control the same value in ical-alfred.
- 4.0.0 - Faster, more interactive launcher. Added a hotkey to launch Process keywords.
- 3.4.0 - Add Jekyll search.
- 3.3.0 - Add "copy repository URL" for the GitHub workflow.
Expand Down Expand Up @@ -1781,6 +1782,8 @@ CHANGELOG
<dict>
<key>GITHUB_TOKEN</key>
<string></string>
<key>IGNORE_CALENDARS</key>
<string></string>
<key>IMAGE_UPLOAD_HOSTNAME</key>
<string></string>
<key>IMAGE_UPLOAD_SSH_HOSTNAME</key>
Expand All @@ -1803,9 +1806,10 @@ CHANGELOG
<string>IMAGE_UPLOAD_SSH_HOSTNAME</string>
<string>IMAGE_UPLOAD_WEBROOT_PATH</string>
<string>GITHUB_TOKEN</string>
<string>IGNORE_CALENDARS</string>
</array>
<key>version</key>
<string>4.0.0</string>
<string>4.1.0</string>
<key>webaddress</key>
<string>https://temochka.com</string>
</dict>
Expand Down

0 comments on commit d003f19

Please sign in to comment.