From edead62fc020cd8c9c19c1426d215e2df74c500d Mon Sep 17 00:00:00 2001 From: Mattia Succurro Date: Thu, 10 Oct 2019 15:21:33 +0200 Subject: [PATCH] Adding changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df920e2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.4 + +* Adding quick mention. You can now create a message mentioning another user in one click. +* Adding an about section, version number and license. +* Improved repository with better README, CHANGELOG, requirements.txt and option to specify port on run_example.py + +## 0.3 + +* This version (and every version below) is not a true version, but was added later by repository owner in changelog only. +* Added notifications (including count on top bar) and public timeline. + +## 0.2 + +* Added file upload. + +## 0.1 + +* Initial commit.