diff --git a/CHANGELOG.md b/CHANGELOG.md index eaacaa2..aca2814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ This is an outline and does not contain every change. Check the commits for a full list of changes. +## v0.9.2 - Hide Servers and More Gradients (2019-11-29) + +### Added +- Setting to hide specific servers +- Scroll to top is now smooth +- Version number to help page + +### Changed +- Improved README +- Primary button background is now a gradient +- Wording on account sign in is improved +- Replaced checkboxes with switches +- Largest headings color is now a gradient +- Tweaked shadows + +### Fixed +- Typo and wording in changelog +- Server details table hover contrast + +### Added + ## v0.9.1 - Tweaks, Fixes, and More Settings (2019-11-29) ### Added diff --git a/package-lock.json b/package-lock.json index 261ac13..5298c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bzlist.net-react", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25bb694..e7036e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bzlist.net-react", - "version": "0.9.1", + "version": "0.9.2", "description": "BZList is an online service providing real-time BZFlag server information.", "homepage": "https://bzlist.net", "license": "GPL-3.0",