diff --git a/CHANGELOG.md b/CHANGELOG.md index 402b917db626b66ff1db6471befbe5cdf5077ed2..af4eecdb27c4084fa06a66436d5f6cbe7c15bc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,4 +72,12 @@ ## [1.0.0] - switched to Java Server and will be able to access ProB Kernel library. -- server has no debug option and output \ No newline at end of file +- server has no debug option and output + + + +## [1.0.1] + +- debug mode is now disabled by default +- debug console will now behave more reasonable behavior +- updated server version to take care of windows and mac problems \ No newline at end of file diff --git a/README.md b/README.md index 732db44ce0bb42d3c401580017ec0fd93a797dd0..7b1e0ad93425d3dc76569d8c546a76ebd673d753 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,12 @@ The language server can be found here https://github.com/SeeBasTStick/b-language ## Future plans - Linter Support (via Server, is still in development by Mircosoft https://microsoft.github.io/language-server-protocol/specifications/specification-3-16/) - Quickfix support aká Code Completion -- Compelation and Feedback via ProB Java kernel instead of cli calls. (will improve performance and give access to more features) +- Completion and Feedback via ProB Java kernel instead of cli calls. (will improve performance and give access to more features) ## Release Notes -### 1.0.0 +### 1.0.1 -- switched to Java Server and will be able to access ProB Kernel library. -- server has now debug option and output \ No newline at end of file +- debug mode is now disabled by default +- debug console will now behave more reasonable behavior +- updated server version to take care of windows and mac problems; server will now use process builder and handle process output properly \ No newline at end of file