From 69172a832fb1efbee5c25e6de2b1dbea83bc4733 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 23 Feb 2020 07:45:17 +0100 Subject: [PATCH] Change version to 1.79 --- ChangeLog.txt | 9 +++++++++ DroidFishApp/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b1f76ec..bbaa64a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,12 @@ +2020-02-23: Version 1.79 +- Separate settings for "move sound" and "move speech". +- Support for move input using drag and drop. +- Function to copy analysis information as text to the clipboard. +- Autosave old game when new game is started. +- New file menu action "load deleted game" to retrieve previoulsy autosaved + games. +- Update translations. + 2020-01-18: Version 1.78 - Update to Stockfish 11. - Add button action "Force computer move". diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index 43b6c4c..47a055f 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 88 - versionName "1.78" + versionCode 89 + versionName "1.79" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { ndkBuild {