diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a74bfe..a8d70394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.33.0 +* Add a setting to sending scanned codes to a custom URL in background +* Add a setting to automatically put contents into clipboard +* Add an explicit button to copy WiFi password into clipboard +* Update Indonesian translation + ## 1.32.1 * Alternatively remove region of interest by dragging handle to a screen corner * Restrict region of interest to screen space diff --git a/app/build.gradle b/app/build.gradle index 4baa7bdb..c1e987db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 70 - versionName '1.32.1' + versionCode 71 + versionName '1.33.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality