-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
# v1.1.0-alpha.4 | ||
|
||
- Updated notification card & position. | ||
- Added the property `name` to the `Song` class. | ||
|
||
# v1.1.0-alpha.3 | ||
|
||
- Added a notification animation for the card. | ||
- The position is now added in `MainLayer` instead of the layer itself. | ||
|
||
# v1.1.0-alpha.2 | ||
|
||
- Fixed crash on startup caused by a missing dependency. | ||
|
||
# v1.1.0-alpha.1 | ||
|
||
- Added a card showing which song is playing (you can disable it in settings) | ||
- Changed a little bit how songs are stored in the vector. | ||
- Removed MacOS support (sorry, i don't wanna deal with MacOS bindings.) | ||
|
||
### Notes | ||
|
||
- This version is for `Geode v3.0.0-alpha.2` only. | ||
|
||
# v1.0.0 | ||
|
||
- Initial release | ||
# v1.1.0-alpha.5 | ||
|
||
- Updated Geode target version to `v3.0.0-beta.1` | ||
|
||
# v1.1.0-alpha.4 | ||
|
||
- Updated notification card & position. | ||
- Added the property `name` to the `Song` class. | ||
|
||
# v1.1.0-alpha.3 | ||
|
||
- Added a notification animation for the card. | ||
- The position is now added in `MainLayer` instead of the layer itself. | ||
|
||
# v1.1.0-alpha.2 | ||
|
||
- Fixed crash on startup caused by a missing dependency. | ||
|
||
# v1.1.0-alpha.1 | ||
|
||
- Added a card showing which song is playing (you can disable it in settings) | ||
- Changed a little bit how songs are stored in the vector. | ||
- Removed MacOS support (sorry, i don't wanna deal with MacOS bindings.) | ||
|
||
### Notes | ||
|
||
- This version is for `Geode v3.0.0-alpha.2` only. | ||
|
||
# v1.0.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
{ | ||
"geode": "3.0.0-alpha.2", | ||
"gd": { | ||
"android": "2.206", | ||
"win": "2.206" | ||
}, | ||
"version": "v1.1.0-alpha.4", | ||
"id": "elnexreal.menuloop_randomizer", | ||
"name": "Menu Loop Randomizer", | ||
"developer": "elnexreal", | ||
"description": "Randomize your menu loop when opening the game.", | ||
"links": { | ||
"community": "https://discord.gg/vfFazvmKKb", | ||
"source": "https://github.com/elnexreal/menuloop_randomizer", | ||
"homepage": "https://github.com/elnexreal" | ||
}, | ||
"settings": { | ||
"nowPlayingCard": { | ||
"type": "bool", | ||
"default": true, | ||
"description": "Shows a notification with the name of the currently playing song.", | ||
"name": "Show notification" | ||
} | ||
}, | ||
"dependencies": [ | ||
{ | ||
"id": "geode.node-ids", | ||
"importance": "required", | ||
"version": ">=1.12.0-beta.4" | ||
} | ||
] | ||
{ | ||
"geode": "3.0.0-beta.1", | ||
"gd": { | ||
"android": "2.206", | ||
"win": "2.206" | ||
}, | ||
"version": "v1.1.0-alpha.3", | ||
"id": "elnexreal.menuloop_randomizer", | ||
"name": "Menu Loop Randomizer", | ||
"developer": "elnexreal", | ||
"description": "Randomize your menu loop when opening the game.", | ||
"tags": [ | ||
"music", | ||
"interface", | ||
"enhancement" | ||
], | ||
"links": { | ||
"community": "https://discord.gg/vfFazvmKKb", | ||
"source": "https://github.com/elnexreal/menuloop_randomizer", | ||
"homepage": "https://github.com/elnexreal" | ||
}, | ||
"settings": { | ||
"nowPlayingCard": { | ||
"type": "bool", | ||
"default": true, | ||
"description": "Shows a notification with the name of the currently playing song.", | ||
"name": "Show notification" | ||
} | ||
}, | ||
"dependencies": [ | ||
{ | ||
"id": "geode.node-ids", | ||
"importance": "required", | ||
"version": ">=1.12.0-beta.4" | ||
} | ||
] | ||
} |