mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
change strings for new release
This commit is contained in:
parent
e98c25a81a
commit
dc29321b28
2 changed files with 5 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 122
|
||||
def VERSION_NAME = '4.4.126'
|
||||
def VERSION_CODE_BASE = 123
|
||||
def VERSION_NAME = '4.4.127'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.126 release</h2>
|
||||
<h2>CrossWords 4.4.127 release</h2>
|
||||
|
||||
<p>This release marks new chat messages so you can't miss them.</p>
|
||||
<p>Quick fix for a crash reported via the Play Store</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,13 +25,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Add green chat icon for games with unread messages</li>
|
||||
<li>Display games with unread chat at top of list</li>
|
||||
<li>Put networked games that still aren't connected right below
|
||||
them</li>
|
||||
<li>Fix crash on Samsung running (obsolete) Android version 4.4
|
||||
caused by the previous release</li>
|
||||
<li>Include latest French and Japanese translations</li>
|
||||
<li>Fix crash on Samsung Galaxy TabS 8.4 (thanks for the report!)</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue