From cd39146806846ae63eb1a143ee22adeb6c24f6a2 Mon Sep 17 00:00:00 2001 From: Apipol Niyomsak Date: Wed, 26 Apr 2017 15:05:00 +0700 Subject: [PATCH] 2017-04-26, Version 0.3.1 (Current) Notable Changes: * Maintenance Countdown Timer #16 appear when `Maintenance.IsDoing` in [Kancolle's config](http://203.104.209.7/gadget/js/kcs_const.js) set to `1` and `Maintenance.EndDateTime` is greater than client's machine time. * `kancolle` folder removed #24 Modding content by redirecting url has been suspended. If implement, they will be moved to a dedicated microservice. * Use Node Alpine docker image #25 Smaller image size PR-URL: #34 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fc27a..5a788c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Modcolle Changelog +## 2017.04.26, Version 0.3.1 +### Notable Changes +* Maintenance Countdown Timer ([#16](https://github.com/makemek/Modcolle/pull/16)) +appears when `Maintenance.IsDoing` in [Kancolle's config](http://203.104.209.7/gadget/js/kcs_const.js) set to `1` and `Maintenance.EndDateTime` is greater than client's machine time. +* `kancolle` folder removed ([#24](https://github.com/makemek/Modcolle/pull/24)) +Modding content by redirecting url has been suspended. +If implement, they will be moved to a dedicated microservice. +* Use Node Alpine docker image ([#25](https://github.com/makemek/Modcolle/pull/25)) +Smaller image size + +### Commits +* [[`d8e1fda`](https://github.com/makemek/Modcolle/commit/d8e1fda)] update readme.md +* [[`a8ef58e`](https://github.com/makemek/Modcolle/commit/a8ef58e)] use node alpine image ([#25](https://github.com/makemek/Modcolle/pull/25)) +* [[`95f97c3`](https://github.com/makemek/Modcolle/commit/95f97c3)] remove unused Kancolle folder ([#24](https://github.com/makemek/Modcolle/pull/24)) +* [[`94b8340`](https://github.com/makemek/Modcolle/commit/94b8340)] fix(package): update url-join to version 2.0.1 ([#23](https://github.com/makemek/Modcolle/pull/23)) +* [[`49f9f47`](https://github.com/makemek/Modcolle/commit/49f9f47)] chore(package): update nock to version 9.0.13 ([#22](https://github.com/makemek/Modcolle/pull/22)) +* [[`892588e`](https://github.com/makemek/Modcolle/commit/892588e)] chore(package): update babel-preset-env to version 1.4.0 ([#21](https://github.com/makemek/Modcolle/pull/21)) +* [[`c132000`](https://github.com/makemek/Modcolle/commit/c132000)] fix(package): update url-join to version 2.0.0 ([#20](https://github.com/makemek/Modcolle/pull/20)) +* [[`db982b0`](https://github.com/makemek/Modcolle/commit/db982b0)] eslint: fix single quote error +* [[`e4feb81`](https://github.com/makemek/Modcolle/commit/e4feb81)] Maintenence countdown timer ([#16](https://github.com/makemek/Modcolle/pull/16)) + ## 2017.04.23, Version 0.3.0 ### Notable Changes * Frontend diff --git a/package.json b/package.json index 1abb715..e53da26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modcolle", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "author": "MakeMEK", "license": "Apache-2.0",