Compare commits

...

5 Commits

Author SHA1 Message Date
syuilo 95693496a0
Merge branch 'develop' into suspended-users-note 2025-05-01 17:56:09 +09:00
syuilo e9e5f976d3
Update CHANGELOG.md 2025-05-01 17:55:37 +09:00
github-actions[bot] 70232d3d73 [skip ci] Update CHANGELOG.md (prepend template) 2025-04-30 09:01:49 +00:00
github-actions[bot] 979cfc1bcd Release: 2025.4.1 2025-04-30 09:01:43 +00:00
github-actions[bot] 2bd4faafbc Bump version to 2025.4.1-rc.0 2025-04-30 00:15:24 +00:00
3 changed files with 13 additions and 3 deletions

View File

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

View File

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

View File

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