From 64b739e852fa9b52cf9c52c0e87532a230eac483 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 7 Dec 2023 09:20:01 +0100 Subject: [PATCH] changelog --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd369c98c..ebc2b5baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ set(APP_AUTHOR "Martin Rotter") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") -set(APP_VERSION "4.5.5") +set(APP_VERSION "4.6.0") set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 13a287fa2..88c86ea31 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,31 @@ +4.6.0 +----- + +This feature brings one major feature - podcast/media player. This media player is available when you open context menu for any hyperlink in article which you think leads to audio/video file. Simply right-mouse-click your link and select "Play in media player", then media player will open in next tab and start playing. + +Full versions of RSS Guard (with QtWebEngine) include libmpv-based media player which can play basically every thinkable audio/video content. Windows build of RSS Guard even bundles yt-dlp binary to allow out-of-box support for Youtube playback. + +Lite variants of RSS Guard include slightly lighter QtMultimedia/ffmpeg-based media player, which also can play many audio/video formats. + +Qt5-based lite variants of RSS Guard will likely require you to install some system-wide codec pack. + +https://github.com/martinrotter/rssguard/issues/1226 + +Added: +* Media/podcast player capabilities. See above for more information. +* Indication of which feed is actually fetching at the moment can be enabled in settings. (#1203) +* Newspaper view was removed as it was slow and very buggy. It might be replaced by something better in the future. +* Sections of settings now have icons. +* Docs updated. +* Layout of articles in default nudus-* skins was unified for full/lite versions. Formatting is now very similar. +* Image size/wrapping behavior was greatly improved in article viewer, particularly in lite version. + +Fixed: +* Context menus in both full/lite article viewer are now more similar. +* Fixed crashing when editing e-mail via Gmail plugin. (76c7dd170) +* No more warning journal messages generated on Linux. (#1207) +* Updated and fixed some languages. (#1205) + 4.5.5 -----