Skip to content

Releases: holly-hacker/osu-database-reader

v3.1.0-alpha1: Beatmap events

19 May 20:48
Compare
Choose a tag to compare
Pre-release

This pre-release adds parsing beatmap events.

This is an alpha release, features may be buggy or incomplete.

v3.0: Writing support

16 Apr 19:24
Compare
Choose a tag to compare
  • Implement support for writing files back out
  • Improve handling for older osu! versions
  • Allow reading and writing from Streams
  • Expose all settings of beatmap files through get-only properties
  • Drop .NET 4.0 support, keeping only .NET Standard 2.0
  • Improve testing

Get it on NuGet.

Version 2.1: Replays frames!

12 Jan 20:21
Compare
Choose a tag to compare

New in this release:

  • Decompress replay data and expose replay frames
  • Use osu.Shared for easier interop with other libraries that use it
  • NuGet package
  • Target both .NET 4.0 and .NET Standard 2.0

Included in release folder:

  • .NET 4.0 build (with osu.Shared bundled)
  • .NET Standard 2.0 build
  • NuGet package (containing both of the above)

Version 2.0.0

12 Aug 20:48
Compare
Choose a tag to compare

Version 2.0.0, adds beatmap parsing and changes a bunch of names (so this is a breaking change).

Versions 1.x.x

10 Aug 13:53
Compare
Choose a tag to compare

Late release of 1.x because v2.0.0 is arriving soon.