mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
up version/changes for next release
This commit is contained in:
parent
685971532a
commit
7288e8c6dc
3 changed files with 10 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
to come from a domain that you own or have control over. -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.eehouse.android.xw4"
|
||||
android:versionCode="51"
|
||||
android:versionCode="52"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,16 +5,21 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 59 release</b>
|
||||
<b>Crosswords 4.4 beta 60 release</b>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix crash when wordlists downloaded to certain devices</li>
|
||||
|
||||
<li>Allow alternate spellings for tiles in Find field in wordlist
|
||||
browser, e.g. 'a' for 'A' and 'L-L' for 'L·L' (in Catalan). The new
|
||||
wordlist format requires this upgrade, so I will release new
|
||||
wordlists in a few weeks. </li>
|
||||
|
||||
<li>Don't list the same wordlist more than once</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
<ul>
|
||||
<li>Allow for "synonyms" when searching for words, e.g. "A" and "a"</li>
|
||||
<li>Improve communication with relay</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 59</string>
|
||||
<string name="app_version">4.4 beta 60</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue