mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
up version strings and change list for new release
This commit is contained in:
parent
e2c46963d8
commit
80cc12fc79
2 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 116
|
||||
def VERSION_NAME = '4.4.120'
|
||||
def VERSION_CODE_BASE = 117
|
||||
def VERSION_NAME = '4.4.121'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.120 release</h2>
|
||||
<h2>CrossWords 4.4.121 release</h2>
|
||||
|
||||
<p>This release adds timestamps to in-game chat messages.</p>
|
||||
<p>This is a quick release to fix a crash reported via the Play
|
||||
store.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,13 +26,8 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>Tweak game's network status icon, removing black</li>
|
||||
<li>Don't make sound announcing moves on one-device games</li>
|
||||
<li>Fix crash reported to Google Play store -- thanks!</li>
|
||||
<li>Tweak how Invite/Wait dialog is shown and dismissed</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue