aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 15:46:59 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 15:46:59 -0800
commit549a4277b0c000d7cf0b2867c895599d283d70a1 (patch)
tree1b4c982e8a2c6205cb646b11c4d1e6d11ecfbab0 /README.md
parent238b9e4c8594b8846b3cd9a24702a2299581a0a1 (diff)
Add flush history feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25e58bd..564fdb7 100644
--- a/README.md
+++ b/README.md
@@ -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