mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
up version strings
This commit is contained in:
parent
3a0294044e
commit
c39bede5c1
2 changed files with 19 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 152
|
||||
def VERSION_NAME = '4.4.156'
|
||||
def VERSION_CODE_BASE = 153
|
||||
def VERSION_NAME = '4.4.157'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,9 +13,14 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.156 release</h2>
|
||||
<h2>CrossWords 4.4.157 release</h2>
|
||||
|
||||
<p>This release fixes a couple of minor UI issues</p>
|
||||
<p>This release fixes a major crash introduced in 155. <em>Thanks
|
||||
for all the reports and debugging help!</em></p>
|
||||
|
||||
<p><em>Note that you may still crash if the app is trying to open
|
||||
damaged games in the background. If that's happening sit tight and
|
||||
wait for me to do another release.</em></p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,8 +30,14 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix so bringing app to front keeps the open game open</li>
|
||||
<li>Include more Norwegian translations</li>
|
||||
<li>Won't crash or hang when "Disallow phonies" setting is in use</li>
|
||||
<li>Won't allow committing a malformed word</li>
|
||||
<li>Fixes some problems with dragging tiles</li>
|
||||
<li>Fixes occasional problem drawing board-arrow</li>
|
||||
<li>Fixes game-list item collapse</li>
|
||||
<li>Fixes so when you open app from Launcher you go back to your open game</li>
|
||||
<li>Fixes to show invitee in scoreboard as "not here yet"</li>
|
||||
<li>Fixes crash when chat message is too long</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
@ -34,10 +45,8 @@
|
|||
|
||||
<h3>Next up</h3>
|
||||
<ul>
|
||||
<li>Improve move-via-NFC</li>
|
||||
<li>Support duplicate-style play (popular in France)</li>
|
||||
<li>Improve play-by-data-sms workaround
|
||||
using <a href="https://github.com/eehouse/nbsproxy">NBSProxy</a></li>
|
||||
<li>Quarantine previously damaged games so app doesn't crash
|
||||
opening them in background</li>
|
||||
</ul>
|
||||
|
||||
<p>Please let me know
|
||||
|
|
Loading…
Reference in a new issue