Skip to content

Commit

Permalink
4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Jul 26, 2024
1 parent 01544ea commit a4e2048
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.7.2")
set(APP_VERSION "4.7.3")

set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")
Expand Down
16 changes: 16 additions & 0 deletions resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
4.7.3
-----

Added:
* Localizations updated.
* Mac OS 13 is now used to build Mac RSS Guard version.
* Added Reddit plugin. At this point, this is WIP (!). The plugin will be eventually greatly enhanced in the future, but no ETA. Currently the plugin can do:
* OAuth authentication.
* Loads list of subscribed subreddits.
* Loads list of newest topics from each subreddit.

Fixed:
* Plugin libraries are now loaded more properly, specifically they should not be loaded more than once.
* Time.com feeds were not properly rendered. (#1450)
* Drag and drop operations were fixed, although there are some cases where you have to adjust the process, for example when dragging an item "after" the last item in top level.

4.7.2
-----

Expand Down

0 comments on commit a4e2048

Please sign in to comment.