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

Commit

Permalink
Update from Fleeym
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Nov 2, 2023
1 parent 7ad79bf commit cc3e772
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"1.1.1",
"1.2.0",
"1.2.1",
"1.2.2"
"1.2.2",
"1.2.3"
]
},
"hjfod.gdshare": {
Expand Down
16 changes: 16 additions & 0 deletions mods-v2/fleym.nongd/1.2.3/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"commit-author": "Fleeym",
"platforms": [
"macos",
"windows",
"android"
],
"mod": {
"download": "https://github.com/Fleeym/nongd/releases/download/v1.2.3/fleym.nongd.geode",
"hash": "dc721ad5628522cc9e98aa250b0200f42b182ed431923307944f2b03eeb04747",
"hash256": "eb6cb0b79cd78fd921d8b1dbf74601ac760be0ebc8c63397b2ad28e2d4d1f716"
},
"tags": [
"Music"
]
}
23 changes: 23 additions & 0 deletions mods-v2/fleym.nongd/1.2.3/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"geode": "1.3.5",
"version": "v1.2.3",
"id": "fleym.nongd",
"name": "nongd",
"developer": "Fleym",
"description": "A NONG song manager for Geometry Dash!",
"repository": "https://github.com/Fleeym/nongd",
"issues": {
"info": "For any issues regarding this mod, send me a message on my discord: 'fleeym'. If you can, please give the level or song ID you are having problems with."
},
"tags": [
"Music"
],
"settings": {
"store-mashups": {
"name": "Store Mashups",
"type": "bool",
"description": "Allows mashups to be downloaded from Song File Hub",
"default": true
}
}
}
4 changes: 4 additions & 0 deletions mods-v2/fleym.nongd/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.3

* Fix crash when adding a NONG manually for the first time

## v1.2.2

* Fix crashes on Android
Expand Down
4 changes: 4 additions & 0 deletions mods/fleym.nongd@1/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.3

* Fix crash when adding a NONG manually for the first time

## v1.2.2

* Fix crashes on Android
Expand Down
6 changes: 3 additions & 3 deletions mods/fleym.nongd@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/Fleeym/nongd/releases/download/v1.2.2/fleym.nongd.geode",
"hash": "28ec76fc97902f1d4704e34cfce7bc85f0298e961574e88e9664a6fbf65965e7",
"hash256": "61b5d614ab4246853467b6d0730c4c7596d52761cde4c9a6bcf8c928c03f4db9"
"download": "https://github.com/Fleeym/nongd/releases/download/v1.2.3/fleym.nongd.geode",
"hash": "dc721ad5628522cc9e98aa250b0200f42b182ed431923307944f2b03eeb04747",
"hash256": "eb6cb0b79cd78fd921d8b1dbf74601ac760be0ebc8c63397b2ad28e2d4d1f716"
},
"tags": [
"Music"
Expand Down
2 changes: 1 addition & 1 deletion mods/fleym.nongd@1/mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "1.3.5",
"version": "v1.2.2",
"version": "v1.2.3",
"id": "fleym.nongd",
"name": "nongd",
"developer": "Fleym",
Expand Down

0 comments on commit cc3e772

Please sign in to comment.