mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
up changelog/strings for release
This commit is contained in:
parent
4e101862a6
commit
d454ffb3e8
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 115
|
||||
def VERSION_NAME = '4.4.119'
|
||||
def VERSION_CODE_BASE = 116
|
||||
def VERSION_NAME = '4.4.120'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.119 release</h2>
|
||||
<h2>CrossWords 4.4.120 release</h2>
|
||||
|
||||
<p>This release fixes crashes reported through the Play store and
|
||||
adds tweaks for F-Droid (Google Play store alternative)
|
||||
releases.</p>
|
||||
<p>This release adds timestamps to in-game chat messages.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -27,9 +25,11 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Don't offer to upgrade F-Droid builds (since I can't)</li>
|
||||
<li>Pretty-up expander buttons on main games list</li>
|
||||
<li>Address three crashes reported through Google (thanks!)</li>
|
||||
<li>Timestamp messages when they're created</li>
|
||||
<li>Display timestamps (if present) to left of sender name</li>
|
||||
<li>For games played via SMS data, resend dropped messages
|
||||
periodically</li>
|
||||
<li>Don't make sound announcing moves on one-device games</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue