Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Дмитрий Ильченко committed Nov 2, 2020
1 parent d101bac commit e2d62fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.6
* Add a setting to avoid duplicates in history
* Add an option to manually save to history
* Add an option to set a name to a history item
* Bug fix: app shortcuts were not working
* Bug fix: Wi-Fi QR code passwords were scanned wrong

## 1.5
* Add Chinese (Taiwan) translation
* Add a Quick Settings tile for the app
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.example.barcodescanner"
minSdkVersion 21
targetSdkVersion 29
versionCode 7
versionName "1.5"
versionCode 8
versionName "1.6"
multiDexEnabled true
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Add a setting to avoid duplicates in history
* Add an option to manually save to history
* Add an option to set a name to a history item
* Bug fix: app shortcuts were not working
* Bug fix: Wi-Fi QR code passwords were scanned wrong
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Добавлена настройка для сохранения дубликатов в истории
* Добавлена возможность для выборочного сохранения в историю
* Добавлена возможность задать название для отсканированного кода в истории
* Исправление багов

0 comments on commit e2d62fc

Please sign in to comment.