From 7a63a972594253168ddc4ec6dff34843c0841c32 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 17 Jul 2021 13:10:36 -0700 Subject: [PATCH] changelog and version codes --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 9492da44a..986918b69 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -19,8 +19,8 @@ */ def INITIAL_CLIENT_VERS = 10 -def VERSION_CODE_BASE = 174 -def VERSION_NAME = '4.4.178' +def VERSION_CODE_BASE = 175 +def VERSION_NAME = '4.4.179' def BUILD_INFO_NAME = "build-info.txt" // Not all variants use the same BT_UUID. Those with the same talk to diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 63991d29f..e050e8a13 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,9 +13,10 @@ -

CrossWords 4.4.178 release

+

CrossWords 4.4.179 release

-

This release fixes a crash introduced by the last release

+

This release adds the option of having eight or nine tiles in the + tray

Please take @@ -25,8 +26,14 @@

New with this release

    -
  • Don't crash when opening wordlist browser from in-game - button (Thanks for the report!)
  • +
  • Add ability to configure games with eight or nine tiles in + the tray instead of the more modern seven
  • +
  • Show invitee name when an invitation's been sent but not yet + accepted
  • +
  • Add option to change width of border between cells on board
  • +
  • Make bonus hints on board smaller
  • +
  • Include translations (from Weblate) in French, Indonesian and + Portuguese (Brazilian and Portuguese)

(The full changelog @@ -34,6 +41,7 @@

Coming soon

    +
  • Add a dark-mode color scheme for the board
  • Phase out play-by-relay (in favor of MQTT)
  • Improve move-via-NFC
  • Support duplicate-style play (popular in France)