Skip to content
Snippets Groups Projects
Commit 5019a29c authored by dgelessus's avatar dgelessus
Browse files

Remove pointless brackets in CHANGELOG.md headings

parent c69c7d66
Branches
Tags
No related merge requests found
# Change Log # Change Log
## [0.0.1] ## 0.0.1
- first prototype version - first prototype version
## [0.0.2] ## 0.0.2
- option to add cutom path - option to add cutom path
## [0.0.4] ## 0.0.4
- fixed bug in the package.json file leading to unnoticed server crash - fixed bug in the package.json file leading to unnoticed server crash
- added feedback when using an unreachable path - added feedback when using an unreachable path
- added feedback when using a old version of proB - added feedback when using a old version of proB
## [0.1.0] ## 0.1.0
- added more sound auto compeltion - added more sound auto compeltion
- added WD cheks - added WD cheks
- added strict checks - added strict checks
## [0.1.1] ## 0.1.1
- fixed issue where path was semi hard coded - fixed issue where path was semi hard coded
## [0.2.0] ## 0.2.0
- recognizes correct file ending (.mch; .def; .imp; .ref; .sys) - recognizes correct file ending (.mch; .def; .imp; .ref; .sys)
- no longer activates extension on normal text documents - no longer activates extension on normal text documents
## [0.3.0] ## 0.3.0
- added option for performance feedback - added option for performance feedback
- implemented 'info' as feedback type - implemented 'info' as feedback type
## [0.5.0] ## 0.5.0
- added syntax highlighting - added syntax highlighting
## [0.5.1] ## 0.5.1
- minor fixes - minor fixes
## [0.5.2] ## 0.5.2
- media fixes - media fixes
## [0.5.3] ## 0.5.3
- reworked error messages to be more managable - reworked error messages to be more managable
## [0.6.0] ## 0.6.0
- added snippets - added snippets
- improved error feedback for failing call to probcli - improved error feedback for failing call to probcli
...@@ -69,53 +69,53 @@ ...@@ -69,53 +69,53 @@
- _error.json will now dumpend in a /tmp/ folder - _error.json will now dumpend in a /tmp/ folder
## [1.0.0] ## 1.0.0
- switched to Java Server and will be able to access ProB Kernel library. - switched to Java Server and will be able to access ProB Kernel library.
- server has no debug option and output - server has no debug option and output
## [1.0.1] ## 1.0.1
- debug mode is now disabled by default - debug mode is now disabled by default
- debug console will now behave more reasonable behavior - debug console will now behave more reasonable behavior
- updated server version to take care of windows and mac problems - updated server version to take care of windows and mac problems
## [1.1.1] ## 1.1.1
- fixed bug where problems from sub machines where shown in the main machine - fixed bug where problems from sub machines where shown in the main machine
- added a opical feedback when an evaluation is finished - added a opical feedback when an evaluation is finished
- added .rmch file extensions (still pretty much a prototype regarding coloring) - added .rmch file extensions (still pretty much a prototype regarding coloring)
- added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662 - added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662
## [1.1.2] ## 1.1.2
- fixed bug where for longer outputs from probcli the system would not return causing a deadlook - fixed bug where for longer outputs from probcli the system would not return causing a deadlook
## [2.0.0] ## 2.0.0
- keyword support for new proB features: REAL, real, floor, ceiling - keyword support for new proB features: REAL, real, floor, ceiling
- now uses prob2_kernel library instead of calling prob_cli direc; leads to noticable performance gain after initial warm up - now uses prob2_kernel library instead of calling prob_cli direc; leads to noticable performance gain after initial warm up
## [2.0.1] ## 2.0.1
- bug fix regarding completion - bug fix regarding completion
- stability improvements - stability improvements
## [2.0.2] ## 2.0.2
- bug fixed that were introduced by not properly rebasing server branches - bug fixed that were introduced by not properly rebasing server branches
- brought back notifcation when evaluation is done - brought back notifcation when evaluation is done
## [2.0.4] ## 2.0.4
- dependencies updated - dependencies updated
## [2.1.0] ## 2.1.0
- Updated to ProB 1.12.1 - Updated to ProB 1.12.1
- Now requires VSCode 1.67 - Now requires VSCode 1.67
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment