mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
up version strings and changelog for release
This commit is contained in:
parent
f8077785bc
commit
c3bfbfb956
2 changed files with 11 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
import groovy.swing.SwingBuilder
|
||||
|
||||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 112
|
||||
def VERSION_NAME = '4.4.116'
|
||||
def VERSION_CODE_BASE = 113
|
||||
def VERSION_NAME = '4.4.117'
|
||||
def VARIANTS = [ "xw4", "xw4dbg" ]
|
||||
def BUILDS = [ "Debug", "Release" ]
|
||||
def GITREV = "git describe --tags --dirty".execute().text.trim()
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.116 release</h2>
|
||||
<h2>CrossWords 4.4.117 release</h2>
|
||||
|
||||
<p>This release adds side-by-side display for large-screen devices
|
||||
in the "landscape" orientation. And tweaks the capitalization of
|
||||
the app name.</p>
|
||||
<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>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -27,18 +27,11 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Enable side-by-side display for tablets</li>
|
||||
<li>In service of above, rewrite pretty much everything
|
||||
dialog-related. :-) (Please report bugs!)</li>
|
||||
<li>Capitalize the W in CrossWords: this is not a crossword
|
||||
puzzle game</li>
|
||||
<li>Fix game timers</li>
|
||||
<li>Make blank-tile-picker dialog prettier</li>
|
||||
<li>Remove pick-face-up option for networked games. (It didn't
|
||||
work anyway.)</li>
|
||||
<li>Don't open a closed group when moving games to it</li>
|
||||
<li>Fix occasional crash</li>
|
||||
<li>Switch from ant to gradle (dev. detail)</li>
|
||||
<li>Removed 54 (of 41871) words from the CollegeEng wordlist</li>
|
||||
<li>Removed 3 words from the Top5000 wordlist (making it, I
|
||||
guess, "Top4997" instead)</li>
|
||||
<li>Made new CollegeEngFull wordlist available for download in
|
||||
case you miss those 54 words</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue