Skip to content

Commit

Permalink
Advance version number to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Oct 19, 2022
1 parent f28f956 commit 2907c8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 1.53.0
* Migrate to ZXing-C++ and add support for Micro QR Codes
* Multi-select scans in history listing
* Remove preset content for Encode shortcut
* Always show QR Code version and remove setting
* Fix PDF-417 UTF-8 text encoding
* Hide sensitive content from clipboard
* Remove setting a custom language on Android 13+
* Condense text output of generated barcodes
* Update Russian translation
* Update Spanish translation
* Add Persian translation

## 1.52.0
* Fix parsing timezone in calendar dates
* Update French translation
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 100
versionName '1.52.0'
versionCode 101
versionName '1.53.0'
}

signingConfigs {
Expand Down

0 comments on commit 2907c8c

Please sign in to comment.