2024.11.0-yumechinokuni.8
All checks were successful
Test (production install and build) / production (22.11.0) (push) Successful in 1m12s
Lint / pnpm_install (push) Successful in 1m45s
Publish Docker image / Build (push) Successful in 4m46s
Lint / lint (backend) (push) Successful in 2m10s
Lint / lint (frontend) (push) Successful in 2m15s
Lint / lint (frontend-embed) (push) Successful in 2m15s
Lint / lint (frontend-shared) (push) Successful in 2m13s
Lint / lint (misskey-bubble-game) (push) Successful in 2m4s
Lint / lint (misskey-js) (push) Successful in 2m17s
Lint / lint (misskey-reversi) (push) Successful in 2m13s
Lint / lint (sw) (push) Successful in 2m24s
Lint / typecheck (backend) (push) Successful in 2m0s
Lint / typecheck (misskey-js) (push) Successful in 1m34s
Lint / typecheck (sw) (push) Successful in 1m28s
All checks were successful
Test (production install and build) / production (22.11.0) (push) Successful in 1m12s
Lint / pnpm_install (push) Successful in 1m45s
Publish Docker image / Build (push) Successful in 4m46s
Lint / lint (backend) (push) Successful in 2m10s
Lint / lint (frontend) (push) Successful in 2m15s
Lint / lint (frontend-embed) (push) Successful in 2m15s
Lint / lint (frontend-shared) (push) Successful in 2m13s
Lint / lint (misskey-bubble-game) (push) Successful in 2m4s
Lint / lint (misskey-js) (push) Successful in 2m17s
Lint / lint (misskey-reversi) (push) Successful in 2m13s
Lint / lint (sw) (push) Successful in 2m24s
Lint / typecheck (backend) (push) Successful in 2m0s
Lint / typecheck (misskey-js) (push) Successful in 1m34s
Lint / typecheck (sw) (push) Successful in 1m28s
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
756c8b3ef4
commit
a3a6d2b5ba
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
|
||||
## 2024.11.0-yumechinokuni.8
|
||||
|
||||
- Frontend: SSRでユーザープロフィールが表示されない問題を修正
|
||||
- Security: SSRプライバシー方面の改善
|
||||
- Security: AP Payloadの検証を強化
|
||||
|
||||
## 2024.11.0-yumechinokuni.7
|
||||
|
||||
- Misskey Trademark内容をWebUIから削除
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "2024.11.0-yumechinokuni.7",
|
||||
"version": "2024.11.0-yumechinokuni.8",
|
||||
"codename": "nasubi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue