Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaceKamen committed Sep 27, 2017
1 parent ec351e7 commit 137dc37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.8.3
* Added new commands and functions

# Version 0.8.2
* `#include` path can now be opened (#15)
* Fixed incorrect macro expansion (#14)
Expand Down Expand Up @@ -89,7 +92,7 @@
* Added workspace indexing
* Added options to: disable warnings, disable workspace indexing
* Added experimental debugger, which currently just watches for changes in lastest rpt file
* SQFLint jar is now bundled with extension, so you now only need java installed
* SQFLint jar is now bundled with extension, so you now only need java installed
* Actual variable name is now used for warnings and autocompletion (only lowercase version was used previously)
* Fixed exec error crashing language server

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jan Zípek",
"icon": "images/sqflint.png",
"license": "MIT",
"version": "0.8.2",
"version": "0.8.3",
"publisher": "skacekachna",
"engines": {
"vscode": "^1.4.0"
Expand Down

0 comments on commit 137dc37

Please sign in to comment.