fedimovies-web/CHANGELOG.md

47 lines
1.2 KiB
Markdown
Raw Normal View History

2022-12-26 01:57:17 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Show number of subscribers on subscription settings page.
2023-01-21 23:05:54 +00:00
- Render emojis when previewing post.
### Fixed
- Show full date and time in post timestamp tooltip.
- Show error message if profile details can't be updated.
- Set file name for follower/following list downloads.
2023-01-18 20:18:52 +00:00
## [1.10.0] - 2023-01-18
### Added
- Added "Experiments" section to Settings page (includes "Move Followers" feature).
- Show error message if moving of followers fails.
2023-01-11 22:29:54 +00:00
- Added "Import Follows" page.
2023-01-17 01:53:45 +00:00
- Display custom emojis.
- Show actor address in repost action tooltip.
### Changed
- Use `/api/v1/settings/move_followers` endpoint to move followers.
2023-01-07 23:13:23 +00:00
## [1.9.0] - 2023-01-08
### Added
- Added `/@username` routes for profile pages.
- Allowed to attach image from clipboard.
- Started using media limits provided by the backend.
- Send avatar and banner media types to server when updating profile info.
2022-12-26 01:57:17 +00:00
### Changed
- Changed text on Ethereum page.
- Not showing profile stats if profile is remote.