mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
up changelog for new release
This commit is contained in:
parent
455373343a
commit
8e37551f8a
2 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 126
|
||||
def VERSION_NAME = '4.4.130'
|
||||
def VERSION_CODE_BASE = 127
|
||||
def VERSION_NAME = '4.4.131'
|
||||
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.130 release</h2>
|
||||
<h2>CrossWords 4.4.131 release</h2>
|
||||
|
||||
<p>This release makes a couple of small UI tweaks.</p>
|
||||
<p>An F-Droid-only release meeting new requirements</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,12 +25,10 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>
|
||||
<li>F-Droid has stiffened their prohibition against including
|
||||
proprietary Google components. This release complies by removing
|
||||
"Google Cloud Messaging" – which never worked on
|
||||
f-droid installs anyway.</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue