mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
add changelog and up version strings for new release
This commit is contained in:
parent
945c41c615
commit
ce9c345aa9
3 changed files with 18 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="59"
|
||||
android:versionCode="60"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,17 +5,29 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 67 release</b>
|
||||
<b>Crosswords 4.4 beta 68 release</b>
|
||||
|
||||
<p>This release features a major upgrade to how the app communicates
|
||||
with the relay, in essence switching from each game communicating
|
||||
individually (and only when open) to the app communicating on behalf
|
||||
of all games. You should notice only that moves are transmitted
|
||||
more reliably. But this being new code you may also notice bugs.
|
||||
If you don't tell me about them (see the "Email author"
|
||||
menuitem) they will not get fixed.
|
||||
</p>
|
||||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Quick fix: crash (in setBackgroundColor) on some devices</li>
|
||||
<li>Rewrite of networking code</li>
|
||||
<li>Turn chat back on</li>
|
||||
<li>Progress bar added for download of wordlists and upgrades</li>
|
||||
<li>Fix Exchange tiles buttons</li>
|
||||
</ul>
|
||||
|
||||
<h3>Next up</h3>
|
||||
<ul>
|
||||
<li>Put chat feature back</li>
|
||||
<li>Improve communication with relay, part 2. (Really, I'm almost done!)</li>
|
||||
<li>Take advantage of newer Android UI features, e.g. Action Bar</li>
|
||||
<li>Offer "Rematch" when game's over</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 67</string>
|
||||
<string name="app_version">4.4 beta 68</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue