From 76861f8683f809e7b4942a73bac1ed9407c66fdb Mon Sep 17 00:00:00 2001 From: Ralf Kistner Date: Sun, 16 Oct 2016 20:44:14 +0200 Subject: [PATCH] v3.4.0 --- CHANGES.md | 14 ++++++++++++++ build.gradle | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 88149ecc4..fc8f0e6fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +### 3.4.0 (2016-10-16) + +Changes: +* Beep on scan is now controlled only by the media volume, and still plays + even if the device is in "silent mode", as long as the media volume is not muted. +* The 150ms delay after scanning is removed. + +Fixes: +* An issue where the beep sometimes played twice is fixed (#221). +* Fix rare crash (#209) +* Fix orientation lock issue (#181) +* Fix race condition with TextureView (#204) + + ### 3.3.0 (2016-06-05) * Add an optional timeout to cancel scanning. (#161) diff --git a/build.gradle b/build.gradle index 0dc584dbb..dade464a8 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ subprojects { mavenLocal() } - version = '3.3.0' + version = '3.4.0' group = 'com.journeyapps' apply plugin: 'android-sdk-manager'