New version - 2020.07.29

This commit is contained in:
PLUJA 2020-07-29 11:12:21 +02:00 committed by GitHub
parent 0a7a30c07a
commit 042beda512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
## Unreleased ## Unreleased
- [ ] Import data from JSON file. - [ ] Import data from JSON file.
- [ ] Database: Fix following logic. - [ ] Database: Fix following logic.
- [ ] Youtube: Manage suscriptions
- [ ] Youtube: Show video time duration
- [ ] Configuration page: Disable retweets. - [ ] Configuration page: Disable retweets.
- [ ] Configuration page: Disable loading media content. - [ ] Configuration page: Disable loading media content.
- [ ] Configuration page: Dark mode - [ ] Configuration page: Dark mode
@ -13,10 +11,12 @@
- Play media from Parasitter. - Play media from Parasitter.
- Create following lists. - Create following lists.
## [0.1.1] - 2020-07-27 ## [0.2.0] - 2020-07-29
### Added ### Added
- [x] Ability to follow Youtube accounts. - [x] Ability to follow Youtube accounts.
- [x] Export your followed accounts to a JSON file - [x] Export your followed accounts to a JSON file
- [x] Youtube: Manage suscriptions
- [x] Youtube: Show video time duration
### Changed ### Changed
- [x] Efficiency improvements. ~1s reduction on fetching time. - [x] Efficiency improvements. ~1s reduction on fetching time.