From 502c47b8fd0fbdd80101c21ac92a0f4d2d453f28 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 24 Dec 2020 16:16:27 +1200 Subject: [PATCH] :pencil2: Update changelog --- app/Changelog.md | 29 +++++++++++++++++++++++++++++ comigojiChangelog.js | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/app/Changelog.md b/app/Changelog.md index 2fe051ed7..a069b78e3 100644 --- a/app/Changelog.md +++ b/app/Changelog.md @@ -1,3 +1,32 @@ + +## v1.5.1 + +*Thu Dec 24 2020* + +### ✨ New Features + +* New tweening functions (elastic, bounce, and with backwards motion) for ct.tween by kkornushin +* Two UI themes Pooxel Green and Pooxel Blue for that retro feel 👾 + +### ⚡️ General Improvements + +* Chinese Simplified 100% translated for branch v1.x (#246 & #248 by @emaoshushu) +* Use nw.js' nightly build 25eea59. Solves issue with restarting ct.js after running a game in it. + +### 🐛 Bug Fixes + +* Fix `exts` object missing on newly created copies. +* Fix formatting problem at ct.place docs > Tracing functions > ct.place.traceRect. +* Partially fix memory leaks in paricle emitter editors. + +### 📝 Docs + +* Use cgroup instead of ctype in ct.place typings and docs to remove ambiguity with ctypes and regular types +* :bug: Fix wrong function names at ct.noise + + +## v1.5.0 + *Sun Nov 08 2020* ### ✨ New Features diff --git a/comigojiChangelog.js b/comigojiChangelog.js index 928b27dd0..e474836dc 100644 --- a/comigojiChangelog.js +++ b/comigojiChangelog.js @@ -22,7 +22,7 @@ module.exports = new Promise((resolve, reject) => { repos: [{ since, repo: './', - branch: 'develop' + branch: 'v1.x' }, { since, repo: './docs', @@ -31,7 +31,7 @@ module.exports = new Promise((resolve, reject) => { forceCategoryStrip: /^:(books|pencil|pencil2|memo):/ }, { since, - repo: './../ctjsSite', + repo: './../docs.ctjs.rocks', branch: 'master', forceCategory: 'website' }],