mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
up version strings and changelog
This commit is contained in:
parent
54be99b635
commit
58f828c187
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
def INITIAL_CLIENT_VERS = 8
|
||||
def VERSION_CODE_BASE = 120
|
||||
def VERSION_NAME = '4.4.124'
|
||||
def VERSION_CODE_BASE = 121
|
||||
def VERSION_NAME = '4.4.125'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>CrossWords 4.4.124 release</h2>
|
||||
<h2>CrossWords 4.4.125 release</h2>
|
||||
|
||||
<p>This is a quick bug-fix release.</p>
|
||||
<p>This is a quick bug-fix release that may matter only for a few
|
||||
Samsung devices</p>
|
||||
|
||||
<div id="survey">
|
||||
<p>Please <a href="https://www.surveymonkey.com/s/GX3XLHR">take
|
||||
|
@ -25,8 +26,9 @@
|
|||
|
||||
<h3>New with this release</h3>
|
||||
<ul>
|
||||
<li>Fix failure to create game from invitation after downloading
|
||||
missing wordlist</li>
|
||||
<li>Explicitly specify application "theme" to fix a Samsung
|
||||
"upgrade" turning the titlebar white and so making menu icons
|
||||
disappear</li>
|
||||
</ul>
|
||||
|
||||
<p>(The full changelog
|
||||
|
|
Loading…
Add table
Reference in a new issue