mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
up version strings and log for release
This commit is contained in:
parent
592554bdcb
commit
d199789593
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 161
|
||||
def VERSION_NAME = '4.4.165'
|
||||
def VERSION_CODE_BASE = 162
|
||||
def VERSION_NAME = '4.4.166'
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
// Not all variants use the same BT_UUID. Those with the same talk to
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.165 release</h2>
|
||||
<h2>CrossWords 4.4.166 release</h2>
|
||||
|
||||
<p>This release fixes in-game chat</p>
|
||||
<p>This release speeds device-to-device communication for some older
|
||||
games</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,9 +26,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix sending of chat messages, broken on some devices since April. Sorry :-(</li>
|
||||
<li>Stop requiring Storage permissions in most cases</li>
|
||||
<li>Improve handling of incoming invitations</li>
|
||||
<li>Preserve device's new-relay address across upgrades
|
||||
(including this one)</li>
|
||||
<li>Fix random number generation, e.g. for device addresses</li>
|
||||
<li>Fix crash opening game reported on Play Store (thanks!)</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue