Update CHANGELOG.md

This commit is contained in:
PLUJA 2020-07-27 18:05:16 +02:00 committed by GitHub
parent 8f0ff53611
commit 3b945b41c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,45 +1,57 @@
## Unreleased ## Unreleased
- [ ] Import data from JSON file.
- [ ] Manage Youtube suscriptions
- [ ] Make all usernames available.
- [ ] Configuration page: Disable retweets.
- [ ] Configuration page: Disable loading media content.
- [ ] Configuration page: Dark mode
##### Long term
* See cited posts (if any). * See cited posts (if any).
* Share a tweet. * Share a tweet.
* Play media from Parasitter. * Play media from Parasitter.
* Configuration page.
* Disable retweets.
* Disable loading of media content (show links instead)
* Create following lists. * Create following lists.
## [0.1.1] - 2020-07-27
### Added
- [x] Ability to follow Youtube accounts.
- [x] Minor UI changes.
- [x] Efficiency improvements - 1s reduction on fetching time.
- [x] Export your followed accounts to a JSON file
## [0.1.0] - 2020-07-19 ## [0.1.0] - 2020-07-19
### Added ### Added
- Ability to save posts. - [x] Ability to save posts.
- Ability to remove a saved post. - [x] Ability to remove a saved post.
- Error pages: Error 500, Error 405 - [x] Error pages: Error 500, Error 405
- Open the original post on Nitter. - [x] Open the original post on Nitter.
### Changed ### Changed
- Significant improvement on fetching feed efficiency - Parallelism applied. - [x] Significant improvement on fetching feed efficiency - Parallelism applied.
- Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style. - [x] Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style.
### Fixed ### Fixed
- "Saved" menu element logged out instead of showing saved posts. - [x] "Saved" menu element logged out instead of showing saved posts.
## [0.0.2] - 2020-07-14 ## [0.0.2] - 2020-07-14
### Added ### Added
- First implementation of saved posts - Not working yet. - [x] First implementation of saved posts - Not working yet.
- Error 404 page. - [x] Error 404 page.
- Empty feed now shows a notice. - [x] Empty feed now shows a notice.
- Requirements.txt file for a better installation and update experience. - [x] Requirements.txt file for a better installation and update experience.
- Pinned posts are now marked as it. - [x] Pinned posts are now marked as it.
### Changed ### Changed
- More flexible user search. Search by username and show a list of possible results. - [x] More flexible user search. Search by username and show a list of possible results.
- Minor UI fixes. - [x] Minor UI fixes.
- Fetching of accounts in a slightly more efficient way. - [x] Fetching of accounts in a slightly more efficient way.
## [0.0.1] - 2020-07-13 ## [0.0.1] - 2020-07-13
### Added ### Added
- Ability to follow accounts. - [x] Ability to follow accounts.
- Ability to unfollow accounts. - [x] Ability to unfollow accounts.
- Ability to register users. - [x] Ability to register users.
- Ability to visit a user profile. - [x] Ability to visit a user profile.
- Search a user by its exact username. - [x] Search a user by its exact username.