mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
up version code and strings
This commit is contained in:
parent
cee7d696fc
commit
681e2cd8a0
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 131
|
||||
def VERSION_NAME = '4.4.135'
|
||||
def VERSION_CODE_BASE = 132
|
||||
def VERSION_NAME = '4.4.136'
|
||||
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.135 release</h2>
|
||||
<h2>CrossWords 4.4.136 release</h2>
|
||||
|
||||
<p>This release includes improvements in translations.</p>
|
||||
<p>This release fixes a couple of rare bugs.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,9 +25,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Include latest Catalan translations (from Weblate)</li>
|
||||
<li>Include latest German translations (from Weblate)</li>
|
||||
<li>Fix rare bug showing duplicate one-letter hints</li>
|
||||
<li>Flip arrow to match when board flipped</li>
|
||||
<li>Fix problems when undos arrive at unexpected times</li>
|
||||
<li>Don't crash when game connects while app's in background</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue