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
e44f19f04e
commit
14f414d85f
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 155
|
||||
def VERSION_NAME = '4.4.159'
|
||||
def VERSION_CODE_BASE = 156
|
||||
def VERSION_NAME = '4.4.160'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.159 release</h2>
|
||||
<h2>CrossWords 4.4.160 release</h2>
|
||||
|
||||
<p>This release fixes problems displaying wordlists in a language,
|
||||
Hungarian, that has new requirements.</p>
|
||||
<p>This release improves play via the internet by adding a second
|
||||
(and redundant) type of server.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,9 +26,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix search of wordlists containing duplicates</li>
|
||||
<li>Improve upgrading of downloaded wordlists</li>
|
||||
<li>Include new translations, via Weblate, in French and German</li>
|
||||
<li>Improve internet/relay play by adding a second server type (MQTT)</li>
|
||||
<li>Add "under construction" icon for when thumbnail isn't available</li>
|
||||
<li>Enable new "block phonies" option that won't let you use a word not in the wordlist</li>
|
||||
<li>Add new Japanese translations (via Weblate)</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue