mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
up version code and strings
This commit is contained in:
parent
6bab91803d
commit
af0ddaa0f7
2 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 132
|
||||
def VERSION_NAME = '4.4.136'
|
||||
def VERSION_CODE_BASE = 133
|
||||
def VERSION_NAME = '4.4.137'
|
||||
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.136 release</h2>
|
||||
<h2>CrossWords 4.4.137 release</h2>
|
||||
|
||||
<p>This release fixes a couple of rare bugs.</p>
|
||||
<p>This release paves the way for play-via-SMS improvements.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,9 +25,12 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>
|
||||
<li>Add new SMS-handling code. One feature isn't compatible with
|
||||
the previous release so it won't be activated until there's been
|
||||
time for everybody to upgrade.</li>
|
||||
<li>Include new Catalan translations</li>
|
||||
<li>Fix bug causing (rarely) unending notifications of wordlist
|
||||
upgrade</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue