summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2017-07-03 13:48:33 +0200
committerLucki2017-07-03 13:48:33 +0200
commit96f758f2bb109d930cf75e41796f807efe0fb981 (patch)
tree19f8742d753fa7f7f823f4b6af53225223d9523f
parentefd22a67ec7dd5fc16b04a32c410fdc26942a697 (diff)
downloadaur-96f758f2bb109d930cf75e41796f807efe0fb981.tar.gz
Update to 0.16.0
-rw-r--r--.CHANGELOG107
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
3 files changed, 50 insertions, 63 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index db364caec99c..0db55f924019 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,89 +1,76 @@
-* commit 73cdde685de67b8f1482d136e5852af84f01499c
-|\ Merge: 58c4d60 b492e9f
-| | Author: Jeffrey Han <itdelatrisu@users.noreply.github.com>
-| | Date: Mon Feb 6 11:04:09 2017 -0500
-| |
-| | Merge pull request #254 from tpenguinltg/synchronized-notifications
-| |
-| | Synchronize notifications list access
-| |
-| * commit b492e9facbbe03b37bd2ac0634a6d67acfd4a842
-| | Author: tPenguinLTG <tpenguinltg@hotmail.com>
-| | Date: Mon Feb 6 10:49:46 2017 -0500
-| |
-| | Prevent add/remove notification race condition
-| |
-| | Clearing the notifications is actually the end part of the larger
-| | operation done by the preceding for loop, so it should be in the same
-| | synchronized block. Doing this prevents a race condition where a
-| | notification is added, but is then immediately removed without being
-| | shown.
-| |
-| * commit 1f6c9dfa9c1f4bfb6a66ba82795d1cd921ac511a
-|/ Author: tPenguinLTG <tpenguinltg@hotmail.com>
-| Date: Mon Feb 6 09:49:35 2017 -0500
-|
-| Synchronize notifications list access
-|
-| Prevents a ConcurrentModificationException when a notification is added
-| while the list is iterated over.
-|
-| This approach is recommended in the docs:
-| https://docs.oracle.com/javase/7/docs/api/java/util/Collections.html#synchronizedList%28java.util.List%29
-|
-* commit 58c4d60beecf5bbb27c7804ff11efd079c19eb99
-| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 21:02:40 2017 -0500
-|
-| Fixed video distortion. (thanks to @fluddokt)
-|
-| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
-|
-* commit 0507374378010748938effa8d8f695d41193a002
+* commit 8300af97c1a5fe340fef13bf0e5bd426ddf154aa
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 19:04:00 2017 -0500
+| Date: Sun Jul 2 23:34:40 2017 -0400
|
-| Updating to 0.15.0.
+| Added Ripple download server.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit 3b746ecfe0080f4d6f07df59ec8e08a4b70c55bd
+* commit cf52c2f2eaf42244b2d0071faefff1485a087fb7
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 18:57:40 2017 -0500
+| Date: Sun Jul 2 13:27:24 2017 -0400
|
-| Added average hit error and unstable rate to the ranking graph tooltip.
+| Updating to 0.16.0.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit dd93a25cba8e048962d640a59e9ed259e60ff5ea
+* commit 7f66b6aa5756fcd715bfc8d34727709f39f6ee0d
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 18:06:12 2017 -0500
+| Date: Sun Jul 2 01:06:54 2017 -0400
|
-| Fixed hit timing issue not counting clicks on overlapping notes.
-| (Major problem introduced by 0ae010e.)
+| Added contributing guidelines. (#300)
+| Based on the document by @tpenguinltg.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit b22b1fb81034029df56bf662a64bf43ead5558cb
+* commit 212a39507d5fd3cfbc0b0a62a18d723a4a49fe70
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 17:40:09 2017 -0500
+| Date: Sat Jul 1 23:00:07 2017 -0400
|
-| Added custom fixed speed option.
+| Clamp volume levels for hit sounds. (fixes #306)
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit 510944f1e97e48aeb395776cad99d8fc428728e2
+* commit ab39b3e21a107c9360e7916d9aec3323b144b4bb
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 16:57:54 2017 -0500
+| Date: Sat Jul 1 19:38:57 2017 -0400
|
-| Added performance graphs (life frames).
+| Enable BloodcatServer, download by opening a web browser. (#277, #278)
+| Download beatmaps in a browser and tell the user where to put/move the files. Falls back on copying the download URL to the clipboard.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit 5da33d81d14f2b70a7f771b0bdcb2c4e6b7f758c
+* commit 481b3a1e40f6c870887cd133d464519a603b0804
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sat Feb 4 04:08:15 2017 -0500
+| Date: Sat Jul 1 17:54:21 2017 -0400
|
-| BloodcatServer minor API update.
+| Follow-up to #307 (minor code style changes).
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
+|
+* commit da5a366effdec1c8dd977e397a9fa32887338385
+|\ Merge: d6284a4 2addaa6
+| | Author: Jeffrey Han <itdelatrisu@users.noreply.github.com>
+| | Date: Sat Jul 1 17:42:01 2017 -0400
+| |
+| | Merge pull request #307 from yugecin/keyoverlay
+| |
+| | Key overlay
+| |
+| * commit 2addaa69ef3ae89bc961fb938d46bf13873b2a3e
+| | Author: yugecin <yugecin@users.noreply.github.com>
+| | Date: Sat Jul 1 23:25:43 2017 +0200
+| |
+| | remove wildcard import
+| |
+| * commit fb96ff3a13ae5254036a461be42ca4a3a04f9d24
+| | Author: yugecin <yugecin@users.noreply.github.com>
+| | Date: Sat Jul 1 23:23:42 2017 +0200
+| |
+| | don't reset key overlay when resuming paused game
+| |
+| * commit 52d5608dcb46b0bea71732c9b06bdbafc94889b3
+| | Author: yugecin <yugecin@users.noreply.github.com>
+| | Date: Sat Jul 1 23:12:17 2017 +0200
+| |
+| | move InputOverlayKey class to separate file
diff --git a/.SRCINFO b/.SRCINFO
index 0d12f89ccf52..9c04d293da54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 18:03:18 UTC 2017
+# Mon Jul 3 11:46:56 UTC 2017
pkgbase = opsu-git
pkgdesc = An open source osu!-client written in Java.
- pkgver = 0.15.0.r0.g0507374
+ pkgver = 0.16.0.r0.gcf52c2f
pkgrel = 1
url = https://itdelatrisu.github.io/opsu/
install = opsu-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 1ded7af28ecb..2fed38c119d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=opsu-git
_pkgname=opsu
-pkgver=0.15.0.r0.g0507374
+pkgver=0.16.0.r0.gcf52c2f
pkgrel=1
pkgdesc="An open source osu!-client written in Java."
arch=('any')