All Versions
38
Latest Version
Avg Release Cycle
53 days
Latest Release
1034 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.37 Changes
May 27, 2022- โ Add rewrite rule to decode base64 content
- โ Add Linkding integration
- โ Add comment button to Telegram message
- โ Add API endpoint to fetch unread and read counters
- ๐ Fixes logic bug in Google Reader API sanity check
- โฌ๏ธ Reduce number of CORS preflight check to save network brandwidth
- โ Add Espial integration
- ๐ Allow API search for entries which are not starred
- Try to use outermost element text when title is empty
- ๐ Make swipe gestures feel more natural
- Removes opacity transition when swiping an article read/unread
- Adds "resistance" to the swiped entry when the 75px threshold is reached
- Fixes an issue in which a swiped article couldn't be moved <15px
- โ Add support for feed streams to Google Reader API IDs API
- ๐ Fix invalid parsing of icon data URL
- โ Add Traditional Chinese translation
- โ Add distroless Docker image variant
- โ Add Go 1.18 to GitHub Action
- โฌ๏ธ Bump
github.com/tdewolff/minify/v2
from2.10.0
to2.11
- โฌ๏ธ Bump
github.com/prometheus/client_golang
from1.12.1
to1.12.2
- โฌ๏ธ Bump
github.com/lib/pq
from1.10.4
to1.10.6
-
v2.0.36 Changes
March 08, 2022- Gray out pagination buttons when they are not applicable
- ๐ Use truncated entry description as title if unavailable
- Do not fallback to InnerXML if XHTML title is empty
- โ Add
+
keyboard shortcut for new subscription page - โ Add
(+)
action next to Feeds to quickly add new feeds - ๐ Fix unstar not working via Google Reader API
- โ Remove circles in front of page header list items
- ๐ Fix CSS hover style for links styled as buttons
- Avoid showing
undefined
when clicking on read/unread - โ Add new keyboard shortcut
M
to toggle read/unread, and go to previous item - โ Add several icons to menus according to their roles
- โ Add missing event argument to
onClick()
function call - โ Add links to scraper/rewrite/filtering docs when editing feeds
- โ Add a rewrite rule for Castopod episodes
- ๐ Fix regression: reset touch-item if not in
/unread
page - โ Add API endpoint to fetch original article
- ๐ Show the category first in feed settings
- โ Add pagination on top of all entries
- Display Go version in "About" page
- โฌ๏ธ Bump
mvdan.cc/xurls/v2
from 2.3.0 to 2.4.0 - โฌ๏ธ Bump
github.com/prometheus/client_golang
from 1.11.0 to 1.12.1 - โฌ๏ธ Bump
github.com/tdewolff/minify/v2
from 2.9.28 to 2.10.0
-
v2.0.35 Changes
January 21, 2022- Set
read-all
permission toGITHUB_TOKEN
for GitHub Actions - ๐ Pin
jshint
version in linter job - ๐ Fix incorrect conversion between integer types
- โ Add new GitHub Actions workflows: CodeQL and Scorecards analysis
- ๐ Handle Atom feeds with space around CDATA
- โฌ๏ธ Bump
github.com/tdewolff/minify/v2
from 2.9.22 to 2.9.28 - โ Add Documentation directive to Systemd service
- Do not reset
touch-item
if successfully swiped - โ Add support for multiple authors in Atom feeds
- Omit
User-Agent
header in image proxy to avoid being blocked - ๐ Use custom feed user agent to fetch website icon
- ๐ง Make default Invidious instance configurable
- Add new rewrite rule
add_youtube_video_from_id
to add Youtube videos in Quanta articles - โ Add scrape and rewrite rules for
quantamagazine.org
- ๐ฆ Expose entry unshare link in the entry and list views
- โ Add Google Reader API implementation (experimental)
- โ Add
Content-Security-Policy
header to feed icon and image proxy endpoints- SVG images could contain Javascript. This CSP blocks inline script.
- Feed icons are served using
<img>
tag and Javascript is not interpreted.
- โ Add Finnish translation
- โ Add scraper rule for
ikiwiki.iki.fi
- โ Remove
SystemCallFilter
fromminiflux.service
- ๐ Fix minor typo in French translation
- Set
-
v2.0.34 Changes
December 16, 2021- โ Add rewrite rule for comics website http://monkeyuser.com
- โ Add
<head>
tag to OPML export - โก๏ธ Tighten Systemd sandboxing and update comments in
miniflux.service
- โ Add
RuntimeDirectory
to Systemd service - Order disabled feeds at the end of the list
- โ Add support for theme color based on preferred color scheme of OS
- โฌ๏ธ Bump
github.com/lib/pq
from 1.10.3 to 1.10.4 - โฌ๏ธ Bump
github.com/PuerkitoBio/goquery
from 1.7.1 to 1.8.0 - ๐ Fix typos in
model/icon.go
- Add
data-srcset
support toadd_dynamic_image rewrite
rewrite rule - ๐ Fix Docker Compose example files compatibility to v3
- โ Added the
role="article"
to<article>
elements for better accessibility with screen readers - Redact secrets shown on the about page
- ๐ Handle
srcset
images with no space after comma - Hide the logout link when using auth proxy
- ๐ Fix wrong CSS variable
- ๐ Change
-config-dump
command to useKEY=VALUE
format
-
v2.0.33 Changes
September 25, 2021- ๐ Build RPM and Debian package with PIE mode enabled
- โ Add CSS rule to hide
<template>
tag in old browsers - โฌ๏ธ Bump
github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22
- โฌ๏ธ Bump
github.com/lib/pq from 1.10.2 to 1.10.3
- โ Remove
RequestURI()
hack - ๐ Improve
zh_CN
translation - โ Add ability to change entry sort order in the UI
- โ Add minor improvements in integration package
- โ Add Telegram integration
- โ Add rewrite rule to remove DOM elements
- โ Add proxy argument to
scraper.Fetch()
- โ Add mime type
application/feed+json
to discover JSON Feed v1.1 - โก๏ธ Update scraper rule for
theregister.com
- โ Add Go 1.17 to GitHub Actions
- Display option to hide feed only when category is not already hidden
- โ Add option to hide feeds from the global Unread list
-
v2.0.32 Changes
August 14, 2021- โฌ๏ธ Bump
github.com/tdewolff/minify/v2
from 2.9.17 to 2.9.21 - โฌ๏ธ Bump
mvdan.cc/xurls/v2
from 2.2.0 to 2.3.0 - โฌ๏ธ Bump
github.com/PuerkitoBio/goquery
from 1.6.1 to 1.7.1 - โฌ๏ธ Bump
github.com/prometheus/client_golang
from 1.10.0 to 1.11.0 - โ Add
/rss/
to the list of well known URLs during feed discovery - ๐ Use
authors
entry for JSON 1.1 feeds - โ Added Greek translation
- โ Added the ability to mark an entire category as read in the web ui
- Added "in" in "logged in" for en_US
tooltip.logged_user
- โ Added option to hide categories from the global unread list
- ๐ Show "saving" labels for entry status button
- ๐ Golang client: Try to parse response body on
InternalServerError
errors - ๐ณ contrib: Add support for a $MINIFLUX_IMAGE env var in docker-compose
- ๐ณ contrib: Bump docker-compose version to 3.4
- โฌ๏ธ Bump
-
v2.0.31 Changes
June 06, 2021- ๐ฆ Expose comments_url entry field in Golang API client
- ๐ Use unique file names for cache busting instead of query string
- Highlight and sort feeds with unread entries in feeds list
- Mark items as read on click/middle click of external links
- ๐ Fix: Firefox on Windows does not show the active link as bold
- ๐ Avoid extra HTTP request for fetching custom stylesheet
- โ Remove invalid CSRF HTML meta tag
- โ Add lang attribute to root HTML tag
- ๐ Use runes instead of bytes to truncate JSON feed titles (avoid breaking Unicode strings)
- ๐ฆ Expose changed_at time through the API
- Add new config option CLEANUP_ARCHIVE_BATCH_SIZE
- Add new option DATABASE_CONNECTION_LIFETIME
- โ Add database stats to Prometheus exporter
- โ Add Systemd watchdog
- ๐ Avoid custom stylesheet to be cached by third-party CDN
- โก๏ธ Update a shared entry label translation in zh_CN
- โฌ๏ธ Bump github.com/tdewolff/minify/v2 from 2.9.16 to 2.9.17
- โฌ๏ธ Bump github.com/lib/pq from 1.10.1 to 1.10.2
-
v2.0.30 Changes
May 07, 2021- ๐ Security fix: any user can delete any feed (Regression introduced in commit 51fb949)
- ๐ Fix password reset via CLI
- 0๏ธโฃ Increase default batch size value
- ๐ Handle RSS feed title with encoded Unicode entities
- ๐ Show number of unread per category in category list instead of number of feeds
- โฌ๏ธ Bump github.com/lib/pq from 1.10.0 to 1.10.1
- Filtering doesn't work when selecting from multiple found feeds
- โฌ๏ธ Bump github.com/tdewolff/minify/v2 from 2.9.15 to 2.9.16
- ๐ Use an appropriate color for visited links on dark theme
- ๐ Fix typo in reader/json/doc.go
- ๐ Create SECURITY.md
- ๐ Setup golangci-lint Github Action
- โ Add per feed cookies option
- โฌ๏ธ Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0
- โฌ๏ธ Bump github.com/tdewolff/minify/v2 from 2.9.13 to 2.9.15
-
v2.0.29 Changes
March 21, 2021- Miniflux requires at least Go 1.16 now
- ๐ Improved support of Atom text constructs
- Improve handling of CDATA in text elements
- Omit XHTML root element because it should not be part of the content
- Fix incorrect parsing of HTML elements
- ๐ Handle RDF feed with HTML encoded entry title
- โ Add Turkish language
- ๐ Improve deletion of feeds with lots of entries
- โ Add support of Systemd readiness notification using the sd_notify protocol
- โ Remove feed_icons service worker cache because it's causing more problems than it solves (and HTTP cache seems faster)
- โ Add basic PWA offline page
- Add basic offline mode when using the service worker
- Starting in Chrome 93, offline mode is going to be a requirement to install the PWA
- Replace icon for "Add to home screen" button
- ๐ Use SVG icons for "toast" notifications
- ๐ Use SVG sprite for icons instead of inline elements
- Reset scroll position on mark page as read
- โ Add link to mark all feed entries as read
- ๐ง Make web app display mode configurable (The change is visible after reinstalling the web app)
- ๐ Handle RSS feeds with CDATA in author item element
- โ Add read time on the article page
- Avoid showing a broken image when there is no feed icon
- โ Add option to allow self-signed or invalid certificates
- โ Add new config option to scrape YouTube's website to get video duration as read time (disabled by default)
- Send full article content to Wallabag
- โ Add more extensive health check support
- Improve endpoint to test database connection
- Add new cli argument: -healthcheck
- Update Docker Compose examples
- โก๏ธ Update iframe "allow list" to support Bilibili videos
- โ Remove completely generated files and use embed package to bundle JS/CSS/Images/Translations files into the final binary
- โ Remove deprecated io/ioutil package
- ๐ Show Postgres version in "About" page
-
v2.0.28 Changes
February 15, 2021- โ Add HTTP header "Referrer-Policy: no-referrer"
- ๐ Handle entry title with double encoded entities
- โ Add Open Containers annotations to Docker image
- โ Remove iframe inner HTML contents (iframe element never has fallback content)
- โก๏ธ Update date parser to fix another time zone issue
- โก๏ธ Update German translation for blocklist and keeplist
- Validate Keep list and Block list rules syntax
- โ Add support for IPv6 with zone index
- ๐ Allow images with data URLs
- Limit full-text search indexation to first 500K characters (tsvector has a size limit of 1MB)
- ๐ Change PWA display mode to standalone
- ETag value is not set correctly in HTTP client (regression)
- โ Add database backed Let's Encrypt certificate cache
- ๐ Add global option POLLING_PARSING_ERROR_LIMIT
- โก๏ธ Update systemd service file comments to use
systemctl edit
for editing - โก๏ธ Update Go version to 1.15 in go.mod
- Don't discard the "Fetch via Proxy" option
- โก๏ธ Update man page to show the default values
- โ Add PostgreSQL indices
- โ Add API endpoints to get feeds and entries of a category
- ๐ Create feed query builder
- โฌ๏ธ Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1
- ๐ Show global options in the about page
- Update man page to mention -1 can be used for CLEANUP_ARCHIVE_* options