From 29d605af9972c6831a7572467bcb5c2502ef0f50 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Fri, 10 Apr 2020 16:33:03 +0200 Subject: [PATCH] Change version to 1.81 --- ChangeLog.txt | 5 +++++ DroidFishApp/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index bc253b8..4840db2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +2020-04-10: Version 1.81 +- Fix color picker layout problems for some screen sizes. +- Fix auto-scrolling of move list when figurine notation is enabled. +- Add button action "Load game from PGN file". + 2020-04-05: Version 1.80 - Improve editing of PGN comments. - Add RGB input support to the preferences color picker. diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index aaa463f..9b7044a 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 90 - versionName "1.80" + versionCode 91 + versionName "1.81" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { ndkBuild {