We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99da880 commit 01bd23aCopy full SHA for 01bd23a
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+
3
+## 4.1.0
4
5
+- Filter out archived repositories from search results
6
+- Harden shell scripts with improved input sanitization and error handling
7
8
+## 4.0.0
9
10
+- Rewrite to use the GitHub CLI instead of a custom implementation
info.plist
@@ -555,7 +555,7 @@ This project is published under the [MIT License](LICENSE.md).</string>
555
<string>API_HOST</string>
556
</array>
557
<key>version</key>
558
- <string>4.0.0</string>
+ <string>4.1.0</string>
559
<key>webaddress</key>
560
<string>https://github.com/edgarjs/github-repos-alfred-workflow</string>
561
</dict>
0 commit comments