mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
up changelog and version strings for new release
This commit is contained in:
parent
a5c3c7e548
commit
95b68ffae2
4 changed files with 6 additions and 12 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.xw4sms"
|
||||
android:versionCode="39"
|
||||
android:versionCode="40"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -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="39"
|
||||
android:versionCode="40"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,19 +5,13 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 47 release</b>
|
||||
<b>Crosswords 4.4 beta 48 release</b>
|
||||
<ul>
|
||||
|
||||
<li>New tappable network status/game type icon on board</li>
|
||||
<li>Fix board to be narrower (not need scrolling) on wide screens</li>
|
||||
|
||||
<li>Tweak for better experience on large-screen devices like Kindle Fire</li>
|
||||
<li>Add board-size option to game config screen</li>
|
||||
|
||||
<li>Improve drawing of scoreboard and tiles in rack</li>
|
||||
|
||||
<li>Tap in empty area of tray undoes one tile move, and arrow follows</li>
|
||||
|
||||
<li>Other minor bug fixes</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>Please remember that this is beta software. Please let me know (at
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!-- Resources in this file do not require localization -->
|
||||
<resources>
|
||||
|
||||
<string name="app_version">4.4 beta 47</string>
|
||||
<string name="app_version">4.4 beta 48</string>
|
||||
|
||||
<!-- prefs keys -->
|
||||
<string name="key_color_tiles">key_color_tiles</string>
|
||||
|
|
Loading…
Reference in a new issue