Skip to content

Commit 1285d3c

Browse files
committed
changelog
1 parent 162f213 commit 1285d3c

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set(APP_AUTHOR "Martin Rotter")
6565
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
6666
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
6767
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
68-
set(APP_VERSION "4.2.5")
68+
set(APP_VERSION "4.2.6")
6969

7070
set(APP_URL "https://github.com/martinrotter/rssguard")
7171
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/${APP_VERSION}/resources/docs/Documentation.md")

resources/desktop/io.github.martinrotter.rssguard.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<content_rating type="oars-1.0" />
6161
<content_rating type="oars-1.1" />
6262
<releases>
63-
<release version="4.2.5" date="2022-12-08" />
63+
<release version="4.2.6" date="2022-12-21" />
6464
</releases>
6565
<provides>
6666
<binary>rssguard</binary>

resources/text/CHANGELOG

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
4.2.6
2+
-----
3+
4+
Added:
5+
* Bunch of premade sample article filters added to "Article filters" window.
6+
* Placeholders in external tools definitions can be now arbitrarily placed.
7+
* Article RSS enclosures can now be added from within article filters.
8+
* Added customizable skin color for feeds with NEW articles. So now it is possible to distinguish between NEW and UNREAD (but old) articles. (#850)
9+
* Added application debug log dialog. See "Help" menu for more.
10+
* Too big fetched feed icons are now automatically scaled down to fixed size (48x48).
11+
* Now it is possible to run post-process script when importing OPML. (#848)
12+
* Now it is possible to change "User-Agent" HTTP header. (#835)
13+
* Added now column into article list which shows labels for each article. (#768)
14+
* Now it is possible to "suppress" feed. Suppressed feeds do not trigger notifications. (#745)
15+
16+
Fixed:
17+
* HTML detection on the QTextBrowser viewer is now more precise. (#813)
18+
* Article decoding for Nextcloud News works better. (#814)
19+
* Inoreader built-in API tokens are removed, because they were abused.
20+
* Default AdBlock lists now have corrected URL addresses.
21+
* Fixed full-article scraper "scrape-full-articles.py".
22+
* Do some preparations and code cleanups for adding "lite" RSS Guard variant to Flathub.
23+
* Nextcloud News plugin processes "mediaThumbnail" and "mediaDescription" when parsing articles. (#831)
24+
* Avoid appending empty RSS enclosures to articles. (#832)
25+
* AppImage reverted to Qt 5 as Qt 6 support in AppImage generator is very very buggy.
26+
* All dialogs where icons/images are selected now load their "formats" dynamically to support all possible image formats correctly. (#834) This effectivelly adds "webp" and other formats on systems where it is supported.
27+
* Fixed crash. (#849)
28+
* Enable smooth-scrolling by default. (#793)
29+
130
4.2.5
231
-----
332

0 commit comments

Comments
 (0)