Skip to content

Commit

Permalink
1.2.0 - ui improvements
Browse files Browse the repository at this point in the history
- more lifeful list
  - real time text input send
  - react to side buttons
- better logo download
  - now tries from github and geode api
- fix big view variant
- fix pagination
- detect mod repo link
- set `sort` to `recently_updated`
  • Loading branch information
user95401 committed Aug 4, 2024
1 parent 61b5738 commit 5078d21
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 21 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.2.0 - ui improvements
- more lifeful list
- real time text input send
- react to side buttons
- better logo download
- now tries from github and geode api
- fix big view variant
- fix pagination
- detect mod repo link
- set `sort` to `recently_updated`

# 1.1.0
- try fix the code for macOS

Expand Down
11 changes: 9 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"id": "user95401.unpublished_mods",
"name": "Unpublished Mods",
"version": "v1.1.0",
"version": "v1.2.0",
"developer": "user95401",
"description": "add new button in geode mods menu that shows unpublished mods",
"links": {
Expand All @@ -20,5 +20,12 @@
"sprites": [
"resources/sprites/*.png"
]
}
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.13.1",
"importance": "required"
}
]
}
Loading

0 comments on commit 5078d21

Please sign in to comment.