mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
up version strings etc.
This commit is contained in:
parent
8cb9d3d66b
commit
db829337f5
3 changed files with 6 additions and 13 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="49"
|
||||
android:versionCode="50"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,24 +5,17 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 57 release</b>
|
||||
<b>Crosswords 4.4 beta 58 release</b>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Include new game information as an attachment in email invites
|
||||
for use on devices that don't dispatch URLs correctly in received
|
||||
email (e.g. some by HTC) </li>
|
||||
<li>Show final scores alert whenever a finished game is opened -- to
|
||||
make it more clear that it's finished</li>
|
||||
<li>Fix flickering in main screen (games list)</li>
|
||||
<li>Add option, off by default, to keep rack tiles square even when
|
||||
the screen is large enough that they can be taller</li>
|
||||
<li>Allow grouping of games in collapsible user-defined categores:
|
||||
"Games with Kati", "Finished games", etc.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
<ul>
|
||||
<li>Allow grouping of games in collapsible user-defined categores: "Games with
|
||||
Kati", "Finished games", etc.</li>
|
||||
<li>Improve communication with relay</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 57</string>
|
||||
<string name="app_version">4.4 beta 58</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue