diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..388c366 --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +# v2.0.0 + + * Added Android Support :D + * Added a few more profile related layers (**FRequestPage**, **GJAccountSettingsLayer** etc) + * Updated **about.md** + * Added **changelog.md** + * Added **Herobrine** + * Added 2.204 support + +# v1.0.0 + + * Initial release \ No newline at end of file diff --git a/mod.json b/mod.json index d590ad1..ca8a14a 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,10 @@ { "geode": "2.0.0", - "version": "v1.0.0", + "gd": { + "win": "2.204", + "android": "2.200" + }, + "version": "v1.1.0", "id": "TheSillyDoggo.GradientPages", "name": "Gradient Pages", "developer": "TheSillyDoggo", @@ -15,17 +19,41 @@ }, "settings": { "apply-profiles": { - "name": "Profiles", + "name": "Apply to Profiles", "description": "Should it apply a gradient to profile pages?", "type": "bool", "default": true }, "apply-info-layer": { - "name": "Level Description", + "name": "Apply to Level Description", "description": "Should it apply a gradient to the level description?", "type": "bool", "default": true + }, + "reverse-order": { + "name": "Reverse Order", + "description": "Reverses the order of the gradient vertically", + "type": "bool", + "default": false + }, + "use-custom-colours": { + "name": "Use Custom Colours", + "description": "Should it use colours of your choice instead of your player colours?", + "type": "bool", + "default": false + }, + "primary-colour": { + "name": "Primary Colour", + "description": "The Colour used at the top of pages that aren't profiles", + "type": "color", + "default": "#7d7cff" + }, + "secondary-colour": { + "name": "Secondary Colour", + "description": "The Colour used at the bottom of pages that aren't profiles", + "type": "color", + "default": "#7efeb0" } } -} +} \ No newline at end of file