Home > Releases
Release date:
api
: rand.Intn(math.MaxInt64)
causes tests to fail on 32-bit architectures (use rand.Int()
instead)ci
: use docker/metadata-action
instead of deprecated shell-scriptsdatabase
: remove entries_feed_url_idx
index because entry URLs can exceeds btree index size limitfinder
: find feeds from YouTube playlisthttp/response
: add brotli compression supportintegration/matrix
: fix function name in commentpackaging
: specify container registry explicitly (e.g., Podman does not use docker.io
by default)packaging
: use make miniflux
instead of duplicating go build
arguments (this leverages Go’s PIE build mode)reader/fetcher
: add brotli content encoding supportreader/processor
: minimize feed entries HTML contentreader/rewrite
: add a rule for oglaf.com
storage
: change GetReadTime()
function to use entries_feed_id_hash_key
indexui
: add seek and speed controls to media playerui
: add tag entries pageui
: fix JavaScript error when clicking on unread counterui
: use FORCE_REFRESH_INTERVAL
config for category refreshgithub.com/tdewolff/minify/v2
from 2.20.19
to 2.20.20
golang.org/x/net
from 0.22.0
to 0.24.0
golang.org/x/term
from 0.18.0
to 0.19.0
golang.org/x/oauth2
from 0.18.0
to 0.19.0
github.com/yuin/goldmark
from 1.7.0
to 1.7.1