From 4fd02afb288e37bd7ebcbd8abcd483f405e62a10 Mon Sep 17 00:00:00 2001 From: SeeBasTStick <sebastian.stock@hhu.de> Date: Sun, 16 Aug 2020 13:01:04 +0200 Subject: [PATCH] prepared patch 1.0.1 --- CHANGELOG.md | 10 +++++++++- README.md | 9 +++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 402b917..af4eecd 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 732db44..7b1e0ad 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 -- GitLab