mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
up strings for new translations-only release
This commit is contained in:
parent
dbbeeb7519
commit
dfcac132c8
2 changed files with 10 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 135
|
||||
def VERSION_NAME = '4.4.139'
|
||||
def VERSION_CODE_BASE = 136
|
||||
def VERSION_NAME = '4.4.140'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.139 release</h2>
|
||||
<h2>CrossWords 4.4.140 release</h2>
|
||||
|
||||
<p>This release fixes a bug with picking tiles face-up</p>
|
||||
<p>This release updates translations for Catalan, French, German and Japanese.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,19 +25,18 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Don't put up multiple tile pickers. (This feature is rarely
|
||||
used, but had apparently been broken for a while.)</li>
|
||||
<li>Fix two more bugs reported by users (Thanks!)</li>
|
||||
<li>Include new translations for Catalan and Norwegian</li>
|
||||
<li>Include changes made by Weblate volunteers for four
|
||||
languages. (Thanks!)</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
<p>(The full changelog
|
||||
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
||||
|
||||
<h3>Next up</h3>
|
||||
<ul>
|
||||
<li>Continue work to support WiFi Direct (currently working
|
||||
sporadically)</li>
|
||||
<li>Make changes in how background networking and bluetooth work
|
||||
that Google's mandating for all releases after 1
|
||||
November.</li>
|
||||
</ul>
|
||||
|
||||
<p>Please let me know
|
||||
|
|
Loading…
Add table
Reference in a new issue