Update CHANGELOG.md
Some checks failed
API report (misskey.js) / report (push) Waiting to run
Check Misskey JS version / Check version (push) Waiting to run
Check SPDX-License-Identifier / check-spdx-license-id (push) Waiting to run
Check copyright year / check_copyright_year (push) Waiting to run
Publish Docker image (develop) / Build (linux/amd64) (push) Waiting to run
Publish Docker image (develop) / Build (linux/arm64) (push) Waiting to run
Publish Docker image (develop) / merge (push) Blocked by required conditions
Dockle / dockle (push) Waiting to run
Lint / pnpm_install (push) Waiting to run
Lint / lint (backend) (push) Blocked by required conditions
Lint / lint (frontend) (push) Blocked by required conditions
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Release Manager: sync changelog with PR / edit (push) Waiting to run
Storybook / build (push) Waiting to run
Test (backend) / unit (20.16.0) (push) Waiting to run
Test (backend) / e2e (20.16.0) (push) Waiting to run
Test (frontend) / vitest (20.16.0) (push) Waiting to run
Test (frontend) / e2e (chrome, 20.16.0) (push) Waiting to run
Test (misskey.js) / test (20.16.0) (push) Waiting to run
Test (production install and build) / production (20.16.0) (push) Waiting to run
Test (backend) / validate-api-json (20.16.0) (push) Waiting to run
Lint / locale_verify (push) Has been cancelled

This commit is contained in:
syuilo 2024-10-14 12:38:12 +09:00
parent 3b361a9d0b
commit 140322b8e2

View File

@ -8,8 +8,9 @@
- Feat: ユーザーの名前に禁止ワードを設定できるように
### Client
- Enhance: l10nの更新
- Enhance: タイムライン表示時のパフォーマンスを向上
- Enhance: アーカイブした個人宛のお知らせを表示・編集できるように
- Enhance: l10nの更新
- Fix: メールアドレス不要でCaptchaが有効な場合にアカウント登録完了後自動でのログインに失敗する問題を修正
### Server