mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
up changes for new release
This commit is contained in:
parent
c663d33f88
commit
864648c5b9
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 147
|
||||
def VERSION_NAME = '4.4.151'
|
||||
def VERSION_CODE_BASE = 148
|
||||
def VERSION_NAME = '4.4.152'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,11 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.151 release</h2>
|
||||
<h2>CrossWords 4.4.152 release</h2>
|
||||
|
||||
<p>This release fixes a bad crash, adds a lot of translations in
|
||||
several languages, and lets you invite and exchange moves via
|
||||
NFC on any Android version.</p>
|
||||
<p>This release fixes a nasty crash in some non-English versions.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,8 +23,10 @@
|
|||
CrossWords.</p>
|
||||
</div>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<h3>New with this (and previous) 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>
|
||||
|
|
Loading…
Reference in a new issue