Skip to content

Commit

Permalink
2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 20, 2021
1 parent 0e3fdd3 commit 302735a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0-alpha.6 / 20 Nov 2021
While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:
* Show advance messages in the chat. (#1666)
Now you can see during which media a message was sent.

Bugfixes:
* Fix history display in Chrome. It used to use `float: inline-start`, which Chrome does not
support. Now it uses CSS grids.

Internal:
* Use CSS grids for media lists. (#2148)

## 2.0.0-alpha.5 / 11 Nov 2021
While this is an alpha release, new servers should use this rather than an older "stable" version.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "u-wave-web-build",
"description": "Web client for üWave servers.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"author": "Renée Kooi <[email protected]>",
"bin": {
"u-wave-web": "bin/u-wave-web"
Expand Down

0 comments on commit 302735a

Please sign in to comment.