From 855dbe5a46b417f9dd46168c2d4b1fba07136153 Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Sun, 20 Sep 2020 23:46:55 +0800 Subject: [PATCH] Prepare release 1.6.0-alpha1 * Update release notes --- CHANGELOG.md | 2 +- Glass/Modules/News.lua | 12 ++++++++++++ LATEST.md | 10 +++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5133f1..96fc06a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.6.0-alpha1 (2020-09-20) * Refactor gradient backgrounds (#109) * Refactor scroll overlay (#109) diff --git a/Glass/Modules/News.lua b/Glass/Modules/News.lua index 53947be..3a6905c 100755 --- a/Glass/Modules/News.lua +++ b/Glass/Modules/News.lua @@ -7,6 +7,18 @@ local OPEN_NEWS = Constants.EVENTS.OPEN_NEWS -- luacheck: push ignore 631 local CHANGELOG = { + { + name = "1.6.0-alpha1 (2020-09-20)", + items = {[[ +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. + ]]} + }, { name = "1.5.0 (2020-09-14)", items = {[[ diff --git a/LATEST.md b/LATEST.md index f7c13d8..8091283 100755 --- a/LATEST.md +++ b/LATEST.md @@ -1,13 +1,9 @@ -# 1.5.0 (2020-09-14) +# 1.6.0-alpha1 (2020-09-20) What's new -- New: You can now stick the edit box to the top of the chat window! Very useful if you like chat flush to a bottom corner. -- New: You no longer need a 16,000 DPI gaming mouse to move Glass to the perfect spot. Now you can use sliders for window positioning. -- New: More control over the font, including leading, line padding, and outline. -- New: New options for controlling animations. Now you can adjust how fast messages fade in, fade out, and slide in. You can even set these to zero to disable animations completely if that's not your cup of tea. -- New: This thing! Glass is getting constant updates with new features and fixes added almost weekly. We thought it would be a good idea to write up changes and new stuff between each release. Watch this space! +- New: Glass now supports Prat's History module! As long as it's enabled, Glass now restores your chat message history. Bug fixes -- Fixed: Sometimes messages do not appear. This now happens... even less often! +- 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.