summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2017-01-09 20:16:24 +0100
committerLucki2017-01-09 20:16:24 +0100
commita6348fbc2564eb8696afc0671875fe46d3034c33 (patch)
tree7d29cfa6302bb9451ba0d9289e66a68987dd1c85
parent2532a250649702a6103febc0d98d2f337cbcdcb0 (diff)
downloadaur-a6348fbc2564eb8696afc0671875fe46d3034c33.tar.gz
Update to 0.14.0
-rw-r--r--.CHANGELOG41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
3 files changed, 26 insertions, 23 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index fa7d1ec37fc0..2c00026512d9 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,25 +1,28 @@
-This release contains a large number of new features, UI updates, and stability improvements from the past year.
Features:
- Smoother, more efficient slider rendering. (#205, #216)
- Slider behavior now more closely resembles osu!. (#210, #211)
- Beatmap groups (favorites, last played), and more sorting options (date added, most played). (ed06a8b)
- Local beatmap offsets (press +/- when playing a map). (e023780)
- In-game scoreboard (press TAB to hide). (#155)
- New options menu overlay. (6373b36)
- Pulsing logos. (#214)
- Falling game objects and pitch drop when failing a map. (#148, #150)
- Reverse arrows drawn in black on lightly-colored sliders. (#152)
- New theme song and main menu background. (1436f23, b5b954f)
- Star fountains in the main menu. (5704b8a, 9f2aa7c)
- Enabled fullscreen mode (in "Display" options). (a733462)
+ osu! HP algorithm. (e62822a)
+ Skin unpacker. (e9889b7)
+ Game ranking screen overhaul (positioning, animations, images). (64504f2, e49ca3c)
+ Slider follow circle animations. (99c698b)
+ Main menu UI tweaks (music info bar, moved things around). (d250d26)
+ New "About" menu when clicking on the GitHub logo in the main menu. (1d0f0b8)
+ Additional skin.ini options supported: SliderBallFlip, CursorCentre, AnimationFramerate, AllowSliderBallTint. (0f40ff4, f111730)
+ Skin v1 changes: slider tick results, "spinner-osu" result, white warning arrows. (7a1f527, 3d01e43)
+ Added bubble notifications. (21aa72b)
+ Added parallax effect. (b61eaf1)
Other changes:
- Various bug fixes and better overall error handling.
- Detect osu! installation location using registry keys. (06c423a)
- Root directory is always the same directory as the JAR, regardless of where it's launched. (81c8a61)
- Beatmap parser optimizations. (69a7c7b)
- Self-updating beatmap cache database. (ed06a8b)
+ Reduce FPS when window loses focus. (a7e0c8d)
+ Support Unicode input in text fields. (a0fcae8)
+ Right-click/drag in the song menu now scrolls to the mouse position. (41a27fe)
+ Removed old cursor style option. (0f40ff4)
+ Removed "playfield" image; use "menu-background" instead. (c250fce)
+
+Bug fixes:
+
+ Fixed issues with slider ticks and repeats being over- or under-counted. (ceb4e5d)
+ Fixed an issue where multi-image default images were being loaded with higher priority than single-image skin images. (cf53c3d)
+ Fixed a hardcoded approach time in the stacking algorithm. (9b5f26d)
+ Fixed "Ignore All Beatmap Skins" option not ignoring combo colors. (9b627e0)
-Thanks to @mad-s and @yugecin for their major contributions to this release.
diff --git a/.SRCINFO b/.SRCINFO
index a7dacb6538fc..16d39721a1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 27 14:13:25 UTC 2016
+# Mon Jan 9 19:13:51 UTC 2017
pkgbase = opsu
pkgdesc = An open source osu!-client written in Java.
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://itdelatrisu.github.io/opsu/
changelog = .CHANGELOG
@@ -18,7 +18,7 @@ pkgbase = opsu
depends = xorg-xrandr
provides = opsu-git
conflicts = opsu-git
- source = opsu::git://github.com/itdelatrisu/opsu.git#tag=0.13.0
+ source = opsu::git://github.com/itdelatrisu/opsu.git#tag=0.14.0
source = opsu.sh
sha512sums = SKIP
sha512sums = 4b065052fef55e1860a51dfa5af080930b1001e4c82cd8b3b0383bd68b239d382d788408235a7cb4fb4a1d04123a6049188a2e2c2d0e5fd08a3deb69da25fc2d
diff --git a/PKGBUILD b/PKGBUILD
index 4855a12eee23..8e395384c906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor in comments: SajeOne <https://aur.archlinux.org/account/SajeOne/>
pkgname=opsu
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="An open source osu!-client written in Java."
arch=('any')