mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
Change version to 1.79
This commit is contained in:
parent
e595e6c92e
commit
69172a832f
|
@ -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
|
2020-01-18: Version 1.78
|
||||||
- Update to Stockfish 11.
|
- Update to Stockfish 11.
|
||||||
- Add button action "Force computer move".
|
- Add button action "Force computer move".
|
||||||
|
|
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 88
|
versionCode 89
|
||||||
versionName "1.78"
|
versionName "1.79"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user