mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
up strings for new release
This commit is contained in:
parent
3d7d1b8ffd
commit
d23307f0ef
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 134
|
||||
def VERSION_NAME = '4.4.138'
|
||||
def VERSION_CODE_BASE = 135
|
||||
def VERSION_NAME = '4.4.139'
|
||||
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.138 release</h2>
|
||||
<h2>CrossWords 4.4.139 release</h2>
|
||||
|
||||
<p>This release fixes a nasty Bluetooth crash</p>
|
||||
<p>This release fixes a bug with picking tiles face-up</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,9 +25,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Don't crash every time bluetooth messages arrive</li>
|
||||
<li>Fix two other less likely reported crashes (Thanks!)</li>
|
||||
<li>Integrate latest Catalan and Norwegian translations</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue