mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +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 INITIAL_CLIENT_VERS = 10
|
||||||
def VERSION_CODE_BASE = 159
|
def VERSION_CODE_BASE = 160
|
||||||
def VERSION_NAME = '4.4.163'
|
def VERSION_NAME = '4.4.164'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.164 release</h2>
|
<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>
|
networking.</p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
|
@ -26,9 +26,10 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<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>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>Tweak layout of wordlist filter</li>
|
||||||
<li>Improve player-config dialog</li>
|
<li>Improve player-config dialog</li>
|
||||||
<li>Fix occasional problems remembering game groups
|
<li>Fix occasional problems remembering game groups
|
||||||
|
@ -51,8 +52,8 @@
|
||||||
<p>Please let me know
|
<p>Please let me know
|
||||||
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
||||||
what's broken and what features you'd most like to
|
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
|
see. And if you do get a crash (on a Play Store release), please
|
||||||
to Google so I can see it!</p>
|
let your device report it to Google so I can see it!</p>
|
||||||
|
|
||||||
<p>Thanks!<br>--Eric</p>
|
<p>Thanks!<br>--Eric</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue