up version and change notes for new release

This commit is contained in:
Andy2 2011-12-07 19:06:03 -08:00
parent 2d7ac8e7b0
commit 46efe15f4e
3 changed files with 16 additions and 23 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4" package="org.eehouse.android.xw4"
android:versionCode="30" android:versionCode="31"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -6,33 +6,26 @@
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 38 release</b> <b>Crosswords 4.4 beta 39 release</b>
<ul> <ul>
<li>Make toolbar buttons slightly wider and the whole thing <li>Add "email author" menuitem to Games List screen. Please
scroll</li> do!</li>
<li>Added a wordlist browser, which you can get to by tapping a <li>Enable pinch-to-zoom for board</li>
wordlist in the Wordlist screen, or by using the wordlist
button on the game board. Eventually you'll be
able to filter based on length, chosen tiles, etc. Right now
you can scroll through all the words (even 2.7 million of them
if you're playing in Polish) and tap to look them up.</li>
<li>Added the "download directory" to locations I search for <li>Improve wordlist browser to filter by size, have larger
wordlists. This means that if you're using a browser like text, and not barf when given empty wordlist</li>
Opera that doesn't respect apps' registering for certain types
of data you can still use a wordlist you've downloaded.</li>
<li>Added "Pick tiles face up" option, settable when you create a <li>Add value/letter toggle button since space isn't so precious
game. This is primarily useful if you want to populate a board to now (and remove menuitem)</li>
match a game that already exists, say in a newspaper puzzle or
online wordgame.</li>
<!-- <li>Add Setting checkbox to disable crosshairs</li>
TODO: test various bogus dicts in downloads/
test that opera-downloaded dicts openable/moveable <li>Replace Restore menus in Settings with buttons</li>
-->
<li>Fix problem with text color in word lookup dialog on HTC
MyTouch</li>
</ul> </ul>

View file

@ -3,7 +3,7 @@
<!-- Resources in this file do not require localization --> <!-- Resources in this file do not require localization -->
<resources> <resources>
<string name="app_version">4.4 beta 38</string> <string name="app_version">4.4 beta 39</string>
<!-- prefs keys --> <!-- prefs keys -->
<string name="key_color_tiles">key_color_tiles</string> <string name="key_color_tiles">key_color_tiles</string>