mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
change strings for release
This commit is contained in:
parent
3af6d0671c
commit
2bfeedceb3
2 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 10
|
||||
def VERSION_CODE_BASE = 164
|
||||
def VERSION_NAME = '4.4.168'
|
||||
def VERSION_CODE_BASE = 165
|
||||
def VERSION_NAME = '4.4.169'
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
// Not all variants use the same BT_UUID. Those with the same talk to
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.168 release</h2>
|
||||
<h2>CrossWords 4.4.169 release</h2>
|
||||
|
||||
<p>This minor release fixes some UI glitches</p>
|
||||
<p>This release fixes a wordlist filter crash and improves tile dragging</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,11 +25,12 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>When sending invitations by SMS, launch the user’s SMS app
|
||||
directly (same as email app)</li>
|
||||
<li>Stop showing spurious duplicate-invitation warnings</li>
|
||||
<li>Fix malformed html text on old phones</li>
|
||||
<li>Shrink too-big icons on old phones</li>
|
||||
<li>Fix crash applying certain complicated wordlist filters</li>
|
||||
<li>When a tile drag ends where it can't be dropped, drop it on
|
||||
last good location instead of where it started</li>
|
||||
<li>Prevent deleting the default games group</li>
|
||||
<li>Show orphaned games in new Recovered group</li>
|
||||
<li>Make long-tap on wordlist entry copy word to clipboard</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue