mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
up strings for new release
This commit is contained in:
parent
5874ccf5c2
commit
a9a5cc14ca
2 changed files with 10 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 148
|
||||
def VERSION_NAME = '4.4.152'
|
||||
def VERSION_CODE_BASE = 149
|
||||
def VERSION_NAME = '4.4.153'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.152 release</h2>
|
||||
<h2>CrossWords 4.4.153 release</h2>
|
||||
|
||||
<p>This release fixes a nasty crash in some non-English versions.</p>
|
||||
<p>This release fixes a crash sending invitations via SMS/Text.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -23,17 +23,13 @@
|
|||
CrossWords.</p>
|
||||
</div>
|
||||
|
||||
<h3>New with this (and previous) release</h3>
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix crash with some localized versions (Weblate problem...)</li>
|
||||
<li>Tweak network traffic arrows on game board</li>
|
||||
<li>Fix crash dragging tiles</li>
|
||||
<li>Fix invite-via-NFC for Android 10 (and improve for earlier
|
||||
Android versions)</li>
|
||||
<li>Add ability to send moves via NFC</li>
|
||||
<li>More translations (via Weblate) in Catalan, French, German,
|
||||
Japanese, Norwegian, Polish, and Spanish</li>
|
||||
<li>Fix a couple of other crashes reported via Google (thanks!)</li>
|
||||
<li>Stop crashing when attempting to send an invitation via SMS (Text message)</li>
|
||||
<li>Fix email invitations</li>
|
||||
<li>Add don't-show-again checkbox to request for permission to check state of phone</li>
|
||||
<li>Include new translations in French and Spanish (via Weblate)</li>
|
||||
<li>Change copyright date: Happy 2020!</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue