mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
changes and new version strings
This commit is contained in:
parent
079cbfdb12
commit
6473bc9f4c
2 changed files with 14 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
|
||||
/*
|
||||
* Copyright 2015 - 2023 by Eric House (xwords@eehouse.org). All rights
|
||||
* Copyright 2015 - 2024 by Eric House (xwords@eehouse.org). All rights
|
||||
* reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
// These two change with every release.
|
||||
def VERSION_CODE_BASE = 195
|
||||
def VERSION_NAME = '4.4.199'
|
||||
def VERSION_CODE_BASE = 196
|
||||
def VERSION_NAME = '4.4.200'
|
||||
|
||||
def INITIAL_CLIENT_VERS = 10
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.199 release</h2>
|
||||
<h2>CrossWords 4.4.200 release</h2>
|
||||
|
||||
<p>This release improves message flow and publishes recent work by translators.</p>
|
||||
<p>This release improves rematch and fixes a networking bug.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,16 +25,19 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Display a warning if you invite somebody to a game using a
|
||||
custom wordlist</li>
|
||||
<li>Improve move delivery, especially by reducing redundant
|
||||
network traffic</li>
|
||||
<li>Include translations in Brazilian Portuguese, German,
|
||||
Portuguese, Spanish, and Ukrainian (via Weblate)</li>
|
||||
<li>Improve rematching by letting you specify how the order of
|
||||
players in the new game will be determined, e.g. lowest
|
||||
scorer goes first</li>
|
||||
<li>Fix new bug causing excessive network traffic</li>
|
||||
<li>Fix play via Bluetooth</li>
|
||||
<li>Include translations in Brazilian Portuguese, Dutch, German,
|
||||
Portuguese, Simplified Chinese, Spanish, and Ukrainian (via
|
||||
Weblate)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Coming soon</h3>
|
||||
<ul>
|
||||
<li>Fix notification problems on newer Android versions</li>
|
||||
<li>Support duplicate-style play (popular in France)</li>
|
||||
<li>Copy Tutanota's push-notification technique</li>
|
||||
<li>Improve move-via-NFC</li>
|
||||
|
|
Loading…
Reference in a new issue