Skip to content

Commit fc7658d

Browse files
committed
Release v1.4.3
- fixed starting script in terminal blocking ST3 problem
1 parent ea55b63 commit fc7658d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

cs-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# https://www.sublimetext.com/docs/1/api-reference
1717

18-
version = '1.4.2' # build 0
18+
version = '1.4.3' # build 0
1919
os.environ["PACKAGE_VERSION"] = version
2020

2121
from .imports.utils import * # should be imported after environ["PACKAGE_VERSION"] is set

messages/1.4.2.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Features/Changes:
2+
3+
- Fixed problem with navigating to the syntax error on double-click in the output panel
4+
5+
*********************************************************************************
6+
NOTE: Due to the ST3 plugin hosting limitations some Python modules need to be fully
7+
re-initialized during upgrades. Thus it is recommended to restart Sublime Text
8+
before you start using the CS-Script plugin.
9+
*********************************************************************************

messages/1.4.3.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Features/Changes:
2+
3+
- Fixed problem with navigating to the syntax error on double-click in the output panel
4+
5+
*********************************************************************************
6+
NOTE: Due to the ST3 plugin hosting limitations some Python modules need to be fully
7+
re-initialized during upgrades. Thus it is recommended to restart Sublime Text
8+
before you start using the CS-Script plugin.
9+
*********************************************************************************

0 commit comments

Comments
 (0)