You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for upgrading to the latest version v0.1.3!
2
+
3
+
This is a small patch
4
+
5
+
- refactoring some old code from the age of the dinosaurs
6
+
7
+
- Introduces a variety of bug fixes, especially certain edge cases with the cursor position at the beginning or the end of the file and stabilizing the behavior of argument queries using the "inside" keyword
8
+
9
+
- improves code coverage most notably by allowing "partial parsing", so that ArgumentQueries and dedicated sub indexing queries (eg,"delete part 2") can now run within the current logical line even if there are unrecoverable syntax errors in other parts of the code, so long as tokenization is still possible, a requirement I hope to remove in the future
10
+
11
+
- ports the documentation to readthedocs
12
+
13
+
If all things go according to plan, the next release will be 0.2.0 and will go public around mid August
My sincerest apologies but up to release 0.1.1 a subtle yet critical installation step was not documented, which may have prevented you from using the plug-in altogether!
20
+
21
+
You can find more information at https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/15 but release 0.1.2 should make that installation step redundant for most users, so SIMPLY UPGRADING and replacing the grammar files should be enough without any further action on your part!
Copy file name to clipboardExpand all lines: messages/install.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Thanks for downloading the latest 0.1.1 version of PythonVoiceCodingPlugin!
1
+
Thanks for downloading the latest 0.1.3 version of PythonVoiceCodingPlugin!
2
2
3
3
Should you face any problems or have any questions regarding the installation process, feel free to contact me in the dedicated gitter channel
4
4
@@ -12,7 +12,7 @@ From there you can also retrieve the Caster grammars that are necessary for usin
12
12
13
13
Quick 1.0.0 Install
14
14
15
-
utility. It supports all version of Caster 0.5, 0.6, 1.x but please upgrade as support for older versions will soon be dropped! As a note if you're using any version above 1.0.0 you must also enable it by saying
15
+
utility. It supports all version of Caster 0.5, 0.6, 1.x but please upgrade as support for older versions will soon be dropped, most probably with release 0.2.0 when it comes out hopefully around mid August! As a note if you're using any version above 1.0.0 you must also enable it by saying
16
16
17
17
enable python voice coding plugin
18
18
@@ -24,7 +24,8 @@ Finally you should be aware that there are some experimental/unofficial features
24
24
NOTE FOR MAC Installers
25
25
#################################
26
26
27
-
Honestly you caught me a little bit unprepared,I am releasing these for Windows and Linux so i didn't expect anyone to download on Mac:P Firstly the core plug-in has not been tested on Mac. Secondly currently the grammar is written to be used with Caster which does not yet officially support Mac, though https://github.com/dmakarov/Caster is an attempt to do so. So you might want to give it a try with that or adapt it to standalone dragonfly or what ever suits your system.
27
+
Honestly you caught me a little bit unprepared,I am releasing these for Windows and Linux so i didn't expect anyone to download on Mac and lacking Mac hardware, the core plug-in has not been tested on Mac. Nonetheless it is pure python I believe it should generally work and with Caster now supporting Mac it is probably worth your while to give it a try!
28
+
28
29
Finally if you are using Talon and Jetbrains, an alternative you might want to check out is
0 commit comments