-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |