fix(frontend): PlayのAiScriptバージョン判定が正しく動作しない問題を修正 (#16843)

* fix: aiscript 1.0.0 以外が全部レガシー扱いになる問題を修正 (MisskeyIO#1129)

* Update Changelog

---------

Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
This commit is contained in:
かっこかり
2025-11-24 20:53:39 +09:00
committed by GitHub
parent 14730e429a
commit 42706970f2
3 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
- Fix: ヘッダーメニューのチャンネルの新規作成の項目でチャンネル作成ページに飛べない問題を修正 #16816
- Fix: 一部のシチュエーションで投稿フォームのツアーが正しく表示されない問題を修正
- Fix: 投稿フォームのリセットボタンで注釈がリセットされない問題を修正
- Fix: PlayのAiScriptバージョン判定v0.x系・v1.x系の判定が正しく動作しない問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/1129)
### Server
- Enhance: `clips/my-favorites` APIがページネーションに対応しました