mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
update strings for release
This commit is contained in:
parent
638f9725e3
commit
13b64871d5
3 changed files with 9 additions and 6 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="74"
|
||||
android:versionCode="75"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,13 +5,16 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 81 release</b>
|
||||
<b>Crosswords 4.4 beta 82 release</b>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Internal changes to address frequently reported crash most
|
||||
often seen after dismissing the word lookup/studylist dialog</li>
|
||||
<li>Fix another Board dialog crash</li>
|
||||
<li>Add ability to select studylist items so subsets can be removed or copied out</li>
|
||||
<li>Enable studylists by default for new installs</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>
|
||||
|
||||
<h3>Next up</h3>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 81</string>
|
||||
<string name="app_version">4.4 beta 82</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue