Skip to content

Commit

Permalink
Add new version message
Browse files Browse the repository at this point in the history
  • Loading branch information
s-clerc committed Sep 17, 2020
1 parent 041adbc commit b041b44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"install": "messages/install.md"
"install": "messages/install.md",
"0.2.0": "messages/0.2.0.md"
}
13 changes: 13 additions & 0 deletions messages/0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Aiguillon 0.2.0
## Improvements:
* Addition of missing expansion commands
* Completions now consider the package the caret is in.
* Indentation information is now stored (although not at all used, but the storage allows others to write code to use it).
* New option to ignore compilation errors and load anyway.
* Additional compilation status messages
* Performance boost by decreasing completion timeout
* Ability to copy information from the debugger
## Bug fixes
* Use of bundled syntax by default (oops)
* Settings caching
* Spawn new REPLs in the current window, not the session window.

0 comments on commit b041b44

Please sign in to comment.