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 {