Compare commits

..

No commits in common. "95693496a08f88711a39bd84ed4f545fbb39cbfa" and "92f8e830410e0fca42fe1f4e34a4d542759c729a" have entirely different histories.

3 changed files with 3 additions and 13 deletions

View File

@ -1,14 +1,3 @@
## Unreleased
### General
-
### Client
-
### Server
- Enhance: 凍結されたユーザのノートが各種タイムラインで表示されないように `#15775`
## 2025.4.1
### General
@ -19,6 +8,7 @@
- Enhance: サーバーブロックの対象になっているサーバーについて、当該サーバーのユーザーや既知投稿を見えないように
- Enhance: 依存関係の更新
- Enhance: 翻訳の更新
- Enhance: 凍結されたユーザのノートが各種タイムラインで表示されないように `#15775`
- Fix: セキュリティに関する修正
### Client

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.4.1",
"version": "2025.4.1-beta.9",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.4.1",
"version": "2025.4.1-beta.9",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",