mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
up version strings and changelog
This commit is contained in:
parent
534612be85
commit
d4ae2e1f06
2 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 162
|
||||
def VERSION_NAME = '4.4.166'
|
||||
def VERSION_CODE_BASE = 163
|
||||
def VERSION_NAME = '4.4.167'
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
// Not all variants use the same BT_UUID. Those with the same talk to
|
||||
|
|
|
@ -13,10 +13,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.166 release</h2>
|
||||
<h2>CrossWords 4.4.167 release</h2>
|
||||
|
||||
<p>This release speeds device-to-device communication for some older
|
||||
games</p>
|
||||
<p>This release fixes phantom invitations and related problems
|
||||
(occurring on about 10% of devices) by replacing duplicate
|
||||
addresses</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,10 +27,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>
|
||||
<li>Generate new address if device’s current address is not unique</li>
|
||||
<li>Offer to hide new-game buttons earlier</li>
|
||||
<li>Redo “About CrossWords” dialog</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
@ -45,10 +45,10 @@
|
|||
</ul>
|
||||
|
||||
<p>Please let me know
|
||||
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
||||
what's broken and what features you'd most like to
|
||||
see. And if you do get a crash (on a Play Store release), please
|
||||
let your device report it to Google so I can see it!</p>
|
||||
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
||||
what features you’d most like to see or if you’re experiencing
|
||||
problems. And if you do get a crash (on a Play Store release),
|
||||
please let your device report it to Google so I can see it!</p>
|
||||
|
||||
<p>Thanks!<br>--Eric</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue