Skip to content

Commit 5812cf4

Browse files
committed
Update changelog and version number for 0.6.1
1 parent 472f1b8 commit 5812cf4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.6.1 - Improvements to documentation and LiveCode Script support
2+
3+
* Revised, expanded and generally improved documentation (issue #19)
4+
* Improved LiveCode Script support
5+
* Support for `if...then...else...` syntax
6+
* Better indentation in `switch` blocks
7+
* Restore completion of symbols from the current file (issue #18)
8+
* Don't clobber autocomplete settings (issue #16)
9+
* Improved variable & constant capturing
10+
* Restored support for linting revIgniter files
11+
112
## 0.6.0 - Linting and script-only stacks
213
* LiveCode Script grammar and snippets generated from documentation
314
* Support for script-only stacks (`.livecodescript`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-livecode",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Support for editing LiveCode source code",
55
"repository": "https://github.com/peter-b/atom-language-livecode",
66
"license": "GPLv3",

0 commit comments

Comments
 (0)