mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
up strings for new release
This commit is contained in:
parent
6386aef512
commit
4ee1a2bab2
2 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 9
|
def INITIAL_CLIENT_VERS = 9
|
||||||
def VERSION_CODE_BASE = 149
|
def VERSION_CODE_BASE = 150
|
||||||
def VERSION_NAME = '4.4.153'
|
def VERSION_NAME = '4.4.154'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.153 release</h2>
|
<h2>CrossWords 4.4.154 release</h2>
|
||||||
|
|
||||||
<p>This release fixes a crash sending invitations via SMS/Text.</p>
|
<p>This release fixes an occasional blank board when dismissing the Chat window</p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -25,11 +25,9 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Stop crashing when attempting to send an invitation via SMS (Text message)</li>
|
<li>Fix board sometimes being blank after chat window dismissed</li>
|
||||||
<li>Fix email invitations</li>
|
<li>Don't show NFC stats if it's not been used</li>
|
||||||
<li>Add don't-show-again checkbox to request for permission to check state of phone</li>
|
<li>Include new Catalan and Spanish translations (from Weblate)</li>
|
||||||
<li>Include new translations in French and Spanish (via Weblate)</li>
|
|
||||||
<li>Change copyright date: Happy 2020!</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
Loading…
Reference in a new issue