Skip to content

Releases: RedBrumbler/SongDetails

v0.3.4

26 Jun 11:37
590adc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

17 Feb 00:31
f03e6b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Jan 21:39
0d3d5f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Add public scrape end time getter

09 May 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Use new qpm & update for new proto structure

09 May 10:17
Compare
Choose a tag to compare

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

30 Jan 10:44
Compare
Choose a tag to compare
  • Places where const std::string_view& was used now just have std::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 their none 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

12 Jan 23:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

Change qpversion

11 Jan 23:12
Compare
Choose a tag to compare
  • 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

11 Jan 22:42
Compare
Choose a tag to compare
  • 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

10 Jan 19:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6