coriplus/CHANGELOG.md

38 lines
1.7 KiB
Markdown
Raw Normal View History

2019-10-10 15:21:33 +02:00
# Changelog
2019-10-16 19:06:09 +02:00
## 0.6-dev
## 0.5.0
2019-10-12 19:22:10 +02:00
* Removed `type` and `info` fields from `Message` table and merged `privacy` field, previously into a separate table, into that table. In order to make the app work, when upgrading you should run the `migrate_0_4_to_0_5.py` script.
* Added flask-login dependency. Now, user logins can be persistent up to 365 days.
2019-10-14 14:30:22 +02:00
* Rewritten `enrich` filter, correcting a serious security flaw. The new filter uses a tokenizer and escapes all non-markup text. Plus, now the `+` of the mention is visible, but weakened; newlines are now visible in the message.
2019-10-14 19:53:33 +02:00
* Now you can edit or change privacy to messages after they are published. After a message it's edited, the date and time of the message is changed.
2019-10-14 21:24:41 +02:00
* Fixed a bug when uploading.
2019-10-15 16:32:36 +02:00
* Moved the site name, previously hard-coded into templates, into `config.py`.
2019-10-12 19:22:10 +02:00
## 0.4.0
2019-10-10 15:21:33 +02:00
* Adding quick mention. You can now create a message mentioning another user in one click.
2019-10-11 14:53:13 +02:00
* Added mention notifications.
2019-10-10 19:43:02 +02:00
* Adding an about section, footer, version number and license.
2019-10-10 15:21:33 +02:00
* Improved repository with better README, CHANGELOG, requirements.txt and option to specify port on run_example.py
2019-10-10 19:43:02 +02:00
* Split app config from app module.
* Added the capability to specify post privacy. Now you can choose to post your message to the public, to friends (mutual followers) or only you.
2019-10-11 14:53:13 +02:00
* Added the capability to log in specifying email instead of username.
* Added the precise date of a message as a tooltip when hovering over the human-readable date.
2019-10-11 12:57:40 +02:00
* Now Python 3 is enforced.
2019-10-10 15:21:33 +02:00
## 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.