Commit 644fbd3 1 parent ae0afca commit 644fbd3 Copy full SHA for 644fbd3
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ One of the most convenient features of this workflow is the ability to quickly s
127
127
128
128
# Changelog[ ¹] ( https://keepachangelog.com/ )
129
129
130
+ ## [ v0.3.3] - 2020-09-17
131
+ ### Fixed
132
+ - Quick fix for errant curly brace in ` Go to hashtag ` query.
133
+
130
134
## [ v0.3.2] - 2020-09-07
131
135
### Fixed
132
136
- Quick fix for missing non-personalized ` users ` query.
Original file line number Diff line number Diff line change @@ -4807,7 +4807,7 @@ fi</string>
4807
4807
<key >spaces </key >
4808
4808
<string ></string >
4809
4809
<key >url </key >
4810
- <string >{var:domain}{ /hashtag/{query} </string >
4810
+ <string >{var:domain}/hashtag/{query} </string >
4811
4811
<key >utf8 </key >
4812
4812
<true />
4813
4813
</dict >
@@ -5792,7 +5792,7 @@ It is intended to make it easy to quickly search and your own content or the con
5792
5792
5793
5793
I recommend setting your Twitter account name in the Workflow Environment Variables.
5794
5794
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.
5796
5796
5797
5797
To see which platforms are supported by which platform, check out the Twitter Toolkit for Alfred page:
5798
5798
You can’t perform that action at this time.
0 commit comments