mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
49 lines
1.3 KiB
HTML
49 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<script>
|
|
showSurvey = function() {
|
|
var div = document.getElementById('survey');
|
|
div.style.display = 'inline';
|
|
};
|
|
</script>
|
|
<style type="text/css">
|
|
body {font-size: smaller;}
|
|
#survey { display: none; }
|
|
h2,h3 { text-align: center; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2>Crosswords 4.4 beta 89 release</h2>
|
|
|
|
<div id="survey">
|
|
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
|
this survey</a> to help determine what gets done next in
|
|
Crosswords.</p>
|
|
</div>
|
|
|
|
<h3>New with this release</h3>
|
|
<ul>
|
|
<li>Include summary of move in notification bar message</li>
|
|
<li>On board, hide crosshairs except when a tile is being dragged</li>
|
|
<li>Add debug setting to change turn reminder frequency</li>
|
|
</ul>
|
|
|
|
<p>(The full changelog
|
|
is <a href="http://xwords.sf.net/and_changes.php">here</a>.)</p>
|
|
|
|
<h3>Next up</h3>
|
|
<ul>
|
|
<li>Look, again, at play via Bluetooth now that HTC phones aren't quite so common</li>
|
|
<li>Fix SMS play for KitKat</li>
|
|
<li>Offer "Rematch" when game's over</li>
|
|
</ul>
|
|
|
|
<p>This is beta software. Please let me know (email
|
|
eehouse@eehouse.org) what's broken and what features you'd
|
|
most like to see. And if you do get a crash, please let your phone
|
|
report it to Google so I can see it!</p>
|
|
|
|
<p>Thanks!<br>--Eric</p>
|
|
|
|
</body>
|
|
</html>
|