Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMC9730 committed Jun 21, 2024
1 parent 23e653c commit 50469f0
Show file tree
Hide file tree
Showing 11 changed files with 440 additions and 237 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_library(${PROJECT_NAME} SHARED
src/main.cpp src/GDHistoryProvider.cpp
src/ProviderPopup.cpp src/LevelProvider.cpp
src/LoadingCircleLayer.cpp src/ProviderPopupWait.cpp
# Add your cpp files here
src/GeodeNetwork.cpp
)

target_include_directories(${PROJECT_NAME} PRIVATE json4workflows/single_include)
Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Look through <cy>deleted and outdated levels</c> using <cp>GDHistory</c> or other sources!

## As of `v1.0.3` GDHistory is supported only.
## As of `v1.0.4` GDHistory is supported only.

# How To Use

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.4
## GDHistory Provider
- Networking has been redone
## Technical Changes
- Geode version has been switched to `3.0.0-beta.1`

# v1.0.3
## GDHistory Provider
- Now levels can be copied
Expand Down
12 changes: 6 additions & 6 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"geode": "2.0.0-beta.22",
"geode": "3.0.0-beta.1",
"gd": {
"android": "2.205",
"win": "2.204"
"android": "2.206",
"win": "2.206"
},
"version": "v1.0.3",
"version": "v1.0.4",
"id": "dogotrigger.level_history",
"name": "Level History",
"developer": "dogotrigger",
"description": "Look and play through deleted and outdated levels using GDHistory or other sources!",
"dependencies": [
{"id": "hjfod.gmd-api", "importance": "required", "version": "*"},
{"id": "geode.node-ids", "importance": "required", "version": "*"}
{"id": "hjfod.gmd-api", "importance": "required", "version": ">=1.2.0"},
{"id": "geode.node-ids", "importance": "required", "version": ">=1.12.0"}
],
"repository": "https://github.com/SergeyMC9730/levelhistory",
"issues": {
Expand Down
Loading

0 comments on commit 50469f0

Please sign in to comment.