enhance(backend): Add display name to email (#16256)

* feat(backend): Add display name to email

Make it clear who sent emails.

* docs(changelog): Add a description about this change

Users can notice what's changed by this PR.
This commit is contained in:
Souma
2025-07-05 18:22:08 +09:00
committed by GitHub
parent f128682200
commit abde15979b
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
### Server
- Enhance: sinceId/untilIdが指定可能なエンドポイントにおいて、sinceDate/untilDateも指定可能に
- Enhance: メールの送信者としてサーバー名を表示するように (サーバー名が設定されている場合)
- Fix: ジョブキューのProgressの値を正しく計算する