diff --git a/docs/usage/CHANGELOG.md b/docs/usage/CHANGELOG.md index 4f963b6..50f4903 100644 --- a/docs/usage/CHANGELOG.md +++ b/docs/usage/CHANGELOG.md @@ -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. diff --git a/docs/usage/Compatibility.md b/docs/usage/Compatibility.md index 92bfd87..8800f6c 100644 --- a/docs/usage/Compatibility.md +++ b/docs/usage/Compatibility.md @@ -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 | √ | × | √ | √ | @@ -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. \ No newline at end of file diff --git a/docs/usage/KnownIssues.md b/docs/usage/KnownIssues.md index 8cef1d4..7e019c9 100644 --- a/docs/usage/KnownIssues.md +++ b/docs/usage/KnownIssues.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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