Merge branch 'develop' into no-websocket

This commit is contained in:
syuilo 2025-05-07 11:55:47 +09:00
commit 24f83a105c
3 changed files with 16 additions and 7 deletions

View File

@ -1,13 +1,22 @@
## 2025.5.0
### Note
- DockerのNode.jsが22.15.0に更新されました
## Unreleased
### General
-
### Client
- Feat: マウスでもタイムラインを引っ張って更新できるように
-
### Server
-
## 2025.5.0
### Note
- DockerのNode.jsが22.15.0に更新されました
### Client
- Feat: マウスで中ボタンドラッグによりタイムラインを引っ張って更新できるように
- アクセシビリティ設定からオフにすることもできます
- Enhance: タイムラインのパフォーマンスを向上
- Enhance: バックアップされた設定のプロファイルを削除できるように

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2025.5.0-rc.0",
"version": "2025.5.0",
"codename": "nasubi",
"repository": {
"type": "git",

View File

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