Skip to content

Commit 0394c60

Browse files
committed
v1.0.13
1 parent b444e49 commit 0394c60

21 files changed

Lines changed: 213 additions & 52 deletions

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ add_library(${PROJECT_NAME} SHARED
3838
src/base64.cpp
3939
src/CustomText.cpp
4040
src/RefreshStats.cpp
41+
src/popups/OpenStartposPopup.cpp
4142
)
4243

4344
if (NOT DEFINED ENV{GEODE_SDK})

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v1.0.13
2+
3+
* Moved Practice copies to their respective levels instead of one big menu
4+
* Fixed a bug with the Roulette and added an autosave to it
5+
* Added Text Effects and Sprites for the 12 Demons of Christmas (2025)
6+
* Updated Bonus Packs section in the Stats menu so it doesn't overflow
7+
18
# v1.0.12
29

310
* Fixed a crash involving **square.png** AGAIN, this time in the Bonus Tab

mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"geode": "4.9.0",
2+
"geode": "4.10.0",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
66
"ios": "2.2074",
77
"mac": "2.2074"
88
},
9-
"version": "v1.0.12",
9+
"version": "v1.0.13",
1010
"id": "minemaker0430.gddp_integration",
1111
"name": "GDDP - Demon Progression",
1212
"developer": "ItsMochaTheOtter",
@@ -123,7 +123,7 @@
123123
},
124124
"enable-practice": {
125125
"name": "Enable Practice",
126-
"description": "Enables StartPos Lists to be accessed.",
126+
"description": "Enables StartPos Copies to be accessed.",
127127
"type": "bool",
128128
"default": true
129129
},
33.6 KB
Loading
25.1 KB
Loading
29.4 KB
Loading
24.6 KB
Loading
30.1 KB
Loading
21.4 KB
Loading
20.6 KB
Loading

0 commit comments

Comments
 (0)