- Mar 09, 2022
-
- Mar 07, 2022
-
-
Thiago Perrotta authored
Whenever the "prev" and "next" buttons have no hyperlink, decrease their opacity to signal that they lead to nowhere. This signal is stronger and more obvious than the current one which merely removes the underline decoration from the text. This patch is an improvement on top of https://github.com/miniflux/v2/pull/1107
-
dependabot[bot] authored
Bumps [mvdan.cc/xurls/v2](https://github.com/mvdan/xurls) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/mvdan/xurls/releases) - [Commits](https://github.com/mvdan/xurls/compare/v2.3.0...v2.4.0 ) --- updated-dependencies: - dependency-name: mvdan.cc/xurls/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Mar 05, 2022
-
-
Frédéric Guillot authored
-
- Mar 04, 2022
-
-
Frédéric Guillot authored
-
- Mar 03, 2022
-
-
Thiago Perrotta authored
-
Thiago Perrotta authored
-
- Feb 23, 2022
-
-
月杪 authored
-
- Feb 13, 2022
-
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
- Feb 02, 2022
-
-
Frédéric Guillot authored
-
Thiago Perrotta authored
-
Thiago Perrotta authored
Currently there is "Toggle read/unread = m", which toggles and then goes to the next item. Having the opposite operation available is handy, especially when adding new feeds and going through them from oldest to newest posts. It seems natural to map 'M' (= shift + 'm') for this action. Closes https://github.com/miniflux/v2/issues/1352
-
Thiago Perrotta authored
- refresh: https://tabler-icons.io/i/refresh - edit: https://tabler-icons.io/i/edit - delete: https://tabler-icons.io/i/delete - mark page as read: https://tabler-icons.io/i/check - mark all as read: https://tabler-icons.io/i/checks - show all entries: https://tabler-icons.io/i/eye - show only unread entries: https://tabler-icons.io/i/eye-off - create category: https://tabler-icons.io/i/folder-plus - add subscription: https://tabler-icons.io/i/plus - import: https://tabler-icons.io/i/file-import - export: https://tabler-icons.io/i/file-export - categories: https://tabler-icons.io/i/folders
-
- Jan 31, 2022
-
-
Frédéric Guillot authored
-
Thiago Perrotta authored
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.29 to 2.10.0. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.29...v2.10.0 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Romain de Laage authored
-
- Jan 28, 2022
-
-
Jacob Duba authored
-
- Jan 27, 2022
-
-
Pascal Noisette authored
-
- Jan 25, 2022
-
-
Orpheus Lummis authored
-
Thiago Perrotta authored
Enable users to move to prev/next page without having to scroll all the way to the bottom of the page. Furthermore, ensure consistency with entry.html which has top and bottom pagination.
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.28 to 2.9.29. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.28...v2.9.29 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 22, 2022
-
-
Alex Cohn authored
Translations are copy-paste best effort from the equivalent Postgres string, and might not account for grammatical gender, etc.
-
- Jan 20, 2022
-
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
Frédéric Guillot authored
-
- Jan 17, 2022
-
-
Adrian Smith authored
Trim space around CDATA elements before extracting the CharData. This problem was discovered when reading https://www.sethvargo.com/feed.xml. Title and Summary fields have newlines and space between the <title> element and the CDATA element. e.g. <title> <![CDATA[Entry title here]]> </title> This meant the title of the feed was coming into MiniFlux as, <![CDATA[Entry title here]]>
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.27 to 2.9.28. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.27...v2.9.28 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 15, 2022
-
-
Jacob Duba authored
-
Frédéric Guillot authored
-
- Jan 11, 2022
-
-
dependabot[bot] authored
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.9.26 to 2.9.27. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.9.26...v2.9.27 ) --- updated-dependencies: - dependency-name: github.com/tdewolff/minify/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jan 10, 2022
-
-
Frédéric Guillot authored
-