Skip to content

Commit 92703fd

Browse files
committed
chore: bump version
1 parent cfd745a commit 92703fd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
1010

1111
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
1212

13-
project(jukebox VERSION 3.3.0)
13+
project(jukebox VERSION 3.4.0)
1414

1515
file(GLOB SOURCES
1616
jukebox/jukebox/ui/*.cpp

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v3.4.0
4+
5+
* Add a "Paste" button in `NongAddPopup` for mobile platforms
6+
* Fix macOS file picker (thanks calum12345)
7+
* Fix downloaded songs not being set as active if the NONG popup was closed before the download was finished
8+
* Add support for patchless (JIT-less) platforms
9+
310
## v3.3.0
411

512
* Implement a "verified" song system, helping with finding which NONG is needed for a certain level

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"geode": "4.5.0",
3-
"version": "3.3.0",
2+
"geode": "4.6.2",
3+
"version": "3.4.0",
44
"id": "fleym.nongd",
55
"name": "Jukebox",
66
"gd": {

0 commit comments

Comments
 (0)