diff --git a/.gitignore b/.gitignore index 0bd8872..cbec1df 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ uploads/ *.pyc **~ +**/.*.swp diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5269a..e9bc814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. * Moved user stats inside profile info. * Adding Privacy Policy. +* Adding links to Terms and Privacy at the bottom of any page. ## 0.5.0 diff --git a/README.md b/README.md index 5602072..8139d41 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/). * Create text statuses, optionally with image * Follow users * Timeline feed +* Add info to your profile * In-site notifications * SQLite-based app diff --git a/static/.style.css.swp b/static/.style.css.swp deleted file mode 100644 index e371f78..0000000 Binary files a/static/.style.css.swp and /dev/null differ