Update readme and changelog
This commit is contained in:
parent
d8f7d609aa
commit
635e3eaa2d
4 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ __pycache__/
|
||||||
uploads/
|
uploads/
|
||||||
*.pyc
|
*.pyc
|
||||||
**~
|
**~
|
||||||
|
**/.*.swp
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue