forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #626 from update-host
- Loading branch information
Showing
143 changed files
with
15,915 additions
and
10,920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
submodules: true | ||
- uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -57,7 +57,7 @@ jobs: | |
submodules: true | ||
- uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -83,7 +83,7 @@ jobs: | |
submodules: true | ||
- uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,10 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Install FFmpeg | ||
uses: FedericoCarboni/setup-ffmpeg@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -94,7 +96,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,18 @@ | |
- Enhance: URLプレビューの有効化・無効化を設定できるように #13569 | ||
- Enhance: アンテナでBotによるノートを除外できるように | ||
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/545) | ||
- Enhance: クリップのノート数を表示するように | ||
- Enhance: コンディショナルロールの条件として以下を新たに追加 (#13667) | ||
- 猫ユーザーか | ||
- botユーザーか | ||
- サスペンド済みユーザーか | ||
- 鍵アカウントユーザーか | ||
- 「アカウントを見つけやすくする」が有効なユーザーか | ||
- Fix: Play作成時に設定した公開範囲が機能していない問題を修正 | ||
- Fix: 正規化されていない状態のhashtagが連合されてきたhtmlに含まれているとhashtagが正しくhashtagに復元されない問題を修正 | ||
|
||
### Client | ||
- Feat: アップロードするファイルの名前をランダム文字列にできるように | ||
- Enhance: 自分のノートの添付ファイルから直接ファイルの詳細ページに飛べるように | ||
- Enhance: 広告がMisskeyと同一ドメインの場合はRouterで遷移するように | ||
- Enhance: リアクション・いいねの総数を表示するように | ||
|
@@ -19,6 +28,16 @@ | |
- Enhance: ページのデザインを変更 | ||
- Enhance: 2要素認証(ワンタイムパスワード)の入力欄を改善 | ||
- Enhance: 「今日誕生日のフォロー中ユーザー」ウィジェットを手動でリロードできるように | ||
- Enhance: 映像・音声の再生にブラウザのネイティブプレイヤーを使用できるように | ||
- Enhance: 映像・音声の再生メニューに「再生速度」「ループ再生」「ピクチャインピクチャ」を追加 | ||
- Enhance: 映像・音声の再生にキーボードショートカットが使えるように | ||
- Enhance: ノートについているリアクションの「もっと!」から、リアクションの一覧を表示できるように | ||
- Enhance: リプライにて引用がある場合テキストが空でもノートできるように | ||
- 引用したいノートのURLをコピーしリプライ投稿画面にペーストして添付することで達成できます | ||
- Enhance: フォローするかどうかの確認ダイアログを出せるように | ||
- Enhance: Playを手動でリロードできるように | ||
- Enhance: 通報のコメント内のリンクをクリックした際、ウィンドウで開くように | ||
- Chore: AiScriptを0.18.0にバージョンアップ | ||
- Fix: 一部のページ内リンクが正しく動作しない問題を修正 | ||
- Fix: 周年の実績が閏年を考慮しない問題を修正 | ||
- Fix: ローカルURLのプレビューポップアップが左上に表示される | ||
|
@@ -29,12 +48,32 @@ | |
- Fix: コードブロックのシンタックスハイライトで使用される定義ファイルをCDNから取得するように #13177 | ||
- CDNから取得せずMisskey本体にバンドルする場合は`pacakges/frontend/vite.config.ts`を修正してください。 | ||
- Fix: タイムゾーンによっては、「今日誕生日のフォロー中ユーザー」ウィジェットが正しく動作しない問題を修正 | ||
- Fix: CWのみの引用リノートが詳細ページで純粋なリノートとして誤って扱われてしまう問題を修正 | ||
- Fix: ノート詳細ページにおいてCW付き引用リノートのCWボタンのラベルに「引用」が含まれていない問題を修正 | ||
- Fix: ダイアログの入力で字数制限に違反していてもEnterキーが押せてしまう問題を修正 | ||
- Fix: ダイレクト投稿の宛先が保存されない問題を修正 | ||
- Fix: Playのページを離れたときに、Playが正常に初期化されない問題を修正 | ||
- Fix: ページのOGP URLが間違っているのを修正 | ||
- Fix: リバーシの対局を正しく共有できないことがある問題を修正 | ||
- Fix: 通知をグループ化している際に、人数が正常に表示されないことがある問題を修正 | ||
|
||
### Server | ||
- Enhance: エンドポイント`antennas/update`の必須項目を`antennaId`のみに | ||
- Enhance: misskey-dev/[email protected]の取り込み(プレビュー生成処理の効率化) | ||
- Fix: フォローリクエストを作成する際に既存のものは削除するように | ||
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/440) | ||
- Fix: エンドポイント`notes/translate`のエラーを改善 | ||
- Fix: CleanRemoteFilesProcessorService report progress from 100% (#13632) | ||
- Fix: 一部の音声ファイルが映像ファイルとして扱われる問題を修正 | ||
- Fix: リプライのみの引用リノートと、CWのみの引用リノートが純粋なリノートとして誤って扱われてしまう問題を修正 | ||
- Fix: 登録にメール認証が必須になっている場合、登録されているメールアドレスを削除できないように | ||
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/606) | ||
- Fix: Add Cache-Control to Bull Board | ||
- Fix: nginx経由で/files/にRangeリクエストされた場合に正しく応答できないのを修正 | ||
- Fix: 一部のタイムラインのストリーミングでインスタンスミュートが効かない問題を修正 | ||
- Fix: グローバルタイムラインで返信が表示されないことがある問題を修正 | ||
- Fix: リノートをミュートしたユーザの投稿のリノートがミュートされる問題を修正 | ||
- Fix: AP Link等は添付ファイル扱いしないようになど (#13754) | ||
|
||
## 2024.3.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.