From 42aea9ef35f1cdb6cf5602d3e5efd9f16a51a40f Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 15 Sep 2018 17:45:03 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cbb32..ffcc7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ Changelog ========= -## [Unreleased] +## 1.02 `08a66da` - 2018-09-14 ### Added - Variables: defined with `set name value`, accessed with `$name`. Run `set` with no arguments to display all variables and their values. - Option to change the alpha value of the input background texture. +- Command hint argument for better error messages. Use `RegisterCommand(Hint = "Command $a")]` to show a command's usage. ### Changed - Better autocompletion: autocomplete can now partially complete words when there are multiple suggestions available. @@ -13,6 +14,7 @@ Changelog ### Fixed - Fix background texture being destroyed when loading a scene with the Terminal set to `DontDestroyOnLoad`. - Fix hotkeys bound to function keys causing the input to not register the first character. +- Fix formatting on autocomplete suggestions. ## 1.01 `9a1b0b3` - 2018-08-09