up version/changes for next release

This commit is contained in:
Eric House 2013-04-16 07:14:03 -07:00
parent 685971532a
commit 7288e8c6dc
3 changed files with 10 additions and 5 deletions

View file

@ -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"
>

View file

@ -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&middot;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>

View file

@ -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>