update version strings and changelog

This commit is contained in:
Eric House 2022-02-25 14:51:05 -08:00
parent fd17633ca4
commit ace8781c3a
2 changed files with 10 additions and 8 deletions

View file

@ -19,8 +19,8 @@
*/ */
def INITIAL_CLIENT_VERS = 10 def INITIAL_CLIENT_VERS = 10
def VERSION_CODE_BASE = 180 def VERSION_CODE_BASE = 181
def VERSION_NAME = '4.4.183' def VERSION_NAME = '4.4.184'
def BUILD_INFO_NAME = "build-info.txt" def BUILD_INFO_NAME = "build-info.txt"
// Not all variants use the same BT_UUID. Those with the same talk to // Not all variants use the same BT_UUID. Those with the same talk to

View file

@ -13,10 +13,9 @@
</style> </style>
</head> </head>
<body> <body>
<h2>CrossWords 4.4.183 release</h2> <h2>CrossWords 4.4.184 release</h2>
<p>This release fixes an old bug causing bogus (but harmless) messages to <p>This release removes reliance on the legacy relay.</p>
be sent</p>
<div id="survey"> <div id="survey">
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take <p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
@ -26,9 +25,11 @@
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Don't send post-invitation messages to random garbage addresses</li> <li>Reduce or eliminate network connections to the now-obsolete move-passing relay</li>
<li>Connect to MQTT relay in a way that lets it notice disconnects</li> <li>Switch any old games using the relay to use MQTT instead</li>
<li>Include new Arabic translation via Weblate</li> <li>Fix handling of wordlists built using BYOD (https://eehouse.org/byod)</li>
<li>Fix problems with face-up tile picking introduced by allowing 9 tile racks</li>
<li>Include translations into Polish and Turkish (via Weblate)</li>
</ul> </ul>
<p>(The full changelog <p>(The full changelog
@ -36,6 +37,7 @@
<h3>Coming soon</h3> <h3>Coming soon</h3>
<ul> <ul>
<li>Remove relay code entirely</li>
<li>Copy Tutanota's push-notification technique</li> <li>Copy Tutanota's push-notification technique</li>
<li>Improve move-via-NFC</li> <li>Improve move-via-NFC</li>
<li>Support duplicate-style play (popular in France)</li> <li>Support duplicate-style play (popular in France)</li>