Skip to content

Commit 76861f8

Browse files
committed
v3.4.0
1 parent 42d09b8 commit 76861f8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.4.0 (2016-10-16)
2+
3+
Changes:
4+
* Beep on scan is now controlled only by the media volume, and still plays
5+
even if the device is in "silent mode", as long as the media volume is not muted.
6+
* The 150ms delay after scanning is removed.
7+
8+
Fixes:
9+
* An issue where the beep sometimes played twice is fixed (#221).
10+
* Fix rare crash (#209)
11+
* Fix orientation lock issue (#181)
12+
* Fix race condition with TextureView (#204)
13+
14+
115
### 3.3.0 (2016-06-05)
216

317
* Add an optional timeout to cancel scanning. (#161)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subprojects {
1717
mavenLocal()
1818
}
1919

20-
version = '3.3.0'
20+
version = '3.4.0'
2121
group = 'com.journeyapps'
2222
apply plugin: 'android-sdk-manager'
2323

0 commit comments

Comments
 (0)