Skip to content

Commit cd39146

Browse files
committed
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
1 parent 504f261 commit cd39146

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Modcolle Changelog
2+
## 2017.04.26, Version 0.3.1
3+
### Notable Changes
4+
* Maintenance Countdown Timer ([#16](https://github.com/makemek/Modcolle/pull/16))
5+
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.
6+
* `kancolle` folder removed ([#24](https://github.com/makemek/Modcolle/pull/24))
7+
Modding content by redirecting url has been suspended.
8+
If implement, they will be moved to a dedicated microservice.
9+
* Use Node Alpine docker image ([#25](https://github.com/makemek/Modcolle/pull/25))
10+
Smaller image size
11+
12+
### Commits
13+
* [[`d8e1fda`](https://github.com/makemek/Modcolle/commit/d8e1fda)] update readme.md
14+
* [[`a8ef58e`](https://github.com/makemek/Modcolle/commit/a8ef58e)] use node alpine image ([#25](https://github.com/makemek/Modcolle/pull/25))
15+
* [[`95f97c3`](https://github.com/makemek/Modcolle/commit/95f97c3)] remove unused Kancolle folder ([#24](https://github.com/makemek/Modcolle/pull/24))
16+
* [[`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))
17+
* [[`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))
18+
* [[`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))
19+
* [[`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))
20+
* [[`db982b0`](https://github.com/makemek/Modcolle/commit/db982b0)] eslint: fix single quote error
21+
* [[`e4feb81`](https://github.com/makemek/Modcolle/commit/e4feb81)] Maintenence countdown timer ([#16](https://github.com/makemek/Modcolle/pull/16))
22+
223
## 2017.04.23, Version 0.3.0
324
### Notable Changes
425
* Frontend

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modcolle",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "index.js",
55
"author": "MakeMEK",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)