diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f929e..fc1be22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ *Note: this is an outline and does not contain every change. Check the commits for a full list of changes.* -## 0.4.0 - Players are here! πŸ¦Έβ€ (2019-8-28) +## 0.5.0 - Sorting just arrived πŸ“ƒ (2019-8-6) + +- Add midnight theme +- Higher contrast badges +- Add team information to server details page +- Only show button the join teams that exist +- Add sorting to all tables (servers, players, teams) +- Improved security +- Add number of online observers to server list + +## 0.4.0 - Players are here! πŸ¦Έβ€ (2019-7-28) - Add button to launch BZFlag and join server - Add dedicated players page diff --git a/package-lock.json b/package-lock.json index 95edff7..3e99d9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6131a20..408fbd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bzlist.net", - "version": "0.4.0", + "version": "0.5.0", "description": "BZList is an online service providing real-time BZFlag server information.", "homepage": "https://bzlist.net", "license": "GPL-3.0",