diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cc4b4a..b6f0b99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.30.0 +* Add a handle to define a region of interest +* Add a setting to show/hide cropping limiter +* Add support for VCALENDAR types +* Add spanish translation +* Add copy to clipboard button to context menu in history listing +* Make history actions work on current listing only +* Keep camera selection over orientation changes + ## 1.29.0 * Add a setting to enable reading of vertical 1D barcodes diff --git a/app/build.gradle b/app/build.gradle index 97bc18b8..5dffacea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 9 targetSdkVersion sdk_version - versionCode 65 - versionName '1.29.0' + versionCode 66 + versionName '1.30.0' // it's recommended to set this value to the lowest API level // able to provide all the functionality