changelog and version strings

This commit is contained in:
Eric House 2022-05-13 22:26:07 -07:00
parent 088caee4f2
commit 0561f0ef23
2 changed files with 12 additions and 12 deletions

View file

@ -19,8 +19,8 @@
*/ */
def INITIAL_CLIENT_VERS = 10 def INITIAL_CLIENT_VERS = 10
def VERSION_CODE_BASE = 184 def VERSION_CODE_BASE = 185
def VERSION_NAME = '4.4.187' def VERSION_NAME = '4.4.188'
def BUILD_INFO_NAME = "build-info.txt" def BUILD_INFO_NAME = "build-info.txt"
def LAST_COMMIT_FILE = "last-commit.txt" def LAST_COMMIT_FILE = "last-commit.txt"

View file

@ -13,9 +13,9 @@
</style> </style>
</head> </head>
<body> <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"> <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
@ -26,13 +26,14 @@
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Stop offering to upgrade certain wordlists when they are <li>Stop offering to upgrade certain wordlists when they are
already up-to-date</li> already up-to-date -- in another place</li>
<li>Begin adding support for boards up to 21x21</li> <li>Improve transmission of game moves</li>
<li>Add support for play in Finnish</li> <li>Remove all remaining communication with the old relay</li>
<li>Use newest MQTT client hoping it fixes crash reported via <li>Improve logic around resending invitations</li>
Google (thanks!)</li> <li>Notify when you open a game in tile-trade mode</li>
<li>Translations in Brazilian Portuguese, Chinese, German, and <li>Remove SMS-Data workaround for Google Play builds</li>
Portuguese (via Weblate)</li> <li>Translations in Brazilian Portuguese and Portuguese via
Weblate</li>
</ul> </ul>
<p>(The full changelog <p>(The full changelog
@ -40,7 +41,6 @@
<h3>Coming soon</h3> <h3>Coming soon</h3>
<ul> <ul>
<li>Remove relay code entirely</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>
<li>Support duplicate-style play (popular in France)</li> <li>Support duplicate-style play (popular in France)</li>