diff --git a/CHANGELOG.md b/CHANGELOG.md index aca2814..297d0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This is an outline and does not contain every change. Check the commits for a full list of changes. +## v0.10.0 - New Authentication (2019-12-5) + +### Added +- Fade in animation to play dialog +- Link to version release on GitHub +- "this minute" to time ago +- Custom scrollbars +- Detect if API is offline +- Custom icons + +### Changed +- Primary button shadow is now colored +- Navbar is now a gradient +- Improved hamburger (mobile) menu +- Improved table rendering performance +- Using new authentication system + ## v0.9.2 - Hide Servers and More Gradients (2019-11-29) ### Added diff --git a/package-lock.json b/package-lock.json index 38b941b..e9d22a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bzlist.net-react", - "version": "0.9.2", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4871423..9112377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bzlist.net-react", - "version": "0.9.2", + "version": "0.10.0", "description": "BZList is an online service providing real-time BZFlag server information.", "homepage": "https://bzlist.net", "license": "GPL-3.0",