Skip to content

Commit

Permalink
2017-04-26, Version 0.3.1 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
makemek committed Apr 26, 2017
1 parent 504f261 commit cd39146
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modcolle",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.js",
"author": "MakeMEK",
"license": "Apache-2.0",
Expand Down

0 comments on commit cd39146

Please sign in to comment.