mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +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"; -*- */
|
/* -*- 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.
|
* reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// These two change with every release.
|
// These two change with every release.
|
||||||
def VERSION_CODE_BASE = 195
|
def VERSION_CODE_BASE = 196
|
||||||
def VERSION_NAME = '4.4.199'
|
def VERSION_NAME = '4.4.200'
|
||||||
|
|
||||||
def INITIAL_CLIENT_VERS = 10
|
def INITIAL_CLIENT_VERS = 10
|
||||||
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.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">
|
<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,16 +25,19 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Display a warning if you invite somebody to a game using a
|
<li>Improve rematching by letting you specify how the order of
|
||||||
custom wordlist</li>
|
players in the new game will be determined, e.g. lowest
|
||||||
<li>Improve move delivery, especially by reducing redundant
|
scorer goes first</li>
|
||||||
network traffic</li>
|
<li>Fix new bug causing excessive network traffic</li>
|
||||||
<li>Include translations in Brazilian Portuguese, German,
|
<li>Fix play via Bluetooth</li>
|
||||||
Portuguese, Spanish, and Ukrainian (via Weblate)</li>
|
<li>Include translations in Brazilian Portuguese, Dutch, German,
|
||||||
|
Portuguese, Simplified Chinese, Spanish, and Ukrainian (via
|
||||||
|
Weblate)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Coming soon</h3>
|
<h3>Coming soon</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Fix notification problems on newer Android versions</li>
|
||||||
<li>Support duplicate-style play (popular in France)</li>
|
<li>Support duplicate-style play (popular in France)</li>
|
||||||
<li>Copy Tutanota's push-notification technique</li>
|
<li>Copy Tutanota's push-notification technique</li>
|
||||||
<li>Improve move-via-NFC</li>
|
<li>Improve move-via-NFC</li>
|
||||||
|
|
Loading…
Reference in a new issue