mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
up release strings
This commit is contained in:
parent
1a43ab0adb
commit
540a720fb7
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="106"
|
||||
android:versionCode="107"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -13,12 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Crosswords 4.4.111 release</h2>
|
||||
<h2>Crosswords 4.4.112 release</h2>
|
||||
|
||||
<p>This release changes the display order of games in the main
|
||||
screen, placing those in which it's your turn at the top and games
|
||||
that have ended at the bottom. And it fixes an occasional crash in
|
||||
side-by-side mode.</p>
|
||||
<p>This release fixes a crash introduced by the previous release
|
||||
that occurred on some devices when creating new games.</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -28,12 +26,7 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Display at the top of the list games in which it's the local
|
||||
player's turn</li>
|
||||
|
||||
<li>Display at the bottom of the list games that have ended</li>
|
||||
|
||||
<li>Fix crash launching app in side-by-side mode</li>
|
||||
<li>Fix crash attempting to configure new network games</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4.111</string>
|
||||
<string name="app_version">4.4.112</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue