This commit is contained in:
Martin Rotter 2022-03-23 08:34:08 +01:00
parent c28f955df7
commit 74e3fd6514
3 changed files with 12 additions and 3 deletions

View File

@ -30,7 +30,7 @@
# Other information:
# - supports Windows, Linux, *BSD, macOS, OS/2, Android,
# - Qt 5.10.0 or newer is required,
# - Qt 6.3.0 or newer is required,
# - Qt 6.2.3 or newer is required,
# - cmake 3.9.0 or newer is required,
# - if you wish to make packages for Windows, then you must initialize all submodules
# within repository before compilation,
@ -60,7 +60,7 @@ set(APP_AUTHOR "Martin Rotter")
set(APP_COPYRIGHT "\\251 2011-2022 ${APP_AUTHOR}")
set(APP_REVERSE_NAME "com.github.rssguard")
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
set(APP_VERSION "4.2.0")
set(APP_VERSION "4.2.1")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md")

View File

@ -26,7 +26,7 @@
<url type="donation">https://github.com/sponsors/martinrotter</url>
<content_rating type="oars-1.1" />
<releases>
<release version="4.2.0" date="2022-03-23"/>
<release version="4.2.1" date="2022-03-23"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -1,3 +1,12 @@
4.2.1
-----
Added:
* Number format of unread counts in task bar icon and tray icon is now enhanced. It shows format "%1k" for number bigger than 999, for example 16 000 of unread articles will be displayed as "16k". (#662)
Fixed:
* Dynamic libraries are now properly "linked" in Mac OS X build. (#663)
4.2.0
-----