aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog34
-rw-r--r--miniflux.14
2 files changed, 36 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d53d4c13..17dc7f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+Version 2.0.46 (July 21, 2023)
+------------------------------
+
+* Add scraper and rewrite rules for Webtoons
+* Fix regression in integration page and simplify SQL query
+* Wallabag integration: add more information in log messages
+* Add support for custom Youtube embed URL
+* Fix accessibility issues in modal component
+ * Fix modal aria role
+ * Trap focusing with tab / shift+tab inside the modal
+ * Restore keyboard focus when closing modal
+ * Automatically move keyboard focus to first focusable element unless specified otherwise
+ * Keyboard shortcut help modal: move keyboard focus to modal title
+ * Keyboard shortcut help modal: change close control from link to button
+* Add Notion integration
+* Update `golang.org/x/*` dependencies and `go-oidc` to v3.6.0
+* Improve responsive design
+* Add user setting for marking entry as read on view
+* Improve Russian translation
+* Add the possibility to run cleanup tasks from the command line
+* Add the possibility to run Miniflux as a cronjob
+* Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org`
+* Display tags when viewing entries
+* Update categories API endpoint to return `total_unread` and `feed_count`
+* Improve date parser to handle various broken date formats
+* Avoid `pq: time zone displacement out of range` errors
+* Improve entry existance check to make better use of index
+* Add unique index `enclosures_user_entry_url_idx`
+* Add mark as unread for Linkding integration
+* Add sub-folder support for Wallabag integration
+* Use RockyLinux to build RPM package
+* Disable CGO when building RPM package
+* Disable CGO when building Docker images
+
Version 2.0.45 (June 21, 2023)
------------------------------
diff --git a/miniflux.1 b/miniflux.1
index 8d834d1c..b5c2837e 100644
--- a/miniflux.1
+++ b/miniflux.1
@@ -1,5 +1,5 @@
.\" Manpage for miniflux.
-.TH "MINIFLUX" "1" "June 25, 2023" "\ \&" "\ \&"
+.TH "MINIFLUX" "1" "July 21, 2023" "\ \&" "\ \&"
.SH NAME
miniflux \- Minimalist and opinionated feed reader
@@ -125,7 +125,7 @@ use it as a reading time\&.
Disabled by default\&.
.TP
.B YOUTUBE_EMBED_URL_OVERRIDE
-YouTube URL which will be used for embeds.\&.
+YouTube URL which will be used for embeds\&.
.br
Default is https://www.youtube-nocookie.com/embed/\&
.TP