firefish/docs/changelog.md

117 lines
3.7 KiB
Markdown
Raw Normal View History

2024-02-17 09:40:05 +00:00
# Changelog
Critical security updates are indicated by the :warning: icon.
## Unreleased
- Add a page (`/my/follow-requests/sent`) to check your follow requests that haven't been approved
- Add ability to hide replies from certain users in timelines
2024-02-29 22:47:40 +00:00
- Admins are now allowed to migrate their account
- This was requested by personal server admins
2024-02-29 23:51:19 +00:00
- Change default client settings (you can restore the previous settings)
- Use system's font
- For acceccibility reasons (related discussion: <https://github.com/misskey-dev/misskey/issues/10192>)
- Disable vibrations
- Don't show gaps between posts in timelines
- Show the instance ticker on local posts
- Change default user settings (existing users are not affected)
- Reject crawler indexing
- Set reaction history to public
- Change default server settings (existing servers are not affected)
- Disable new user registration
2024-02-29 13:48:37 +00:00
## v20240229
2024-02-29 13:28:04 +00:00
- Add ability to pull-down-to-refresh timelines in PWA
- Make passkey/security key independent of TOTP (!10670)
- Fix bugs
2024-02-27 19:50:14 +00:00
## v20240228
2024-02-27 17:28:38 +00:00
2024-02-27 19:50:14 +00:00
- Update "About Firefish" page (!10673)
- Fix bugs (!10675 !10676 !10678 !10679)
2024-02-27 17:28:38 +00:00
- Remove charts generation to improve performance (#10611)
2024-02-25 12:05:50 +00:00
## v20240225
- Fix bugs
- Add syntax highlighting in MFM code blocks in various programming languages
2024-02-22 09:27:29 +00:00
## v20240222
2024-02-22 08:26:01 +00:00
- Enhance Mastodon post import feature (!10652)
- Minor style change in the web client
- Refactoring
2024-02-21 09:11:38 +00:00
## v20240221-1
- Fix a bug
2024-02-20 23:44:06 +00:00
## v20240221
2024-02-20 08:39:32 +00:00
- Add the ability to give regular (non-moderator) users permission to manage custom emojis
2024-02-20 18:25:45 +00:00
- Fix a bug that made impossible to update user profiles under some conditions
2024-02-20 22:24:52 +00:00
- Add "private" (only me) post visibility
- It's just a paraphrase of DMs without recipients
- You can also convert your existing public posts to private posts
2024-02-20 08:39:32 +00:00
2024-02-17 09:40:05 +00:00
## :warning: v20240217-1
- Fix a [security issue](https://github.com/misskey-dev/misskey/security/advisories/GHSA-qqrm-9grj-6v32)
## v20240217
2024-02-16 08:28:39 +00:00
- Add ability to specify the search engine used in the search bar MFM
- Remove auto NSFW media detection
- The "Hide NSFW media" config is now per device and per account
- Increase the max number of pinned posts from 5 to 15
- Change the second tab on the notifications page from "unread" to "reactions"
- Add ability to show a huge post button on the posting form
- This is a joke feature inspired by https://mstdn.poyo.me/@prime/110668364208741253
- Bug fix
- Add `/api/emojis` endpoint (compatible with Misskey v13) for better experiences with Misskey clients
2024-02-16 08:26:52 +00:00
- This does not mean we will continue to maintain API compatibility with Misskey. Instead, we plan to improve the compatibility with the Mastodon API.
2024-02-17 09:40:05 +00:00
## v20240216
2024-02-16 08:28:39 +00:00
- Style changes in the web client (a770ef4314e21f17fdce1f19feb3758953b04486 ab39ff5954a392cc6688a02f1723e1702df5e35c 4eefd534d8150e2cd5cf31dddd327edceb5b84dc)
- Clicking the "like" button now sends the actual emoji reaction (star, good, heart, etc.) instead of an empty "like"
2024-02-17 09:40:05 +00:00
## v20240215
2024-02-16 08:28:39 +00:00
- Separate settings for displaying rounded avatars for cat and non-cat accounts
- Add a toggleable setting to replace the chat button with account menu on mobile
- Reduce the size of the container image (!10667)
2024-02-17 09:40:05 +00:00
## v20240214
2024-02-13 17:50:31 +00:00
2024-02-16 08:28:39 +00:00
- Fix container images
2024-02-13 17:50:31 +00:00
2024-02-17 09:40:05 +00:00
## v20240213
2024-02-16 08:28:39 +00:00
- Bug fix
- Refactoring
2024-02-17 09:40:05 +00:00
## v20240212
2024-02-11 17:50:02 +00:00
2024-02-16 08:28:39 +00:00
- Refactoring
- Add a toggleable setting to hide follow buttons in a misclickable position
- Add a toggleable setting to show preview in posting form by default
2024-02-17 09:40:05 +00:00
## v20240210
2024-02-10 04:55:26 +00:00
2024-02-16 08:28:39 +00:00
- Security update (cf5b42a160ae8a4d94bf3dcea04ce12935ca4f76)
- Refactoring
2024-02-10 04:55:26 +00:00
2024-02-17 09:40:05 +00:00
## v20240208
2024-02-07 17:40:50 +00:00
2024-02-16 08:28:39 +00:00
- Bug fix (!10654 !10665)
- Enlarge profile picture by clicking it (!10659)
- Support Pleroma chat (!10660)
- [Add documentation about downgrading](./docs/downgrade.md)
2024-02-07 17:40:50 +00:00
2024-02-17 09:40:05 +00:00
## v20240206
2024-02-07 17:40:50 +00:00
2024-02-16 08:28:39 +00:00
- Many bug fixes
- Per-post language selector (!10616)