Skip to content

Commit

Permalink
Ready for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jul 13, 2024
1 parent fd7d364 commit 154036b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## <cj>v1.3.3</c> <cb>(2024-07-13)</c>
* <cg>Added</c> Updated Leaderboard staff badges
* <cy>Adjusted</c> default parameters for Spotify to be <cb>false</cy>
* <cy>Fixed</c> crash when closing profile page before the HTTP requests for getting custom badges finished

## <cj>v1.3.2</c> <cb>(2024-07-10)</c>
* <cg>Added</c> Mac Support
* <cg>Added</c> <cg>Monster</c>, Doom, <cj>Portal</c>, <cp>Strange</c>, <co>Fantasy</c>, <cy>Mystery</c>, <cg>Cursed</c>, <cy>World</c>, <co>Galaxy</c>, <cp>Universe</c> and <cp>Split</c> gauntlets particles
Expand Down
8 changes: 4 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.2.0",
"version": "v1.3.2",
"version": "v1.3.3",
"gd": {
"win": "2.206",
"mac": "2.206",
Expand All @@ -24,7 +24,7 @@
},
{
"id": "jouca.badgesapi",
"version": ">=v1.0.4",
"version": ">=v1.0.6",
"importance": "required"
}
],
Expand Down Expand Up @@ -178,13 +178,13 @@
"name": "In Editor",
"description": "Disabling this will not auto-mute Spotify when you are playing music in the Editor.",
"type": "bool",
"default": true
"default": false
},
"inLevelsSpotify": {
"name": "In Levels",
"description": "Disabling this will not auto-mute Spotify when you are playing a level, and music is playing.",
"type": "bool",
"default": true
"default": false
},
"spotifyApp": {
"name": "Application",
Expand Down

0 comments on commit 154036b

Please sign in to comment.