Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jun 14, 2024
1 parent cae0b8f commit f030675
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 58 deletions.
58 changes: 31 additions & 27 deletions changelog.md
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
67 changes: 36 additions & 31 deletions mod.json
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"
}
]
}

0 comments on commit f030675

Please sign in to comment.