Skip to content

Commit 644fbd3

Browse files
committed
Twitter Toolkit v0.3.3
- Quick fix for errant curly brace in `Go to hashtag` query.
1 parent ae0afca commit 644fbd3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

workflows/twitter-toolkit/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ One of the most convenient features of this workflow is the ability to quickly s
127127

128128
# Changelog[¹](https://keepachangelog.com/)
129129

130+
## [v0.3.3] - 2020-09-17
131+
### Fixed
132+
- Quick fix for errant curly brace in `Go to hashtag` query.
133+
130134
## [v0.3.2] - 2020-09-07
131135
### Fixed
132136
- Quick fix for missing non-personalized `users` query.

workflows/twitter-toolkit/src/info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -4807,7 +4807,7 @@ fi</string>
48074807
<key>spaces</key>
48084808
<string></string>
48094809
<key>url</key>
4810-
<string>{var:domain}{/hashtag/{query}</string>
4810+
<string>{var:domain}/hashtag/{query}</string>
48114811
<key>utf8</key>
48124812
<true/>
48134813
</dict>
@@ -5792,7 +5792,7 @@ It is intended to make it easy to quickly search and your own content or the con
57925792
57935793
I recommend setting your Twitter account name in the Workflow Environment Variables.
57945794
5795-
You can set the platform variable to `web`, `app`, or 'tweetbot' if you use the Twitter for Mac or Tweetbot apps.
5795+
You can set the platform variable to `web`, `app`, or 'tweetbot' if you use the Twitter for Mac or Tweetbot apps.
57965796
57975797
To see which platforms are supported by which platform, check out the Twitter Toolkit for Alfred page:
57985798
Binary file not shown.

0 commit comments

Comments
 (0)