mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
string/version code changes for new release
This commit is contained in:
parent
0e9661aa19
commit
90a175e509
2 changed files with 8 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 9
|
def INITIAL_CLIENT_VERS = 9
|
||||||
def VERSION_CODE_BASE = 154
|
def VERSION_CODE_BASE = 155
|
||||||
def VERSION_NAME = '4.4.158'
|
def VERSION_NAME = '4.4.159'
|
||||||
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,10 +13,10 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.158 release</h2>
|
<h2>CrossWords 4.4.159 release</h2>
|
||||||
|
|
||||||
<p>This release fixes stalls that could occur if you were using
|
<p>This release fixes problems displaying wordlists in a language,
|
||||||
certain Phonies settings.</p>
|
Hungarian, that has new requirements.</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
|
||||||
|
@ -26,13 +26,9 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix timing problems when the "Phonies" setting is DISALLOW</li>
|
<li>Fix search of wordlists containing duplicates</li>
|
||||||
<li>Speed up board drawing</li>
|
<li>Improve upgrading of downloaded wordlists</li>
|
||||||
<li>Clean up "Edit player" dialog</li>
|
<li>Include new translations, via Weblate, in French and German</li>
|
||||||
<li>Add support for Hungarian wordlists</li>
|
|
||||||
<li>Fix a rare crash closing wordlists</li>
|
|
||||||
<li>Fix crashes reported through the Play Store (thanks!)</li>
|
|
||||||
<li>Include new Turkish translation (via Weblate)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
@ -40,7 +36,6 @@
|
||||||
|
|
||||||
<h3>Next up</h3>
|
<h3>Next up</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>More support for play in Hungarian</li>
|
|
||||||
<li>Improve move-via-NFC</li>
|
<li>Improve move-via-NFC</li>
|
||||||
<li>Support duplicate-style play (popular in France)</li>
|
<li>Support duplicate-style play (popular in France)</li>
|
||||||
<li>Improve play-by-data-sms workaround
|
<li>Improve play-by-data-sms workaround
|
||||||
|
|
Loading…
Add table
Reference in a new issue