mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
up version strings
This commit is contained in:
parent
a834a8170a
commit
8a4563e8ee
2 changed files with 6 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
import groovy.swing.SwingBuilder
|
||||
|
||||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 113
|
||||
def VERSION_NAME = '4.4.117'
|
||||
def VERSION_CODE_BASE = 114
|
||||
def VERSION_NAME = '4.4.118'
|
||||
def VARIANTS = [ "xw4", "xw4dbg" ]
|
||||
def BUILDS = [ "Debug", "Release" ]
|
||||
def GITREV = "git describe --tags --dirty".execute().text.trim()
|
||||
|
|
|
@ -13,11 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.117 release</h2>
|
||||
<h2>CrossWords 4.4.118 release</h2>
|
||||
|
||||
<p>This release removes a handful of words from the built-in English
|
||||
wordlists that prevent it from having a family-friendly rating
|
||||
in the "Play" store.</p>
|
||||
<p>This release fixes a couple of crashes reported through the
|
||||
"Play" store.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -27,13 +26,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Remove 54 (of 41871) words from the CollegeEng wordlist</li>
|
||||
<li>Remove 3 words from the Top5000 wordlist (making it, I
|
||||
guess, "Top4997" instead)</li>
|
||||
<li>Make new CollegeEngFull wordlist available for download in
|
||||
case you miss those 54 words</li>
|
||||
<li>Incorporate new French and Japanese translations</li>
|
||||
<li>Address crash reported through Google (thanks!)</li>
|
||||
<li>Address two crashes reported through Google (thanks!)</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue