Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 16, 2016
1 parent 42d09b8 commit 76861f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
mavenLocal()
}

version = '3.3.0'
version = '3.4.0'
group = 'com.journeyapps'
apply plugin: 'android-sdk-manager'

Expand Down

0 comments on commit 76861f8

Please sign in to comment.