Skip to content

Commit

Permalink
Prepare release 1.7.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Sep 27, 2020
1 parent 3facf55 commit dd01457
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.7.0-alpha1 (2020-09-28)

* Add line indention support

Expand Down
8 changes: 8 additions & 0 deletions Glass/Modules/News.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {[[
Expand Down
8 changes: 2 additions & 6 deletions LATEST.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dd01457

Please sign in to comment.