diff --git a/pom.xml b/pom.xml index 0dd3615..d3dd004 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 info.bonjean beluga-player - 0.9 + 0.10 Beluga Player Beluga Player http://jbonjean.github.io/beluga-player/ diff --git a/src/deb/control/control b/src/deb/control/control index 2327417..2be6588 100644 --- a/src/deb/control/control +++ b/src/deb/control/control @@ -1,5 +1,5 @@ Package: beluga-player -Version: 0.9 +Version: 0.10 Section: misc Priority: optional Architecture: all diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 169098f..35ae100 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,4 +1,11 @@ +Beluga Player 0.10 + +* Add portaller support +* Fix race condition +* Fix DNS cache invalidation + Beluga Player 0.9 + * Prevent ads scrobbling * Fix Like button * Fix notification window type @@ -7,6 +14,7 @@ Beluga Player 0.9 * Remove volume control Beluga Player 0.8 + * Add basic ads detection * Add Home button * Fix reconnection bug