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]
|
|
|
|
|
2023-02-21 18:18:25 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Show current username in HTML page title.
|
|
|
|
|
2023-02-10 00:21:04 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Remove invisible characters from display names.
|
2023-02-19 19:02:36 +00:00
|
|
|
- Use `/api/v1/statuses/{status_id}/thread` API endpoint to load threads.
|
|
|
|
- Use `<input type="search">` for search bar.
|
2023-02-19 19:33:25 +00:00
|
|
|
- Changed custom emoji vertical alignment and size.
|
2023-02-19 19:36:05 +00:00
|
|
|
- Expect `/api/v1/statuses` to return status code 200.
|
2023-02-21 19:15:23 +00:00
|
|
|
- Insert application-name meta tag at build time.
|
2023-02-21 19:41:43 +00:00
|
|
|
- Disable post submission button while attachment is being uploaded.
|
2023-02-10 00:21:04 +00:00
|
|
|
|
2023-02-06 00:42:49 +00:00
|
|
|
## [1.13.0] - 2023-02-06
|
|
|
|
|
2023-02-03 23:07:31 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Reload home timeline when clicking on "Home" button.
|
|
|
|
|
2023-01-29 19:01:36 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Improved username validation.
|
2023-02-04 15:42:52 +00:00
|
|
|
- Hide subscription settings page if user doesn't have permission to manage subscriptions.
|
2023-01-29 19:01:36 +00:00
|
|
|
|
2023-02-02 01:50:42 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Restore payment details when navigating back to subscription payment page from another page.
|
2023-02-03 00:03:06 +00:00
|
|
|
- Disable visibility menu in reply if parent post is not public.
|
2023-02-02 01:50:42 +00:00
|
|
|
|
2023-01-26 19:07:56 +00:00
|
|
|
## [1.12.0] - 2023-01-26
|
|
|
|
|
2023-01-26 14:17:24 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Enlarge custom emojis on hover.
|
|
|
|
|
2023-01-25 07:01:42 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Disabled posting and reposting if current user doesn't have `create_post` permission.
|
|
|
|
|
2023-01-23 12:58:57 +00:00
|
|
|
## [1.11.0] - 2023-01-23
|
|
|
|
|
2023-01-20 20:03:30 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Show number of subscribers on subscription settings page.
|
2023-01-21 23:05:54 +00:00
|
|
|
- Render emojis when previewing post.
|
2023-01-20 20:03:30 +00:00
|
|
|
|
2023-01-20 19:10:39 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Show full date and time in post timestamp tooltip.
|
2023-01-20 19:29:42 +00:00
|
|
|
- Show error message if profile details can't be updated.
|
2023-01-20 20:59:23 +00:00
|
|
|
- Set file name for follower/following list downloads.
|
2023-01-20 19:10:39 +00:00
|
|
|
|
2023-01-18 20:18:52 +00:00
|
|
|
## [1.10.0] - 2023-01-18
|
|
|
|
|
2023-01-08 21:00:25 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added "Experiments" section to Settings page (includes "Move Followers" feature).
|
2023-01-09 23:21:16 +00:00
|
|
|
- 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.
|
2023-01-18 01:22:45 +00:00
|
|
|
- Show actor address in repost action tooltip.
|
2023-01-08 21:00:25 +00:00
|
|
|
|
2023-01-09 22:31:39 +00:00
|
|
|
### 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
|
|
|
|
|
2022-12-28 22:42:04 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added `/@username` routes for profile pages.
|
2022-12-30 18:35:38 +00:00
|
|
|
- Allowed to attach image from clipboard.
|
2023-01-06 17:39:41 +00:00
|
|
|
- Started using media limits provided by the backend.
|
2023-01-07 17:17:18 +00:00
|
|
|
- Send avatar and banner media types to server when updating profile info.
|
2022-12-28 22:42:04 +00:00
|
|
|
|
2022-12-26 01:57:17 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Changed text on Ethereum page.
|
2022-12-29 18:14:16 +00:00
|
|
|
- Not showing profile stats if profile is remote.
|