Skip to content

Commit

Permalink
v1.1.0 test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMC9730 committed Jul 8, 2024
1 parent 50469f0 commit 3bf9805
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 253 deletions.
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.4` GDHistory is supported only.
## As of `v1.0.5` GDHistory is supported only.

# How To Use

Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.1.0
## GDHistory Provider
- All requests are now cached
- This feature would decrease loading time in some cases and would make GDHistory's server load a bit lower.
## UI
- Added info button for all level providers
- Fixed a bug when 'Go to Level' button wasn't able to gray out *(reported by Reapavon)*
- URL for a level provider now can be changed on runtime
## Technical Changes
- Geode version has been switched to `3.2.0`

# v1.0.4
## GDHistory Provider
- Networking has been redone
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"geode": "3.0.0-beta.1",
"geode": "3.2.0",
"gd": {
"android": "2.206",
"win": "2.206"
},
"version": "v1.0.4",
"version": "v1.1.0",
"id": "dogotrigger.level_history",
"name": "Level History",
"developer": "dogotrigger",
Expand Down
Loading

0 comments on commit 3bf9805

Please sign in to comment.