Skip to content

Commit

Permalink
Prepare release 1.6.0-alpha1
Browse files Browse the repository at this point in the history
* Update release notes
  • Loading branch information
mixxorz committed Sep 20, 2020
1 parent 1f2bb5c commit 855dbe5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 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.6.0-alpha1 (2020-09-20)

* Refactor gradient backgrounds (#109)
* Refactor scroll overlay (#109)
Expand Down
12 changes: 12 additions & 0 deletions Glass/Modules/News.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {[[
Expand Down
10 changes: 3 additions & 7 deletions LATEST.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 855dbe5

Please sign in to comment.