Disclaimer
Thank you for your interest in osu!lazer.
These pre-releases are provided for people interested in following development and getting a sneak-peek at what we're working on. osu!lazer is not yet intended to be a playable alternative to osu-stable. If it doesn't work for you and you are unable to submit a fix, please check back at a later date!
More information is available in the project readme. Daily dev updates are also posted on my blog.
changes in osu
- Implement Catmull-Rom curve approximator #2003 (smoogipoo)
- Fix osu!catch autoplay missing bananas when running above 1x playback speed #2001 (peppy)
- Fix clock not incrementing beyond last frame of replay #2000 (peppy)
- Fix osu!catch never reaching the result screen #1999 (peppy)
- Fix IsMaskedAway not being up-to-date when fastfowarding replays #1998 (smoogipoo)
- Add the ability to duck volume when the game is inactive #1997 (peppy)
- Update taiko hitsounds (courtesey of cYsmix) #1994 (peppy)
- Make slider tails count towards the slider's judgement #1993 (smoogipoo)
- Rename "InputManager" to "Container" where keybindings are involved #1992 (smoogipoo)
- Update framework #1991 (peppy)
- Fix incorrect case on migration file #1986 (peppy)
- Add JetBrains.Annotations NuGet package #1984 (FreezyLemon)
- Remember mod selection when re-entering song select #1983 (peppy)
- Fix osu star rating calculation #1981 (thomastanck)
- Fix taiko and mania missing when fastforwarding replays #1980 (smoogipoo)
- Fix slider ticks appearing too late #1977 (Aergwyn)
- Fixed holding retry hotkey at end of map causing hard crash #1944 (ThePyrotechnic)
- Implement ruleset-specific config managers and attach them to the global OnScreenDisplay #1929 (smoogipoo)
- Ability to mute the game using F4 (or button on volume control) #1921 (aQaTL)
changes in osu-framework
- Fix up recent IsMaskedAway regressions #1364 (smoogipoo)
- Use a concurrent dictionary for custom transforms to avoid incorrect thread access #1361 (peppy)
- Fix FrameworkActionContainer input ordering #1360 (smoogipoo)
- Use AlmostEquals for CircularContainer test cases #1358 (peppy)
- Make better use of generics in DependencyContainer #1356 (jorolf)
- Add a fill property to CircularProgress #1355 (jorolf)
- Add JetBrains.Annotations NuGet package #1354 (FreezyLemon)
- Make sure that IsMaskedAway is always up-to-date #1353 (smoogipoo)
- Stop ConfigManager from setting a default when calling GetOriginalBindable #1352 (peppy)
- Make AutoSize transform non-rewindable #1345 (smoogipoo)
- Store only drawables up to the one that handled mouse down in mouseDownInputQueue #1337 (UselessToucan)