mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
up release strings for new version
This commit is contained in:
parent
406ffca333
commit
f5e66463f9
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 121
|
||||
def VERSION_NAME = '4.4.125'
|
||||
def VERSION_CODE_BASE = 122
|
||||
def VERSION_NAME = '4.4.126'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,10 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.125 release</h2>
|
||||
<h2>CrossWords 4.4.126 release</h2>
|
||||
|
||||
<p>This release fixes a problem inviting to new networked games, and
|
||||
with title bars on some Samsung devices.</p>
|
||||
<p>This release marks new chat messages so you can't miss them.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,10 +25,11 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix delays bringing up the Invite dialog for new games</li>
|
||||
<li>Explicitly specify application "theme" to fix a Samsung
|
||||
"upgrade" turning the titlebar white and so making menu
|
||||
icons disappear</li>
|
||||
<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>Include latest French and Japanese translations</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue