This commit is contained in:
syuilo 2023-02-08 18:03:13 +09:00
parent 2e1fbb5b16
commit eac3bf8bff
2 changed files with 8 additions and 2 deletions

View file

@ -8,13 +8,19 @@
You should also include the user name that made the change.
-->
## 13.x.x (unreleased)
## 13.5.0 (2023/02/08)
### Changes
- perf(client): do not render custom emojis in user names
### Improvements
- Client: disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motionにする
- enhance(client): tweak medialist style
### Bugfixes
- fix docker health check
- Client: MkEmojiPickerでもChromeで検索ダイアログで変換確定するとそのまま検索されてしまうのを修正
- fix(mfm): default degree not used in rotate
- fix(server): validate urls from ap to improve security
## 13.4.0 (2023/02/05)

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.4.0",
"version": "13.5.0",
"codename": "nasubi",
"repository": {
"type": "git",