From 50d828526ccfdb7fd0e8b6e2e4d176facc7a81bc Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 21 Mar 2020 08:04:21 +0200 Subject: [PATCH] - Modified 17.2.0 changelog. --- fastlane/metadata/android/en-US/changelogs/17.2.0.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/17.2.0.txt b/fastlane/metadata/android/en-US/changelogs/17.2.0.txt index ba494cf3..8b61b11c 100644 --- a/fastlane/metadata/android/en-US/changelogs/17.2.0.txt +++ b/fastlane/metadata/android/en-US/changelogs/17.2.0.txt @@ -1,5 +1,7 @@ +- Authentication username now defaults to account's username. - Ask authentication password at baresip start if authentication - username is given in account configuration, but password is not. -- Initialize account's status dot to yellow, when Register is checked at - Account activity. + username is given, but password is not. +- Initialize account's status dot to yellow, when Register is checked + in account activity. +- Fixed bug related to creation of first account on older Android versions. - Minor string improvements.