aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2024-02-17 13:28:17 -0800
committerGravatar Frédéric Guillot <f@miniflux.net> 2024-02-17 13:28:17 -0800
commitb618c11b80cec1a039dc82c1cdffa1b060dff281 (patch)
tree405e5d48c169c9dcb245cb16394f2204da7e6005
parent8b4675807a9c14d480979644f0524f03ae340a04 (diff)
downloadv2-b618c11b80cec1a039dc82c1cdffa1b060dff281.tar.gz
v2-b618c11b80cec1a039dc82c1cdffa1b060dff281.tar.zst
v2-b618c11b80cec1a039dc82c1cdffa1b060dff281.zip
Fix typo in man page and Changelog
-rw-r--r--ChangeLog4
-rw-r--r--miniflux.11
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d8dddd0..5dfdb332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Version 2.1.0 (February 17, 2024)
* Always try to use HTTP/2 when fetching feeds if available
* Add `type` attribute in OPML export as per OPML 2.0 specs
* Fix missing translation argument for the key `error.unable_to_parse_feed`
-* Fix Debian package builder when using Go 1.12 and `armhf` architecture
+* Fix Debian package builder when using Go 1.22 and `armhf` architecture
* Fix typo in log message
* Fix incorrect label shown when saving an article
* Fix incorrect condition in refresh feeds cli
@@ -36,7 +36,7 @@ Version 2.1.0 (February 17, 2024)
* Add `nav` landmark to page header links
* Limit feed/category entry pagination to unread entries when coming from unread entry list
* Update German translation
-* Update GitHub Actions to Go 1.12
+* Update GitHub Actions to Go 1.22
* Bump `golang.org/x/term` from `0.16.0` to `0.17.0`
* Bump `github.com/google/uuid` from `1.5.0` to `1.6.0`
* Bump `github.com/yuin/goldmark` from `1.6.0` to `1.7.0`
diff --git a/miniflux.1 b/miniflux.1
index e58442cf..81e8d721 100644
--- a/miniflux.1
+++ b/miniflux.1
@@ -176,6 +176,7 @@ Default is 60 minutes\&.
The minimum interval for manual refresh\&.
.br
Default is 30 minutes\&.
+.TP
.B BATCH_SIZE
Number of feeds to send to the queue for each interval\&.
.br