mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Change version to 1.80
This commit is contained in:
parent
990961e4f0
commit
a96e9254ff
|
@ -1,3 +1,12 @@
|
|||
2020-04-05: Version 1.80
|
||||
- Improve editing of PGN comments.
|
||||
- Add RGB input support to the preferences color picker.
|
||||
- Add file browser support when setting UCI options.
|
||||
- Use file browser for file/directory preferences settings.
|
||||
- Make preferences color picker handle device rotation changes correctly.
|
||||
- Fix crash when reading from a broken SCID database.
|
||||
- Update translations.
|
||||
|
||||
2020-02-23: Version 1.79
|
||||
- Separate settings for "move sound" and "move speech".
|
||||
- Support for move input using drag and drop.
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.petero.droidfish"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 89
|
||||
versionName "1.79"
|
||||
versionCode 90
|
||||
versionName "1.80"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
|
Loading…
Reference in New Issue
Block a user