Change version to 1.77

This commit is contained in:
Peter Osterlund 2019-09-29 07:47:09 +02:00
parent 8e42ee8022
commit ee7ad3c434
2 changed files with 17 additions and 2 deletions

View File

@ -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.

View File

@ -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 {