Skip to content

Commit

Permalink
✏️ Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 24, 2020
1 parent 3f82a8e commit 502c47b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions app/Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions comigojiChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = new Promise((resolve, reject) => {
repos: [{
since,
repo: './',
branch: 'develop'
branch: 'v1.x'
}, {
since,
repo: './docs',
Expand All @@ -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'
}],
Expand Down

0 comments on commit 502c47b

Please sign in to comment.