mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
changelog and version strings for release
This commit is contained in:
parent
bdfe98a990
commit
3b7994c291
2 changed files with 12 additions and 10 deletions
|
@ -18,9 +18,11 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
// These two change with every release.
|
||||
def VERSION_CODE_BASE = 195
|
||||
def VERSION_NAME = '4.4.199'
|
||||
|
||||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 194
|
||||
def VERSION_NAME = '4.4.198'
|
||||
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.198 release</h2>
|
||||
<h2>CrossWords 4.4.199 release</h2>
|
||||
|
||||
<p>This release fixes a few bugs.</p>
|
||||
<p>This release improves message flow and publishes recent work by translators.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,12 +25,12 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix bug rematching standalone games with non-default
|
||||
wordlists</li>
|
||||
<li>Remove 255-char limit on chat messages</li>
|
||||
<li>On Android 9 only, warn that restore doesn't work</li>
|
||||
<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 and Turkish (via Weblate)</li>
|
||||
Portuguese, Spanish, and Ukrainian (via Weblate)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Coming soon</h3>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<p>Please let me know
|
||||
(email <a href="mailto:xwords@eehouse.org">xwords@eehouse.org</a>)
|
||||
what features you’d most like to see or if you’re experiencing
|
||||
problems. And if you do get a crash, please let me know!</p>
|
||||
problems. And if you do get a crash, please tell me!</p>
|
||||
|
||||
<p>Thanks!<br>--Eric</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue