Skip to content

Commit

Permalink
v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Jun 7, 2024
1 parent e8a77fe commit 7e9063f
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 214 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
with:
build-config: RelWithDebInfo
export-pdb: true
cli: v3.0.0-beta.1
sdk: v3.0.0-alpha.1
combine: true
target: ${{ matrix.config.target }}

Expand Down
6 changes: 3 additions & 3 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"name": "RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x86" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64" ]
},
{
"name": "Release",
Expand All @@ -20,7 +20,7 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ]
"inheritEnvironments": [ "msvc_x64" ]
}
]
}
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Integrated Demonlist Changelog
## v1.4.8 (2024-06-07)
- Tweaked the UI of the demonlist page
- Ported to Geometry Dash v2.206

## v1.4.7 (2024-05-15)
- Fixed a bug where two-player demons would appear twice in the demonlist
- Fixed a few bugs with the demonlist search
Expand Down
12 changes: 6 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"geode": "2.0.0-beta.26",
"geode": "3.0.0-alpha.1",
"gd": {
"android": "2.205",
"win": "2.204",
"mac": "2.200"
"android": "2.206",
"win": "2.206",
"mac": "2.206"
},
"version": "v1.4.7",
"version": "v1.4.8",
"id": "hiimjustin000.integrated_demonlist",
"name": "Integrated Demonlist",
"developer": "hiimjustin000",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.9.1",
"version": ">=v1.12.0-beta.1",
"importance": "required"
}
]
Expand Down
Loading

0 comments on commit 7e9063f

Please sign in to comment.