This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/CHANGELOG.md

46 lines
1.2 KiB
Markdown
Raw Normal View History

2020-07-15 16:22:48 +05:30
## Unreleased
2020-07-19 14:37:20 +05:30
* See cited posts (if any).
2020-07-15 16:22:48 +05:30
* Share a tweet.
* Play media from Parasitter.
* Configuration page.
* Disable retweets.
* Disable loading of media content (show links instead)
* Create following lists.
2020-07-19 14:36:54 +05:30
## [0.1.0] - 2020-07-19
2020-07-15 16:22:48 +05:30
### Added
- Ability to save posts.
- Ability to remove a saved post.
- Error pages: Error 500, Error 405
2020-07-19 14:38:17 +05:30
- Open the original post on Nitter.
2020-07-15 16:22:48 +05:30
### Changed
- Significant improvement on fetching feed efficiency - Parallelism applied.
2020-07-15 16:23:34 +05:30
- Changelogs now using [Keep a changelog](https://keepachangelog.com/en/1.0.0/) style.
2020-07-15 16:22:48 +05:30
### 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.