up strings and notes for new release

This commit is contained in:
Eric House 2014-03-06 06:47:43 -08:00
parent 3daa877bee
commit c982fb54d9
5 changed files with 11 additions and 11 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4dbg" package="org.eehouse.android.xw4dbg"
android:versionCode="72" android:versionCode="73"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_version">4.4-dbg beta 76</string> <string name="app_version">4.4-dbg beta 80</string>
</resources> </resources>

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4" package="org.eehouse.android.xw4"
android:versionCode="72" android:versionCode="73"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,15 +5,15 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 79 release</b> <b>Crosswords 4.4 beta 80 release</b>
<h3>New with this release (and with days-ago beta 78)</h3> <h3>New with this release</h3>
<ul> <ul>
<li>Fix crash copying games. I hadn't tested that in a while....</li> <li>Tweak network play; in particular, fix so resends happen
<li>Add new "Studylist" feature. It's off by default to avoid automatically when you get a network connection back. This should
confusion, but once enabled (via App Settings/Behavior) it lets reduce game stalling</li>
you add words from the board to a list you'll later study or copy <li>Add menuitem to main screen that manually resends moves</li>
to another app. (Thanks to BRS for the idea!)</li> <li>Fix KitKat-only problem drawing green/red move timer outlines</li>
</ul> </ul>
<h3>Next up</h3> <h3>Next up</h3>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_version">4.4 beta 79</string> <string name="app_version">4.4 beta 80</string>
</resources> </resources>