Skip to content

Commit

Permalink
2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 7, 2021
1 parent a3a461d commit 07b868f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.3 / 07 Oct 2021
While this is an alpha release, new servers should use this rather than an older "stable" version.

This release addresses a bunch of crashes introduced in the 2.0.0-alpha.2 release.

Features:
* Add `RECAPTCHA_KEY` env variable to configure ReCaptcha verification at signup with the
included executable.

Bugfixes:
* Fix crash due to different playlist item object shape.
* Fix crash when a user role has no locale string.
* Add an error boundary to overlays so they do not crash the whole app.
* Accept both UNIX and ISO timestamp formats for `booth.startTime`. This makes the client work
with üWave Core 0.5.0-alpha.5, which returns an unexpected value here.

## 2.0.0-alpha.2 / 07 Oct 2021
This release is basically [one big PR][#1955] upgrading the build system and many dependencies.
A few bugfixes slipped in as well.
Expand Down
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.2",
"version": "2.0.0-alpha.3",
"author": "Renée Kooi <[email protected]>",
"bin": {
"u-wave-web": "bin/u-wave-web"
Expand Down

0 comments on commit 07b868f

Please sign in to comment.