Change version to 1.79

This commit is contained in:
Peter Osterlund 2020-02-23 07:45:17 +01:00
parent e595e6c92e
commit 69172a832f
2 changed files with 11 additions and 2 deletions

View File

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

View File

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