Update CHANGELOG.md

This commit is contained in:
PLUJA 2020-07-15 12:52:48 +02:00 committed by GitHub
parent ea0f5c502f
commit f83f8dcd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,43 @@
# 15.07.2020 - v0.1.0a ## Unreleased
* BIG efficiency improvements making Parasitter much more cool to use. * Share a tweet.
* Improved user search * Play media from Parasitter.
* Ability to save posts * Configuration page.
* Ability to remove saved posts * Disable retweets.
* Better error handling: Error pages. * Disable loading of media content (show links instead)
* Create following lists.
# 14.07.2020 - v0.0.2a ## [0.1.0] - 2020-07-15
* Efficiency improvements ### Added
* First implementation of saved posts (Not working yet) - Ability to save posts.
* Search user by username and list related users. - Ability to remove a saved post.
* Minor UI fixes - Error pages: Error 500, Error 405
* New error page
* Empty feed page
* Requirements.txt for easier installing and updating process.
* Pinned posts are now shown.
* Several efficiency and code improvements.
* Minor UI fixes.
# 13.07.2020 - v0.0.1a ### Changed
* Follow accounts - Significant improvement on fetching feed efficiency - Parallelism applied.
* Create users - Changelogs are now kept using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style.
* Visit a user profile
### Fixed
- "Saved" menu element logged out instead of showing saved posts.
## [0.0.2] - 2020-07-14
### Added
- First implementation of saved posts - Not working yet.
- Error 404 page.
- Empty feed now shows a notice.
- Requirements.txt file for a better installation and update experience.
- Pinned posts are now marked as it.
### Changed
- More flexible user search. Search by username and show a list of possible results.
- Minor UI fixes.
- Fetching of accounts in a slightly more efficient way.
## [0.0.1] - 2020-07-13
### Added
- Ability to follow accounts.
- Ability to unfollow accounts.
- Ability to register users.
- Ability to visit a user profile.
- Search a user by its exact username.