Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from Cvolton
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Dec 6, 2023
1 parent 5e4ac08 commit 49ca306
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@
"verified": false,
"versions": [
"1.0.0",
"1.0.1"
"1.0.1",
"1.1.0"
]
},
"n.level_pronouns": {
Expand Down
14 changes: 14 additions & 0 deletions mods-v2/cvolton.lists/1.1.0/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"commit-author": "Cvolton",
"platforms": [
"macos",
"windows",
"android"
],
"mod": {
"download": "https://github.com/Cvolton/lists-geode/releases/download/v1.1.0/cvolton.lists.geode",
"hash": "201eb9ecf6313d27e064294998e9bd7f9d62824689b35ee65ad162f02fa03780",
"hash256": "120cf6b940fff67fce5f918f8ae4e048cfd98187b1f6c48f6cd82bda47afe070"
},
"tags": []
}
35 changes: 35 additions & 0 deletions mods-v2/cvolton.lists/1.1.0/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"geode": "1.3.5",
"version": "v1.1.0",
"id": "cvolton.lists",
"name": "Lists",
"developer": "Cvolton",
"description": "dos punto dos",
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"Faces": [
"resources/faces/*.png"
],
"Buttons": [
"resources/buttons/*.png"
]
}
},
"settings": {
"disclaimer": {
"name": "Show disclaimer",
"description": "Show disclaimer upon opening lists menu",
"type": "bool",
"default": true
},
"alt-profilepage": {
"name": "Change profile lists button location",
"description": "Shows the lists button above the \"My Levels\" button instead of next to it",
"type": "bool",
"default": false
}
}
}
14 changes: 14 additions & 0 deletions mods-v2/cvolton.lists/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
## 1.1.0
* Added rewards to ExtendedListInfo
* Added awarded to Lists search
* Fixed the corner, you're welcome

## 1.0.2
* This update fixes a crash that happens when you leave ListInfoLayer before levels finish loading

## 1.0.1
* This update fixes a crashing bug and several annoyances from the initial release

## 1.0.0
* Initial Release
14 changes: 14 additions & 0 deletions mods/cvolton.lists@1/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
## 1.1.0
* Added rewards to ExtendedListInfo
* Added awarded to Lists search
* Fixed the corner, you're welcome

## 1.0.2
* This update fixes a crash that happens when you leave ListInfoLayer before levels finish loading

## 1.0.1
* This update fixes a crashing bug and several annoyances from the initial release

## 1.0.0
* Initial Release
6 changes: 3 additions & 3 deletions mods/cvolton.lists@1/entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"android"
],
"mod": {
"download": "https://github.com/Cvolton/lists-geode/releases/download/v1.0.1/cvolton.lists.geode",
"hash": "7c236ceb954c5e3f361b0e8e6dce91a97092e537f23813f3f0a3cf46e6d3a186",
"hash256": "9074363cbb6620db098ed63503b2eae4a10896dd436dfb1b33d13510939ac946"
"download": "https://github.com/Cvolton/lists-geode/releases/download/v1.1.0/cvolton.lists.geode",
"hash": "201eb9ecf6313d27e064294998e9bd7f9d62824689b35ee65ad162f02fa03780",
"hash256": "120cf6b940fff67fce5f918f8ae4e048cfd98187b1f6c48f6cd82bda47afe070"
},
"tags": []
}
5 changes: 4 additions & 1 deletion mods/cvolton.lists@1/mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "1.3.5",
"version": "v1.0.1",
"version": "v1.1.0",
"id": "cvolton.lists",
"name": "Lists",
"developer": "Cvolton",
Expand All @@ -12,6 +12,9 @@
"spritesheets": {
"Faces": [
"resources/faces/*.png"
],
"Buttons": [
"resources/buttons/*.png"
]
}
},
Expand Down

0 comments on commit 49ca306

Please sign in to comment.