Update readme and changelog

This commit is contained in:
Yusur 2019-10-20 20:19:20 +02:00
parent d8f7d609aa
commit 635e3eaa2d
4 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ __pycache__/
uploads/ uploads/
*.pyc *.pyc
**~ **~
**/.*.swp

View file

@ -9,6 +9,7 @@
* When visiting signup page as logged in, user should confirm he wants to create another account in order to do it. * When visiting signup page as logged in, user should confirm he wants to create another account in order to do it.
* Moved user stats inside profile info. * Moved user stats inside profile info.
* Adding Privacy Policy. * Adding Privacy Policy.
* Adding links to Terms and Privacy at the bottom of any page.
## 0.5.0 ## 0.5.0

View file

@ -11,6 +11,7 @@ Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
* Create text statuses, optionally with image * Create text statuses, optionally with image
* Follow users * Follow users
* Timeline feed * Timeline feed
* Add info to your profile
* In-site notifications * In-site notifications
* SQLite-based app * SQLite-based app

Binary file not shown.