Skip to content

Commit

Permalink
Update for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ypzhao-rocket committed Nov 1, 2023
1 parent 037fefd commit 4d76664
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
11 changes: 11 additions & 0 deletions docs/usage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 2.3.0: October 31, 2023

- Implement the ability to sort BASIC program files while in online editing mode.
- Provide support for configuring unique server names for online editing servers.
- Enhance warning messages for specific operations.
- Implement various optimizations for the online editing mode.

## Version 2.2.0: August 17, 2023

- Support high performance debugging on UniVerse 11.4.1 (Windows / Linux)

## Version 2.1.0: May 31, 2023

- Support online editing (preview) which can help user to edit BASIC program files on remote U2 servers.
Expand Down
6 changes: 6 additions & 0 deletions docs/usage/Compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Upgrading VS Code may potentially introduce some issues that could result in ano

| VS Code | GRPC Debug | CLI Debug | Compilation | Online Editing |
| --------- | ------------- | ----------- | ----------- | -------------- |
| 1.83.1 | x | x |||
| 1.82.3 | x | x |||
| 1.82.2 |||||
| 1.82.1 |||||
| 1.81.0 |||||
| 1.80.2 || × |||
| 1.79.2 || × |||
Expand All @@ -12,4 +16,6 @@ Upgrading VS Code may potentially introduce some issues that could result in ano
| 1.76.2 |||||
| 1.75.1 |||||

- 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.

**Note**: Please refer [Debugging](./Debugging.md) to find out suitable UniVerse / UniData for debugging features.
25 changes: 0 additions & 25 deletions docs/usage/KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@

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

**MVVS-693** Custom documentation should refresh automatically

**MVVS-843** parser reporting syntax issue in APP.PROGS\AMLC

**MVVS-925** Format case change should respect the casing in user functions

**MVVS-927** Variables name displayed in breadcrumbs rather than functions name in some cases

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

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

**MVVS-1128** Goto and peek definition can not be found after repeated use

**MVVS-1136** enhancement request to avoid to add a blank line to the end of BASIC source code

## Compilation
Expand Down Expand Up @@ -68,8 +62,6 @@

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

**MVVS-1200** The output in terminal view is not correct when debug a BASIC program which calls python program

**MVVS-1205** Click F5, compilation pass but there is error line below code

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

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

**MVVS-1026** Duplicated host names were incorrectly allowed in the configuration file.

**MVVS-1053** connection disconnected, but icon still shows connected and refreshing

**MVVS-1058** Disconnection after using two accounts to connect to the same server will result in failure to connect

**MVVS-1121** java throw exception when failed to connect to the UV account

## Online editing

**MVVS-1088** Clicking icon at bottom left corner cannot connect to server

## Others

Expand All @@ -104,12 +87,4 @@

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

**MVVS-1063** delete the port for a connected server and refresh, current editor will exit and without any save

**MVVS-1068** Fail to save as the file when it is created in another server

**MVVS-1118** Unknown exception happened when switch basic program

**MVVS-1156** Can not delete basic file under a customer account added to UV.ACCOUNTS

**MVVS-1202** account mismatch warning displayed when there is no opened BASIC for debugging

0 comments on commit 4d76664

Please sign in to comment.