Skip to content

Commit cd38583

Browse files
committed
update changelog, bump version
1 parent d16dd02 commit cd38583

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.9.0
2+
* Bump to Geode `v4.4.0`
3+
* Add support for `SimpleAxisLayout`
4+
* Fix some bugs with `AxisLayout` options
5+
* Hook Geode's `getMousePos` to be relative to the GD view while DevTools is open
6+
* Add display for texture name / paths
7+
* Fix fullscreen toggling sometimes breaking the UI
8+
* Add `Auto Grow Axis` to `AxisLayout` attributes
9+
* Add `Ignore Invisible Children` checkbox for layouts
10+
* Add `CCMenuItemSpriteExtra` attributes
11+
* Add toggleable cascade color and opacity
12+
* Add `Flip X` and `Flip Y` for `CCSprite`
13+
14+
Thanks to <cj>Alphalanous</c> for doing <co>most of the changes in this update!</c>
15+
116
## v1.8.0
217
* Support for 2.206
318
* Bump to Geode `v4.0.0-beta.1`

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "4.4.0",
3-
"version": "v1.8.0",
3+
"version": "v1.9.0",
44
"gd": {
55
"win": "*",
66
"android": "*",

0 commit comments

Comments
 (0)