2020-07-15 16:22:48 +05:30
|
|
|
## Unreleased
|
2020-07-27 21:35:16 +05:30
|
|
|
- [ ] Import data from JSON file.
|
2020-07-27 21:44:27 +05:30
|
|
|
- [ ] Database: Fix following logic.
|
2020-07-27 21:35:16 +05:30
|
|
|
- [ ] Configuration page: Disable retweets.
|
|
|
|
- [ ] Configuration page: Disable loading media content.
|
|
|
|
- [ ] Configuration page: Dark mode
|
|
|
|
|
|
|
|
##### Long term
|
2020-07-27 21:44:27 +05:30
|
|
|
- See cited posts (if any).
|
|
|
|
- Share a tweet.
|
|
|
|
- Play media from Parasitter.
|
|
|
|
- Create following lists.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
2020-08-23 14:36:28 +05:30
|
|
|
## [0.2.1] - 2020-08-23
|
|
|
|
### Added
|
|
|
|
- [x] Youtube: Ability to view a channel page: /channel/<id>
|
|
|
|
- [x] Youtube: Ability to search with full text: Channels and videos.
|
|
|
|
|
2020-08-16 20:17:50 +05:30
|
|
|
## [0.2.1a] - 2020-08-16
|
2020-08-16 19:12:26 +05:30
|
|
|
#### Breaking dependence with Invidious.
|
|
|
|
### Changed
|
|
|
|
- [x] Get video info through `youtube-dl`
|
|
|
|
- [x] Stream video to client through local proxy.
|
|
|
|
- [x] List videos without Invidious RSS feed.
|
2020-08-16 20:17:35 +05:30
|
|
|
- [x] Use Video.js player.
|
2020-08-17 14:34:10 +05:30
|
|
|
- [x] Search no longer depends on Invidious / APIs
|
2020-08-16 19:12:26 +05:30
|
|
|
|
2020-07-29 14:42:21 +05:30
|
|
|
## [0.2.0] - 2020-07-29
|
2020-07-27 21:35:16 +05:30
|
|
|
### Added
|
2020-07-29 14:43:17 +05:30
|
|
|
- [x] Export your followed accounts (Youtube and Twitter) to a JSON file
|
|
|
|
- [x] Youtube: follow Youtube accounts.
|
2020-07-29 14:42:21 +05:30
|
|
|
- [x] Youtube: Manage suscriptions
|
|
|
|
- [x] Youtube: Show video time duration
|
2020-07-27 21:35:16 +05:30
|
|
|
|
2020-07-27 21:41:36 +05:30
|
|
|
### Changed
|
2020-07-27 21:42:00 +05:30
|
|
|
- [x] Efficiency improvements. ~1s reduction on fetching time.
|
2020-07-27 21:41:36 +05:30
|
|
|
- [x] Minor UI changes.
|
|
|
|
|
2020-07-29 14:44:31 +05:30
|
|
|
### Fixed
|
|
|
|
- [x] Saving posts didn't work on 2020.07.24 update.
|
|
|
|
|
2020-07-19 14:36:54 +05:30
|
|
|
## [0.1.0] - 2020-07-19
|
2020-07-15 16:22:48 +05:30
|
|
|
### Added
|
2020-07-27 21:35:16 +05:30
|
|
|
- [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.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
|
|
|
### Changed
|
2020-07-27 21:35:16 +05:30
|
|
|
- [x] Significant improvement on fetching feed efficiency - Parallelism applied.
|
|
|
|
- [x] Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
|
|
|
### Fixed
|
2020-07-27 21:35:16 +05:30
|
|
|
- [x] "Saved" menu element logged out instead of showing saved posts.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
|
|
|
## [0.0.2] - 2020-07-14
|
|
|
|
### Added
|
2020-07-27 21:35:16 +05:30
|
|
|
- [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.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
|
|
|
### Changed
|
2020-07-27 21:35:16 +05:30
|
|
|
- [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.
|
2020-07-15 16:22:48 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [0.0.1] - 2020-07-13
|
|
|
|
### Added
|
2020-07-27 21:35:16 +05:30
|
|
|
- [x] Ability to follow accounts.
|
|
|
|
- [x] Ability to unfollow accounts.
|
|
|
|
- [x] Ability to register users.
|
|
|
|
- [x] Ability to visit a user profile.
|
|
|
|
- [x] Search a user by its exact username.
|