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 5148997 commit e3b6bd0Copy full SHA for e3b6bd0
docs/changelog.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+v1.4.5
5
+------
6
+- Hide action keyword panel
7
+
8
v1.4.4
9
-------
10
- Fix bug with the plugin not properly starting with flow version 1.20
plugin.json
@@ -4,9 +4,10 @@
"Name": "rtfm",
"Description": "a rtfm lookup plugin",
"Author": "cibere",
- "Version": "1.4.4a",
+ "Version": "1.4.5a",
"Language": "python_v2",
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.rtfm",
"IcoPath": "assets/app.png",
11
- "ExecuteFileName": "main.py"
+ "ExecuteFileName": "main.py",
12
+ "HideActionKeywordPanel": true
13
}
0 commit comments