From 890b77e842e19d81bf67acdf73c6bb385c21c3ec Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Fri, 31 Jul 2020 12:40:18 +0200 Subject: [PATCH] New version - 2020.07.31 --- CHANGELOG.md | 53 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f700e1f..9af270a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ## Unreleased -- [ ] Import data from JSON file. -- [ ] Database: Fix following logic. +- [ ] General: Import data from JSON file. +- [ ] Database: Improve following logic. - [ ] Configuration page: Disable retweets. - [ ] Configuration page: Disable loading media content. -- [ ] Configuration page: Dark mode +- [ ] Configuration page: Dark mode. +- [ ] Configuration page: Change Invidious / Nitter instance. +- [ ] Youtube: Follow management page. ##### Long term - See cited posts (if any). @@ -11,6 +13,15 @@ - Play media from Parasitter. - Create following lists. +## [0.2.1] - 2020-07-29 +### Added +- [x] Youtube: New video page - Watch videos without exiting Parasitter. +- [x] Youtube: Improved search - You can now search for channels and videos. + +### Changed +- [x] General: Improved code structure. +- [x] Efficiency: Minor improvements + ## [0.2.0] - 2020-07-29 ### Added - [x] Export your followed accounts (Youtube and Twitter) to a JSON file @@ -19,38 +30,38 @@ - [x] Youtube: Show video time duration ### Changed -- [x] Efficiency improvements. ~1s reduction on fetching time. -- [x] Minor UI changes. +- [x] Efficiency: improvements. ~1s reduction on fetching time. +- [x] General: Minor UI changes. ### Fixed -- [x] Saving posts didn't work on 2020.07.24 update. +- [x] Twitter: Saving posts didn't work on 2020.07.24 update. ## [0.1.0] - 2020-07-19 ### Added -- [x] Ability to save posts. -- [x] Ability to remove a saved post. -- [x] Error pages: Error 500, Error 405 -- [x] Open the original post on Nitter. +- [x] Twitter: Ability to save posts. +- [x] Twitter: Ability to remove a saved post. +- [x] Twitter: Open the original post on Nitter. +- [x] General: Error pages: Error 500, Error 405 ### Changed -- [x] Significant improvement on fetching feed efficiency - Parallelism applied. -- [x] Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style. +- [x] Efficiency: Significant improvement on fetching feed efficiency - Parallelism applied. +- [x] General: Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style. ### Fixed -- [x] "Saved" menu element logged out instead of showing saved posts. +- [x] Twitter: "Saved" menu element logged out instead of showing saved posts. ## [0.0.2] - 2020-07-14 ### Added -- [x] First implementation of saved posts - Not working yet. -- [x] Error 404 page. -- [x] Empty feed now shows a notice. -- [x] Requirements.txt file for a better installation and update experience. -- [x] Pinned posts are now marked as it. +- [x] Twitter: First implementation of saved posts - Not working yet. +- [x] Twitter: Empty feed now shows a notice. +- [x] Twitter: Pinned posts are now marked as it. +- [x] General: Error 404 page. +- [x] General: Requirements.txt file for a better installation and update experience. ### Changed -- [x] More flexible user search. Search by username and show a list of possible results. -- [x] Minor UI fixes. -- [x] Fetching of accounts in a slightly more efficient way. +- [x] Twitter: More flexible user search. Search by username and show a list of possible results. +- [x] General: Minor UI fixes. +- [x] Efficiency: Fetching of accounts in a slightly more efficient way.