From ee7ad3c434cbb9806749bb76a312d3a79d10c610 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 29 Sep 2019 07:47:09 +0200 Subject: [PATCH] Change version to 1.77 --- ChangeLog.txt | 15 +++++++++++++++ DroidFishApp/build.gradle | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0c6a9fc..ed8abfd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,18 @@ +2019-09-29: Version 1.77 +- Add a user manual. +- Include link to source code in about/help dialog text. +- Handle pasting of multiple PGN games into DroidFish. +- Improve behavior when searching/filtering PGN games. +- Show action bar in load/save game activities to make the "delete file" action + accessible again. Bug introduced in version 1.75. +- Support regular expressions when searching/filtering PGN games. +- Better handling of IO errors when reading/writing PGN files. +- Remove vibration when opening board context menu. +- Don't vibrate when human player makes a move. +- Prevent crash if engine produces an invalid PV. +- Prevent crash when trying to render chess pieces with size 0. +- Prevent crash when trying to read an intent from another app. + 2019-07-21: Version 1.76 - Use check boxes instead of switches in settings, to work better on Android 4. diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index b8fa28a..b2e1b80 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 86 - versionName "1.76" + versionCode 87 + versionName "1.77" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { ndkBuild {