Skip to content

Commit 5e2bde3

Browse files
committed
Changelog and version bump
1 parent b2db63a commit 5e2bde3

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.0.0
2+
- Code cleanup
3+
- Multi pack UI modding (TODO)
4+
- Rewrite mod to be more efficient
5+
- Remove old ID based modding
6+
- Improve reliability
7+
- Bug fixes
8+
- Pack IDs for custom nodes work once again
9+
- No longer double activates transitions
10+
- Hot reload fixes
11+
12+
## 1.9.10
13+
- Bug fixes
14+
15+
## 1.9.9
16+
- Fix sprite crash
17+
118
## 1.9.8
219
- Add basic support for SimpleAxisLayout
320
- Fix setDisplayFrame not using changed textures

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mac": "2.2074",
77
"ios": "2.2074"
88
},
9-
"version": "v1.9.10",
9+
"version": "v2.0.0",
1010
"id": "alphalaneous.happy_textures",
1111
"name": "Happy Textures :3",
1212
"developer": "Alphalaneous",

src/BackgroundColors.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <Geode/modify/LevelBrowserLayer.hpp>
77
#include "UIModding.hpp"
88
#include "Macros.hpp"
9+
#include "Utils.hpp"
910

1011
using namespace geode::prelude;
1112

0 commit comments

Comments
 (0)