From d6e7771eabea9b75565e025d121095dbc1f473f0 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 18 Jan 2020 14:55:24 +0100 Subject: [PATCH] Change version to 1.78 --- ChangeLog.txt | 7 +++++++ DroidFishApp/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ed8abfd..b1f76ec 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2020-01-18: Version 1.78 +- Update to Stockfish 11. +- Add button action "Force computer move". +- Don't try to fixup invalid e.p. square if the position is invalid. +- Update translations. +- Use less CPU while waiting for human player to move. + 2019-09-29: Version 1.77 - Add a user manual. - Include link to source code in about/help dialog text. diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index b2e1b80..43b6c4c 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 87 - versionName "1.77" + versionCode 88 + versionName "1.78" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { ndkBuild {