Skip to content

Commit 74e3fd6

Browse files
committed
4.2.1
1 parent c28f955 commit 74e3fd6

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Other information:
3131
# - supports Windows, Linux, *BSD, macOS, OS/2, Android,
3232
# - Qt 5.10.0 or newer is required,
33-
# - Qt 6.3.0 or newer is required,
33+
# - Qt 6.2.3 or newer is required,
3434
# - cmake 3.9.0 or newer is required,
3535
# - if you wish to make packages for Windows, then you must initialize all submodules
3636
# within repository before compilation,
@@ -60,7 +60,7 @@ set(APP_AUTHOR "Martin Rotter")
6060
set(APP_COPYRIGHT "\\251 2011-2022 ${APP_AUTHOR}")
6161
set(APP_REVERSE_NAME "com.github.rssguard")
6262
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
63-
set(APP_VERSION "4.2.0")
63+
set(APP_VERSION "4.2.1")
6464

6565
set(APP_URL "https://github.com/martinrotter/rssguard")
6666
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md")

resources/desktop/com.github.rssguard.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url type="donation">https://github.com/sponsors/martinrotter</url>
2727
<content_rating type="oars-1.1" />
2828
<releases>
29-
<release version="4.2.0" date="2022-03-23"/>
29+
<release version="4.2.1" date="2022-03-23"/>
3030
</releases>
3131
<content_rating type="oars-1.0">
3232
<content_attribute id="violence-cartoon">none</content_attribute>

resources/text/CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.2.1
2+
-----
3+
4+
Added:
5+
* 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)
6+
7+
Fixed:
8+
* Dynamic libraries are now properly "linked" in Mac OS X build. (#663)
9+
110
4.2.0
211
-----
312

0 commit comments

Comments
 (0)