mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
update release strings and changelog
This commit is contained in:
parent
5772718537
commit
16dc1b15bd
2 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 127
|
||||
def VERSION_NAME = '4.4.131'
|
||||
def VERSION_CODE_BASE = 128
|
||||
def VERSION_NAME = '4.4.132'
|
||||
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.131 release</h2>
|
||||
<h2>CrossWords 4.4.132 release</h2>
|
||||
|
||||
<p>An F-Droid-only release meeting new requirements</p>
|
||||
<p>This release makes communication with the relay more robust.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,10 +25,14 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>
|
||||
<li>Communicate with relay via http when the custom protocol
|
||||
isn't working (e.g. when a wifi router or firewall blocks
|
||||
it.)</li>
|
||||
<li>Improved translations for French, Japanese and Norwegian
|
||||
(by Weblate volunteers)</li>
|
||||
<li>Add a few menubar icons (borrowed from The Noun Project)</li>
|
||||
<li>Fix taps on left end of games list items not always toggling
|
||||
selected state</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue