0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Advance version number to 1.56.0

This commit is contained in:
Markus Fisch 2022-11-03 19:05:06 +01:00
parent ba24287f04
commit 4326df5069
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## 1.56.0
* Add an action item to lock/unlock free rotation
* Support setting fore and background colors when creating barcodes
* Fix creating barcodes with UTF-8 content
## 1.55.0
* Make recreated barcode interactive
* Update to latest ZXing C++

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 105
versionName '1.55.0'
versionCode 106
versionName '1.56.0'
}
signingConfigs {

View File

@ -0,0 +1,4 @@
* Add an action item to lock/unlock free rotation
* Support setting fore and background colors when creating barcodes
* Fix creating barcodes with UTF-8 content