Skip to content

Commit 76e49b0

Browse files
committed
Bump version messages
1 parent d578450 commit 76e49b0

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.1.0": "messages/0.1.0.txt",
33
"0.1.1": "messages/0.1.1.txt",
44
"0.1.2": "messages/0.1.2.txt",
5+
"0.1.3": "messages/0.1.3.txt",
56
"install": "messages/install.txt"
67
}

messages/0.1.3.txt

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
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
14+
15+
===============================================================
16+
CRITICAL UPDATE FOR THOSE UPGRADING FROM 0.1.1
17+
================================================================
18+
19+
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!
22+

messages/install.txt

+4-3
Original file line numberDiff line numberDiff 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!
22

33
Should you face any problems or have any questions regarding the installation process, feel free to contact me in the dedicated gitter channel
44

@@ -12,7 +12,7 @@ From there you can also retrieve the Caster grammars that are necessary for usin
1212

1313
Quick 1.0.0 Install
1414

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
1616

1717
enable python voice coding plugin
1818

@@ -24,7 +24,8 @@ Finally you should be aware that there are some experimental/unofficial features
2424
NOTE FOR MAC Installers
2525
#################################
2626

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+
2829
Finally if you are using Talon and Jetbrains, an alternative you might want to check out is
2930
https://github.com/dwiel/talon_community/blob/master/apps/jetbrains_psi.py
3031

0 commit comments

Comments
 (0)