Releases: Fleeym/jukebox
Releases · Fleeym/jukebox
v3.5.0
Changes
- Port to Geometry Dash 2.2081 and Geode v5.0.0
- Optimizations to song downloads and metadata fetching
- Optimizations to memory operations
- Fix outdated tutorial
- Fix NONG list lines dissapearing after state update
- Fix "Delete all NONGs" button not updating UI properly
- Fix editor touch issues
- Updated Song File Hub discord link
What's Changed
Full Changelog: v3.4.0...v3.5.0
v3.5.0-beta.2
Changelog
- Bump Geode to v5.0.0-beta.4
- Fix a crash on Android
Full Changelog: v3.5.0-beta.1...v3.5.0-beta.2
v3.5.0-beta.1
Changelog
- Port to Geometry Dash 2.2081 and Geode v5.0.0-beta.1
- Optimizations to song downloads and metadata fetching
- Optimizations to memory operations
- Updated Song File Hub discord link
What's Changed
Full Changelog: v3.4.0...v3.5.0-beta.1
v3.4.0
Changelog
- Add a "Paste" button in
NongAddPopupfor mobile platforms - Fix macOS file picker (thanks calum12345)
- Fix downloaded songs not being set as active if the NONG popup was closed before the download was finished
- Add support for patchless (JIT-less) platforms
Pull Requests
- Always set downloaded songs as active, even if the NONG UI is closed by @Fleeym in #97
- fixed file picker for mac by @calum12345 in #99
New Contributors
- @calum12345 made their first contribution in #99
Full Changelog: v3.3.0...v3.4.0
v3.3.0
Changelog
- Implement a "verified" song system, helping with finding which NONG is needed for a certain level
- Use the more performant
SimpleAxisLayoutfor the interface - Rewrite index JSON storage
- Log a warning when default indexes provided by Jukebox are disabled
- Fix
NongAddPopupnot checking file extension as lowercase - Fix path not being set when editing a NONG
Pull Requests
- add verified for level songs and refactor nong list and cells by @FlafyDev in #87
- fix(NongAddPopup): fix local path not being set on edit by @Fleeym in #96
Full Changelog: v3.2.1...v3.3.0
v3.3.0-beta.1
Changelog
- Add verified for level songs and refactor nong list and cells by @FlafyDev in #87
- Improve UI performance
- Rewrite Index storage
- Log warn when default indexes are disabled
Full Changelog: v3.2.1...v3.3.0-beta.1
v3.2.1
v3.2.0
Changelog
- Remove all usage of std::stoi, fixing some crashes in the process
- Improve 0.0B fix, taken out of Experimental settings
- Add configurable request timeout for downloads
- Remove usage of a custom label for the song ID / size label
- Fix undownloaded songs not being marked as downloaded when switching to a NONG
Full Changelog: v3.1.1...v3.2.0
v3.1.1
Changelog
- Fix a crash that can happen when Show Audio Assets by Taswert is enabled
- Fix Overcharged Main Menu showing NONG names for main levels
- Remove the api key from mod.json as the mod doesn't expose an api anymore
- Do some internal refactoring of the mod, shouldn't break anything
- Bump to Geode v4.3.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Changelog
- Remove original Discord server button and replace it with Song File Hub
- Add better error for failed downloads with status code 502
- Make newly downloaded songs automatically set as active
- Bump to Geode v4.2.0
- Add MIT License to the mod
Full Changelog: v3.0.3...v3.1.0