mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
change version strings and changelog
This commit is contained in:
parent
4698c0e54b
commit
b6124ca2d1
2 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 8
|
def INITIAL_CLIENT_VERS = 8
|
||||||
def VERSION_CODE_BASE = 125
|
def VERSION_CODE_BASE = 126
|
||||||
def VERSION_NAME = '4.4.129'
|
def VERSION_NAME = '4.4.130'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID")
|
def GCM_SENDER_ID = System.getenv("GCM_SENDER_ID")
|
||||||
def BUILD_INFO_NAME = "build-info.txt"
|
def BUILD_INFO_NAME = "build-info.txt"
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.129 release</h2>
|
<h2>CrossWords 4.4.130 release</h2>
|
||||||
|
|
||||||
<p>Quick fix for a another crash reported via the Play Store</p>
|
<p>This release makes a couple of small UI tweaks.</p>
|
||||||
|
|
||||||
<div id="survey">
|
<div id="survey">
|
||||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||||
|
@ -25,7 +25,12 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix crash that only showed up in games using timers</li>
|
<li>Offer to "Archive" finished games</li>
|
||||||
|
<li>Make tap on thumbnail toggle whether game's selected rather
|
||||||
|
than open it. (Tap to the right still opens)</li>
|
||||||
|
<li>Bug fix: don't allow duplicate group names</li>
|
||||||
|
<li>Fix battery-hogging behavior on non-Google-play
|
||||||
|
installs</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>(The full changelog
|
<p>(The full changelog
|
||||||
|
|
Loading…
Reference in a new issue