Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stillwwater committed Sep 16, 2018
1 parent 08a66da commit 42aea9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
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.

### 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

Expand Down

0 comments on commit 42aea9e

Please sign in to comment.