mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
changelog and version strings
This commit is contained in:
parent
088caee4f2
commit
0561f0ef23
2 changed files with 12 additions and 12 deletions
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 184
|
||||
def VERSION_NAME = '4.4.187'
|
||||
def VERSION_CODE_BASE = 185
|
||||
def VERSION_NAME = '4.4.188'
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
def LAST_COMMIT_FILE = "last-commit.txt"
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.187 release (for KitKat and above)</h2>
|
||||
<h2>CrossWords 4.4.188 release</h2>
|
||||
|
||||
<p>This release adds support for Finnish and for boards up to 21x21</p>
|
||||
<p>This release fixes a bug falsely offering wordlist upgrades</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -26,13 +26,14 @@
|
|||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Stop offering to upgrade certain wordlists when they are
|
||||
already up-to-date</li>
|
||||
<li>Begin adding support for boards up to 21x21</li>
|
||||
<li>Add support for play in Finnish</li>
|
||||
<li>Use newest MQTT client hoping it fixes crash reported via
|
||||
Google (thanks!)</li>
|
||||
<li>Translations in Brazilian Portuguese, Chinese, German, and
|
||||
Portuguese (via Weblate)</li>
|
||||
already up-to-date -- in another place</li>
|
||||
<li>Improve transmission of game moves</li>
|
||||
<li>Remove all remaining communication with the old relay</li>
|
||||
<li>Improve logic around resending invitations</li>
|
||||
<li>Notify when you open a game in tile-trade mode</li>
|
||||
<li>Remove SMS-Data workaround for Google Play builds</li>
|
||||
<li>Translations in Brazilian Portuguese and Portuguese via
|
||||
Weblate</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
@ -40,7 +41,6 @@
|
|||
|
||||
<h3>Coming soon</h3>
|
||||
<ul>
|
||||
<li>Remove relay code entirely</li>
|
||||
<li>Copy Tutanota's push-notification technique</li>
|
||||
<li>Improve move-via-NFC</li>
|
||||
<li>Support duplicate-style play (popular in France)</li>
|
||||
|
|
Loading…
Reference in a new issue