diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f01f840..fdb771a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.8 / 23 May 2022 +While this is an alpha release, new servers should use this rather than an older "stable" version. + +Features: + * Pick chapters in the Edit Media dialog. (#1677) + * Support new emoji that do not have joypixel shortcodes yet. (#2360) + +Bugfixes: + * Fix waitlist row positioning. (a19f25ab) + * Fix a crash when disabling video playback. (e148be55) + ## 2.0.0-alpha.7 / 01 May 2022 While this is an alpha release, new servers should use this rather than an older "stable" version. diff --git a/package-lock.json b/package-lock.json index ee77b49a7..63eb7e1c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.0", diff --git a/package.json b/package.json index 3258a0614..0b779190e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "u-wave-web-build", "description": "Web client for üWave servers.", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "author": "Renée Kooi ", "bin": { "u-wave-web": "bin/u-wave-web"