update strings for release

This commit is contained in:
Eric House 2014-03-21 18:57:00 -07:00
parent 638f9725e3
commit 13b64871d5
3 changed files with 9 additions and 6 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="74" android:versionCode="75"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,13 +5,16 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 81 release</b> <b>Crosswords 4.4 beta 82 release</b>
<h3>New with this release</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Internal changes to address frequently reported crash most <li>Add ability to select studylist items so subsets can be removed or copied out</li>
often seen after dismissing the word lookup/studylist dialog</li> <li>Enable studylists by default for new installs</li>
<li>Fix another Board dialog crash</li> <li>Fix bug with Wordlist browser selections</li>
<li>Improve Lookup/Add-to-studylist dialog</li>
<li>Fix bug clearing pending move when you long-tap a letter to see words it's in</li>
<li>Other performance and minor UI improvements</li>
</ul> </ul>
<h3>Next up</h3> <h3>Next up</h3>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_version">4.4 beta 81</string> <string name="app_version">4.4 beta 82</string>
</resources> </resources>