mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add flush history feature
This commit is contained in:
parent
238b9e4c85
commit
549a4277b0
15 changed files with 79 additions and 17 deletions
|
@ -9,6 +9,7 @@ Miniflux is a minimalist and opinionated feed reader:
|
|||
- Works only with Postgresql
|
||||
- Doesn't use any ORM
|
||||
- Doesn't use any complicated framework
|
||||
- Use only modern vanilla Javascript (ES6 and fetch)
|
||||
- The number of features is volountary limited
|
||||
|
||||
It's simple, fast, lightweight and super easy to install.
|
||||
|
@ -29,7 +30,7 @@ TODO
|
|||
- [ ] External integrations (Pinboard, Wallabag...)
|
||||
- [ ] Gzip compression
|
||||
- [ ] Integration tests
|
||||
- [ ] Flush history
|
||||
- [X] Flush history
|
||||
- [ ] OAuth2
|
||||
|
||||
Credits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue