mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
changelog for new release
This commit is contained in:
parent
cc28562061
commit
70479710bc
2 changed files with 6 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 9
|
||||
def VERSION_CODE_BASE = 153
|
||||
def VERSION_NAME = '4.4.157'
|
||||
def VERSION_CODE_BASE = 154
|
||||
def VERSION_NAME = '4.4.158'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
def BUILD_INFO_NAME = "build-info.txt"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.157 release</h2>
|
||||
<h2>CrossWords 4.4.158 release</h2>
|
||||
|
||||
<p>This release fixes a major crash introduced in 155. <em>Thanks
|
||||
for all the reports and debugging help!</em></p>
|
||||
|
@ -30,15 +30,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<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>
|
||||
<li>Detects and flags damaged games that crash the app</li>
|
||||
<li>Fix timing problems when the "Phonies" setting is DISALLOW</li>
|
||||
<li>Clean up "Edit player" dialog</li>
|
||||
<li>Add support for Hungarian wordlists</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Reference in a new issue