From ace8781c3ac3a57eee70ace41a1342a5b9286189 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 25 Feb 2022 14:51:05 -0800 Subject: [PATCH] update version strings and changelog --- xwords4/android/app/build.gradle | 4 ++-- xwords4/android/app/src/main/assets/changes.html | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index 19ec8e383..3603ad28e 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 = 180 -def VERSION_NAME = '4.4.183' +def VERSION_CODE_BASE = 181 +def VERSION_NAME = '4.4.184' 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 25d0688ca..4fdc7d174 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -13,10 +13,9 @@ -

CrossWords 4.4.183 release

+

CrossWords 4.4.184 release

-

This release fixes an old bug causing bogus (but harmless) messages to - be sent

+

This release removes reliance on the legacy relay.

Please take @@ -26,9 +25,11 @@

New with this release

    -
  • Don't send post-invitation messages to random garbage addresses
  • -
  • Connect to MQTT relay in a way that lets it notice disconnects
  • -
  • Include new Arabic translation via Weblate
  • +
  • Reduce or eliminate network connections to the now-obsolete move-passing relay
  • +
  • Switch any old games using the relay to use MQTT instead
  • +
  • Fix handling of wordlists built using BYOD (https://eehouse.org/byod)
  • +
  • Fix problems with face-up tile picking introduced by allowing 9 tile racks
  • +
  • Include translations into Polish and Turkish (via Weblate)

(The full changelog @@ -36,6 +37,7 @@

Coming soon

    +
  • Remove relay code entirely
  • Copy Tutanota's push-notification technique
  • Improve move-via-NFC
  • Support duplicate-style play (popular in France)