diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d51844..888a7d6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.7.0-alpha1 (2020-09-28) * Add line indention support diff --git a/Glass/Modules/News.lua b/Glass/Modules/News.lua index 5869732..bd23a22 100755 --- a/Glass/Modules/News.lua +++ b/Glass/Modules/News.lua @@ -7,6 +7,14 @@ local OPEN_NEWS = Constants.EVENTS.OPEN_NEWS -- luacheck: push ignore 631 local CHANGELOG = { + { + name = "1.7.0-alpha1 (2020-09-28)", + items = {[[ +What's new + +- New: Glass now indents lines that wrap past the first line. Super helpful for visually distinguishing lines that belong to a single message. Note: If you don't like this new behavior, you can turn it off in the settings. + ]]} + }, { name = "1.6.0 (2020-09-23)", items = {[[ diff --git a/LATEST.md b/LATEST.md index a1beb4e..9bdd01e 100755 --- a/LATEST.md +++ b/LATEST.md @@ -1,9 +1,5 @@ -# 1.6.0 (2020-09-23) +# 1.7.0-alpha1 (2020-09-28) What's new -- New: Glass now supports Prat's History module! As long as it's enabled, Glass now restores your chat message history. - -Bug fixes - -- Fixed: There was an issue where messages that were received before Glass initialized were lost (e.g. Guild Message of the Day). This has now been fixed. +- New: Glass now indents lines that wrap past the first line. Super helpful for visually distinguishing lines that belong to a single message. Note: If you don't like this new behavior, you can turn it off in the settings.