summarylogtreecommitdiffstats
path: root/.CHANGELOG
blob: cbe3c8e2f7c9c7573cd33525fe7dfb0e42ad97d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This version brings some major UI enhancements.
New:

    Implemented snaking sliders. (#134)
    Implemented kinetic scrolling in the song menu and downloads menu. (#131)
    Ported osu!tp's beatmap difficulty algorithm to compute star ratings. (c785a12)
        Display rating information for each beatmap. (a2eaf35)
        Added conditional search by star rating. (1494884)
    Added a star stream animation in the song menu. (8004280)
    Added a dropdown menu class, currently used in the downloads menu. (643a7c4)
    Added misc. animations in the song menu. (c5cc43a, 5ff35d3, be3adb3)

Bug fixes:

    Fixed the "Easy" mod being completely broken. (e767800)
    Better handling for parallel vectors in CircumscribedCircle sliders. (c516d93)
    Fixed the game-wide lag when loading new beatmap background images in the song menu. (3214916)
    Fixed some remaining beatmap parser issues, e.g. "addition" field parsing. (6c956e9)
    Fixed a leftover issue with the XDG flag since the previous release. (8cb796b)