From 99e6ef599647b3815e3350e86e10985043e5e692 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 2 Apr 2022 15:26:48 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33ee9a60..bc2f2ec1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,14 +16,19 @@ You should also include the user name that made the change. - Bull Dashboardを組み込み、ジョブキューの確認や操作を行えるように @syuilo - Bull Dashboardを開くには、最初だけ一旦ログアウトしてから再度管理者権限を持つアカウントでログインする必要があります - Check that installed Node.js version fulfills version requirement @ThatOneCalculator -- Server: performance improvements @syuilo +- Server: overall performance improvements @syuilo +- Federation: avoid duplicate activity delivery @Johann150 +- Federation: limit federation of reactions on direct notes @Johann150 +- Client: タッチパッド・タッチスクリーンでのデッキの操作性を向上 @tamaina ### Bugfixes +- email address validation was not working @ybw2016v - API: fix endpoint endpoint @Johann150 - API: fix admin/meta endpoint @syuilo - API: improved validation and documentation for endpoints that accept different variants of input @Johann150 - API: `notes/create`: The `mediaIds` property is now deprecated. @Johann150 - Use `fileIds` instead, it has the same behaviour. +- Client: URIエンコーディングが異常でdecodeURIComponentが失敗するとURLが表示できなくなる問題を修正 @tamaina ## 12.108.1 (2022/03/12)