mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
up version strings and changelog
This commit is contained in:
parent
adacee5503
commit
942604e2bd
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 159
|
||||
def VERSION_NAME = '4.4.163'
|
||||
def VERSION_CODE_BASE = 160
|
||||
def VERSION_NAME = '4.4.164'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<body>
|
||||
<h2>CrossWords 4.4.164 release</h2>
|
||||
|
||||
<p>This release includes several minor improvements to the UI and to
|
||||
<p>This release includes improvements to the UI and to
|
||||
networking.</p>
|
||||
|
||||
<div id="survey">
|
||||
|
@ -26,9 +26,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Improve connections and communication between games started
|
||||
without an invitation (but: you should still use an
|
||||
invitation when you can)</li>
|
||||
<li>Indicate selected games and groups with a checkmark</li>
|
||||
<li>Improve communication between games started without an
|
||||
invitation (But: using invitations is still better.)</li>
|
||||
<li>Tweak layout of wordlist filter</li>
|
||||
<li>Improve player-config dialog</li>
|
||||
<li>Fix occasional problems remembering game groups
|
||||
|
@ -51,8 +52,8 @@
|
|||
<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, please let your device report it
|
||||
to Google so I can see it!</p>
|
||||
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>
|
||||
|
||||
<p>Thanks!<br>--Eric</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue