File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
Please check our [ developers guide] ( https://gitlab.com/tokend/developers-guide )
8
8
for further information about branching and tagging conventions.
9
9
10
+ ## [ 1.16.1] 2022-09-12
11
+
12
+ ### Added
13
+ - Display of current network on the lock screen
14
+ - Helpful prompt is shown when scanning network QR code
15
+
16
+ ### Fixed
17
+ - Crash on sign in when 2FA is enabled
18
+ - Ignoring the protocol when scanning web client URL QR code
19
+ - Accepting 2D barcodes when scanning network QR code
20
+
10
21
## [ 1.16.0] 2021-12-14
11
22
12
23
### Changed
@@ -405,7 +416,8 @@ with ability to copy
405
416
406
417
- Error on sign in when user has balances with unknown asset details
407
418
408
- [ Unreleased ] : https://github.com/tokend/android-client/compare/1.16.0(27)...HEAD
419
+ [ Unreleased ] : https://github.com/tokend/android-client/compare/1.16.1(28)...HEAD
420
+ [ 1.16.1 ] : https://github.com/tokend/android-client/compare/1.16.0(27)...1.16.1(28)
409
421
[ 1.16.0 ] : https://github.com/tokend/android-client/compare/1.15.3(26)...1.16.0(27)
410
422
[ 1.15.3 ] : https://github.com/tokend/android-client/compare/1.15.2(25)...1.15.3(26)
411
423
[ 1.15.2 ] : https://github.com/tokend/android-client/compare/1.15.1(24)...1.15.2(25)
Original file line number Diff line number Diff line change 4
4
// Application ID - unique identifier of the app in Google Play and on user's device
5
5
application_id = ' org.tokend.template'
6
6
// Version Name - human-readable app version
7
- version_name = ' 1.16.0 '
7
+ version_name = ' 1.16.1 '
8
8
// Version Code - code number for version,
9
9
// must be incremented after each release
10
- version_code = 27
10
+ version_code = 28
11
11
12
12
// --------------------------
13
13
You can’t perform that action at this time.
0 commit comments