From 84672f91a92e448f4a9c33b4569a5a4af2d54dfc Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 23 Oct 2019 16:27:16 +1100 Subject: [PATCH 1/2] v1.6.3 --- VERSION | 2 +- acp/package.json | 2 +- client/package.json | 2 +- ops/package.json | 2 +- server/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 308b6faa..f5d2a585 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 \ No newline at end of file +1.6.3 \ No newline at end of file diff --git a/acp/package.json b/acp/package.json index 50e3dad7..b0f4f97b 100644 --- a/acp/package.json +++ b/acp/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.6.2", + "version": "1.6.3", "description": "", "main": "index.js", "scripts": { diff --git a/client/package.json b/client/package.json index c3f92b8c..c2b00a0b 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.6.2", + "version": "1.6.3", "description": "", "main": "index.js", "scripts": { diff --git a/ops/package.json b/ops/package.json index 164423a5..07c68e1e 100755 --- a/ops/package.json +++ b/ops/package.json @@ -1,6 +1,6 @@ { "name": "mnml-ops", - "version": "1.6.2", + "version": "1.6.3", "description": "", "main": "index.js", "scripts": { diff --git a/server/Cargo.toml b/server/Cargo.toml index 90c16448..80e33093 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mnml" -version = "1.6.2" +version = "1.6.3" authors = ["ntr "] [dependencies] From 157db74b7b46227be351f7bcba6958a030951761 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 23 Oct 2019 16:46:05 +1100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7507c689..9be80477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.6.3] - 2019-10-XX +## [1.6.3] - 2019-10-23 + +### Added +- MNNI: the MNML guide + - Delivers the message of the day + ### Fixed - Fixed issue where dots / hots would not trigger when reapplied at a higher speed - Changed layout of home page. UI elements for rerolling construct avatars moved to a separate tab. - Added highlighting to first round of a game against the bots to guide new users -- Fixed UI issues related to scroll bars +- Fixed UI issues related to scrolling - Improved the invite link ## [1.6.2] - 2019-10-20