mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
up strings for new release
This commit is contained in:
parent
622fa53c64
commit
4919f487eb
2 changed files with 8 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 142
|
||||
def VERSION_NAME = '4.4.146'
|
||||
def VERSION_CODE_BASE = 143
|
||||
def VERSION_NAME = '4.4.147'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,10 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.146 release</h2>
|
||||
<h2>CrossWords 4.4.147 release</h2>
|
||||
|
||||
<p>This release fixes a relay communication problem for all versions
|
||||
and a build problem for the F-Droid version</p>
|
||||
<p>This release fixes a few UI glitches and infrequent crashes</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,12 +25,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Stop replacing your name with "Player 2"</li>
|
||||
<li>Show most recent connection in Bluetooth invitation dialog</li>
|
||||
<li>Fix long-standing bug in Relay networking</li>
|
||||
<li>Fix F-Droid build </li>
|
||||
<li>Improve interaction with NBSProxy (impacts those using
|
||||
play-by-Data-SMS)</li>
|
||||
<li>Improve invite dialogs for smaller or landscape screens</li>
|
||||
<li>Improve Data-SMS networking (no impact on Google Play store version)</li>
|
||||
<li>Make word lookup work for uncommitted words too</li>
|
||||
<li>Fix occasional crash when network not available</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue