Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
Fix for incorrect `app` URLs for various "my" searches (i.e. needed to remove parens from query).
  • Loading branch information
chrismessina committed Sep 6, 2020
1 parent 973b1a4 commit 335f631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions workflows/twitter-toolkit/src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@
<key>spaces</key>
<string></string>
<key>url</key>
<string>twitter://search?query={query}%20(from%3A{var:account})&amp;type=photos</string>
<string>twitter://search?query={query}%20from%3A{var:account}&amp;type=photos</string>
<key>utf8</key>
<true/>
</dict>
Expand All @@ -2311,7 +2311,7 @@
<key>spaces</key>
<string></string>
<key>url</key>
<string>twitter://search?query={query}%20(from%3A{var:account})&amp;type=videos</string>
<string>twitter://search?query={query}%20from%3A{var:account}&amp;type=videos</string>
<key>utf8</key>
<true/>
</dict>
Expand Down Expand Up @@ -4276,7 +4276,7 @@
<key>spaces</key>
<string></string>
<key>url</key>
<string>twitter://search?query={query}&amp;type=top&amp;follows=true</string>
<string>twitter://search?query={query}%20from%3A{var:account}&amp;type=top</string>
<key>utf8</key>
<true/>
</dict>
Expand Down Expand Up @@ -4881,7 +4881,7 @@ fi</string>
<key>spaces</key>
<string></string>
<key>url</key>
<string>twitter://search?query={query}%20(from%3A{var:account})&amp;type=videos&amp;nearby=true</string>
<string>twitter://search?query=%23{query}%20from%3A{var:account}</string>
<key>utf8</key>
<true/>
</dict>
Expand Down Expand Up @@ -5103,7 +5103,7 @@ fi</string>
<key>spaces</key>
<string></string>
<key>url</key>
<string>twitter://search?query={query}&amp;type=recent&amp;follows=true</string>
<string>twitter://search?query={query}%20from%3A{var:account}&amp;type=recent&amp;follows=true</string>
<key>utf8</key>
<true/>
</dict>
Expand Down Expand Up @@ -6166,6 +6166,8 @@ https://superpeer.com/chrismessina</string>
</dict>
<key>4B2FD265-4081-4656-8256-33A4C596EAD5</key>
<dict>
<key>note</key>
<string>Bookmarks</string>
<key>xpos</key>
<integer>645</integer>
<key>ypos</key>
Expand Down Expand Up @@ -7191,7 +7193,7 @@ https://superpeer.com/chrismessina</string>
<string>account</string>
</array>
<key>version</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>webaddress</key>
<string>https://chrismessina.me</string>
</dict>
Expand Down
Binary file modified workflows/twitter-toolkit/twitter-toolkit.alfredworkflow
Binary file not shown.

0 comments on commit 335f631

Please sign in to comment.