Tags: makemek/Modcolle
Tags
2017-05-01, Version 0.3.2 (Current) Notable Changes: * All environment varaibles are loaded from process.yml which requires pm2 to start #30 * `cklg` cookie are not required to access DMM game page and will not be not be injected to a request #37 * No logging router requests. #45 * Use pino logger over winston for better performance #44 PR-URL: #52
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
2017-04-23, Version 0.3.0 Notable Changes: * Frontend - Fallback support for font-awesome - CSS and JS are now minified and uglified on build - Bigger launcher button - In development mode, sync css and js automaticaaly on file changes to browser * Can be launched using PM2 * Incorporate new sinon v2 API changes * index.html rendered statically PR-URL: #28