Releases: RedBrumbler/SongDetails
Releases · RedBrumbler/SongDetails
v0.3.4
What's Changed
- Bump bshook and paper to avoid crashes by @FrozenAlex in #11
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- Fix web download to also check the curl status by @RedBrumbler in #8
- Fix workflows, bump dependencies, set template by @RedBrumbler in #9
Full Changelog: v0.3.1...v0.3.2
Add public scrape end time getter
Use new qpm & update for new proto structure
What's Changed
- Change things to use new qpm & fixup repo setup by @RedBrumbler in #6
- Update proto file & library to add support for new BeatLeader ranked information by @FrozenAlex in #5
Full Changelog: v0.2.0...v0.3.0
Fixes & improvements
- Places where
const std::string_view&
was used now just havestd::string_view
(binary compat breakage) - 2 methods on SongDetailsCache::Song were forgotten to be implemented, they are now implemented
- Added
operator bool
to Song and SongDifficulty, as a shorthand to check if they are theirnone
equivalents - Changed behaviour of the SongArray
Find
Functions to just assign nullptr if things aren't found, instead of using&SongDetailsCache::Song::none
- Made methods on
SongArray
be const because they should be
Full Changelog: v0.1.9...v0.2.0
Fix min max
Change qpversion
- Change qpversion back to 0.1.0 because definitely bmbf moment
Full Changelog: v0.1.7...v0.1.8
Expose data available getter & remove game version req
- Expose a method to get whether the internal data is valid
- Remove game version requirement for the qmod since this mod does not rely on codegen or C# stuff at all
Full Changelog: v0.1.6...v0.1.7
Fix sources order, fix etag
What's Changed
- Fix order of sources, fix etag saving by @FrozenAlex in #2
Full Changelog: v0.1.5...v0.1.6