Skip to content

Commit 4d76664

Browse files
committed
Update for 2.3.0 release
1 parent 037fefd commit 4d76664

File tree

3 files changed

+17
-25
lines changed

3 files changed

+17
-25
lines changed

docs/usage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## Version 2.3.0: October 31, 2023
4+
5+
- Implement the ability to sort BASIC program files while in online editing mode.
6+
- Provide support for configuring unique server names for online editing servers.
7+
- Enhance warning messages for specific operations.
8+
- Implement various optimizations for the online editing mode.
9+
10+
## Version 2.2.0: August 17, 2023
11+
12+
- Support high performance debugging on UniVerse 11.4.1 (Windows / Linux)
13+
314
## Version 2.1.0: May 31, 2023
415

516
- Support online editing (preview) which can help user to edit BASIC program files on remote U2 servers.

docs/usage/Compatibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Upgrading VS Code may potentially introduce some issues that could result in ano
44

55
| VS Code | GRPC Debug | CLI Debug | Compilation | Online Editing |
66
| --------- | ------------- | ----------- | ----------- | -------------- |
7+
| 1.83.1 | x | x |||
8+
| 1.82.3 | x | x |||
9+
| 1.82.2 |||||
10+
| 1.82.1 |||||
711
| 1.81.0 |||||
812
| 1.80.2 || × |||
913
| 1.79.2 || × |||
@@ -12,4 +16,6 @@ Upgrading VS Code may potentially introduce some issues that could result in ano
1216
| 1.76.2 |||||
1317
| 1.75.1 |||||
1418

19+
- Due to the upgrades to VS Code versions 1.82.3 and 1.83.1, the restart functionality in the debugging feature cannot be used properly, but other debugging functions work without issues.
20+
1521
**Note**: Please refer [Debugging](./Debugging.md) to find out suitable UniVerse / UniData for debugging features.

docs/usage/KnownIssues.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@
1616

1717
**MVVS-653** reporting syntax error for "open(line) = 1" in the parser
1818

19-
**MVVS-693** Custom documentation should refresh automatically
20-
2119
**MVVS-843** parser reporting syntax issue in APP.PROGS\AMLC
2220

23-
**MVVS-925** Format case change should respect the casing in user functions
24-
2521
**MVVS-927** Variables name displayed in breadcrumbs rather than functions name in some cases
2622

2723
**MVVS-928** unable to display label name in the path line for subroutine
@@ -34,8 +30,6 @@
3430

3531
**MVVS-1119** Formatting a document will format "$options -static.dim" to "$options - static.dim", resulting in incorrect code behavior
3632

37-
**MVVS-1128** Goto and peek definition can not be found after repeated use
38-
3933
**MVVS-1136** enhancement request to avoid to add a blank line to the end of BASIC source code
4034

4135
## Compilation
@@ -68,8 +62,6 @@
6862

6963
**MVVS-1190** After pausing during a long for loop, continue button does not work
7064

71-
**MVVS-1200** The output in terminal view is not correct when debug a BASIC program which calls python program
72-
7365
**MVVS-1205** Click F5, compilation pass but there is error line below code
7466

7567
**MVVS-1207** Debugger F5(continue) can't stop at breakpoint in subroutine
@@ -84,17 +76,8 @@
8476

8577
**MVVS-671** Can't connect to UniData demo account on linux
8678

87-
**MVVS-1026** Duplicated host names were incorrectly allowed in the configuration file.
88-
89-
**MVVS-1053** connection disconnected, but icon still shows connected and refreshing
90-
91-
**MVVS-1058** Disconnection after using two accounts to connect to the same server will result in failure to connect
92-
9379
**MVVS-1121** java throw exception when failed to connect to the UV account
9480

95-
## Online editing
96-
97-
**MVVS-1088** Clicking icon at bottom left corner cannot connect to server
9881

9982
## Others
10083

@@ -104,12 +87,4 @@
10487

10588
**MVVS-1055** Command 'extension.selectU2Server' not found
10689

107-
**MVVS-1063** delete the port for a connected server and refresh, current editor will exit and without any save
108-
109-
**MVVS-1068** Fail to save as the file when it is created in another server
110-
111-
**MVVS-1118** Unknown exception happened when switch basic program
112-
11390
**MVVS-1156** Can not delete basic file under a customer account added to UV.ACCOUNTS
114-
115-
**MVVS-1202** account mismatch warning displayed when there is no opened BASIC for debugging

0 commit comments

Comments
 (0)