Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dsh2dsh/miniflux

Tags

v2.2.14

Toggle v2.2.14's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Fix tests after last merge

v2.2.13

Toggle v2.2.13's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Make DedupEntries be property of storage.Storage,

instead of passing it via context.Context.

v2.2.12

Toggle v2.2.12's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Merge branch 'upstream-main'

Revert non actual miniflux#3722

Revert useless shit miniflux#3645 miniflux#3701 miniflux#3704
miniflux#3724 miniflux#3706 miniflux#3720

Partly adopt miniflux#3706

v2.2.11

Toggle v2.2.11's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Mark as read on /unread using less(-1) SQL queries

`/unread` shows globally visible entries, so we can directly change count of
unread entries on the page, after status update. In this case we don't need to
exec second SQL query, which calcs number of globally visible updated entries.

v2.2.10

Toggle v2.2.10's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Merge branch 'upstream-main'

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Merge branch 'upstream-main'

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was signed with the committer’s verified signature.
dsh2dsh Denis Shaposhnikov
Add goreleaser.yml workflow