Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 14, 2024
1 parent 5978563 commit 9b65e35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'v3.0.0-alpha.1'
cli: 'v3.0.0-beta.1'
sdk: 'v3.0.0-beta.1'
combine: true
target: ${{matrix.config.target}}
package:
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v2.10.0

* Redesign the NONG UI
* Make a fix for non-ascii user dirs on Windows
* Fix crash on editor settings (thanks Flafy)
* Fix delete song for default songs (thanks Flafy)
* Fix deleting songs not actually working (thanks Flafy)
* 2.206 support
* Bump to Geode v3.0.0-beta.1
* Whatever other migrations were needed in the process

## v2.9.0

* Add jukebox::getActiveNong, jukebox::deleteNong and jukebox::getDefaultNong to the API (thanks Flaafy!)
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.0.0-alpha.1",
"version": "2.10.0-beta.4",
"geode": "3.0.0-beta.1",
"version": "2.10.0",
"id": "fleym.nongd",
"name": "Jukebox",
"gd": {
Expand Down

0 comments on commit 9b65e35

Please sign in to comment.