summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2017-07-03 13:41:19 +0200
committerLucki2017-07-03 13:41:19 +0200
commitc99d62f6e490147ba9675b1d37f3d066b30c2ef8 (patch)
tree6deec9661c96bc8e605d846283ad4ddf7df738d7 /.CHANGELOG
parent27a295babaa1f363ec1d290fb0c484c868e9daa1 (diff)
downloadaur-c99d62f6e490147ba9675b1d37f3d066b30c2ef8.tar.gz
Update to 0.16.0
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG49
1 files changed, 16 insertions, 33 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index b84cce7f9180..d479a6463741 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,41 +1,24 @@
Features:
- Local users system. (0fd7c35, bcb53c5, fd99c62)
- Change or add users by clicking on the profile in the main menu or song menu.
- All previous scores without players are now assigned to "Guest".
- Add custom user icons in skins by naming the icons "user0.png", "user1.png", "user2.png", etc.
- Music video playback, using FFmpeg and YUNPM. (e6c90ad)
- Requires beatmaps to be re-parsed (press F5 in the song menu).
- Optionally, link your own FFmpeg shared library by setting the "FFmpegPath" property in the config file.
- Updated and reorganized options menu, with added search functionality. (#240)
- Performance graphs and stats. (510944f, 3b746ec)
- 2B maps are now playable. (0ae010e)
- Mixed font support, now using Exo 2 as the main font. (6555797, ac19406)
- Song menu navigation now resembles osu!. (e0ee1b2)
- New back button. (#244)
- Custom fixed speed option. (b22b1fb)
+ "Experimental" slider styles now available in the options overlay (Knorke sliders, merging sliders, shrinking sliders). (#263)
+ Vertical navigation menu for the options overlay. (#298)
+ Input overlay keys during replays. (#307)
+ Updated the beatmap download servers.
+ Bloodcat uses captchas now, so download beatmaps in a web browser. (ab39b3e)
+ Updated the MengSky download API. (06370bd)
+ Removed dead download servers (YaS Online, Hexide). (8fe59a9)
Other changes:
- Crossfade between beatmap backgrounds in the song menu. (07ed975)
- Hide some loading progress displays if loading is short. (6733420, a835c54)
- Smarter and less frequent garbage collection, reducing the number of lagspikes. (baf35e3)
- Added more music player shortcuts to the main menu. (7c6e9fa)
- Don't show the in-game scoreboard initially if there are no scores. (29066c4)
- Re-added the Hexide download server. (697673c)
+ Beatmap star difficulty values now match osu!. (5a87d26)
+ Show instructions to resume the game when paused. (f685be1)
+ The options overlay is now accessible in the main menu by pressing Ctrl+O. (f4fa217)
+ No more socket binding; prevent multiple instances using database locks instead. (9074d43)
Bug fixes:
- Fixed reloading beatmaps discarding saved data (e.g. play count, favorite status, etc.). (25356ce)
- Fixed sound effect loading on some Linux systems. (#238, 039dd66)
- Fixed wrong max combo count due to overlapping objects. (0ae010e)
- Fixed skin parser treating versions as integers instead of floats. (f396bd9)
- Fixed pitch/speed not being reset when moving to the game ranking screen. (29066c4)
- Fixed some issues in the right-click navigation function in the song menu. (0a22d60)
- Fixed wrong status messages in the song menu search function. (730a3ec)
- Fixed global actions (hotkeys, volume changing) not working with the options overlay shown. (01040fc)
- Fixed really bad things happening when OpenAL fails to load. (fca4fd4)
- Fixed error handler crashing on a null pointer when receiving a null pointer exception. 😆 (db376af)
- Fixed music fade-out errors causing crashes at the end of songs in Slick2D. (738f4dc)
- Fixed unknown keys being treated as KEY_EQUALS in Slick2D. (084ec5b)
- Fixed some FPS counter wrong values in Slick2D. (8aeb4ed)
+ Fixed various crashes. (#254, 12f56e7, c6b6f21, #261, 212a395)
+ Fixed video distortion issues. (58c4d60)
+ Fixed more audio issues in Linux/OpenJDK. (#252)
+ Fixed new skins not showing up when initially imported. (8dd92de)
+ Fixed applause/failure sounds not stopping when changing game states. (#299)