summaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(frontend): ↵かっこかり2025-12-111-0/+1
| | | | | | | | | | | 削除されたノートのリノートが正しく表示されない問題を修正 (#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * :art: * fix
* fix(sw): オフライン時のfetch timeout処理を実装 (#16952)まっちゃてぃー。2025-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(sw): implement fetch timeout handling for navigation and offline content * fix(sw): increase fetch timeout * fix(sw): improve fetch timeout handling for i18n content * fix(sw): 結局、fetchを通るかCacheがhitするはずなので、i18nのところはいらない * fix(sw): 400番台のエラーを無条件でオフラインページにしていたのを修正 * 間違えた * i18nもtimeoutが必要 * import sortingを修正 * import sortingを修正 * Fix: Frontend のsharedにはアクセスできないじゃん... * SPDX * Update CHANGELOG.md * Update packages/sw/src/scripts/lang.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update packages/sw/src/sw.ts Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(backend): ジョブキューでSentryが有効にならない問題を修正syuilo2025-12-081-1/+1
|
* Update CHANGELOG.md [ci skip]かっこかり2025-12-081-1/+1
|
* fix(frontend): ↵かっこかり2025-12-081-1/+1
| | | | | | | ロード時の言語判定結果が保存されない問題を修正 (#16956) * fix(frontend): ロード時の言語判定結果が保存されない問題を修正 * Update Changelog
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-12-061-0/+12
|
* Update CHANGELOG.mdsyuilo2025-12-061-0/+3
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2025-12-061-4/+1
|
* fix(frontend): stacking router ↵syuilo2025-12-041-1/+1
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* Revert "fix(frontend): stacking router ↵syuilo2025-12-041-1/+1
| | | | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正" This reverts commit a3c3052d0fae8223b73b4ee0abca2b6702da92a2.
* fix(frontend): stacking router ↵syuilo2025-12-041-1/+1
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* Update CHANGELOG.mdかっこかり2025-12-011-1/+1
|
* fix(deps): update [backend] update dependencies (major) (#16099)renovate[bot]2025-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(deps): update [backend] update dependencies * update approve builds * update minimum node version for testing * remove types/bcryptjs * fix(backend): remove removed type previously exported from file-type * migrate webauthnservice * Update Changelog * update deps (MisskeyIO#889) - メンテナンスされないredis-lockを自前実装に変更 - 既にロックされている場合のリトライ間隔を調整 * use main redis for lock * spdx * tweak max retries * [ci skip] dedupe * attempt to fix test * attempt to fix test * Revert "attempt to fix test" This reverts commit c508318627e4ffab030e1acf5182f58cc2eb51d8. * temporarily roll back simonjs/fake-timers to v11.3.1 * Revert "temporarily roll back simonjs/fake-timers to v11.3.1" This reverts commit 54f1fc3d7917089e05b20fc5b86435e3f5e5b040. * migrate sinonjs/fake-timers * update deps / migrate jest 30 * fix test * fix: update node.js min version to 20.18.1 * fix: rollback nsfwjs to 4.2.0 * fix * attempt to fix test * attempt to fix test * attempt to fix test * attempt to fix test * revert jest 30 related changes * update deps * fix test * fix: rollback nsfwjs to 4.2.0 * fix: rollback sharp to 0.33 * update deps * fix: rollback sharp-read-bmp to 1.2.0 * fix: rollback nsfwjs to 4.2.0 * recreate lockfile * update deps * fix: rollback sharp-read-bmp to 1.2.0 * fix: rollback jsdom, parse5 * fix: rollback jsdom types * fix [ci skip] * run pnpm dedupe * update deps * run pnpm dedupe [ci skip] * Update Changelog [ci skip] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.11.2-alpha.0github-actions[bot]2025-11-291-1/+1
|
* perf(backend): ↵syuilo2025-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jsdom、happy-domをやめて軽量な実装にし、メモリ削減・高速化 (#16885) * wip * Update packages/backend/src/server/api/endpoints/i/update.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/FetchInstanceMetadataService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove some packages * コミット漏れ * clean up * fix * Update MfmService.ts * fix * fix * Update MfmService.ts * wip * rename * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/activitypub/ApRendererService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/backend/src/core/MfmService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update MfmService.ts * Update CHANGELOG.md --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-11-281-0/+12
|
* Update CHANGELOG.mdsyuilo2025-11-281-3/+0
|
* Update CHANGELOG.md [ci skip]かっこかり2025-11-271-0/+2
|
* Revert "fix(backend): `clips/my-favorites` ↵かっこかり2025-11-271-1/+0
| | | | | | | | | APIをページネーションに対応させる (#16835)" (#16874) * Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)" This reverts commit 70fa621e22b90b1f649eb3c1d291cec1ed57b0ac. * fix
* fix(frontend): ↵syuilo2025-11-261-0/+1
| | | | | | 初回読み込み時にエラーになることがある問題を修正 Fix #16562
* fix(frontend): ↵かっこかり2025-11-261-0/+1
| | | | | | | | | フォロー申請のキャンセル時に確認ダイアログを出すように (#16834) * fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように * Update Changelog * fix: 注釈は書かない
* fix(backend): ワードミュートの文字数計算を修正syuilo2025-11-261-0/+1
|
* Update CHANGELOG.mdsyuilo2025-11-251-0/+1
|
* fix(frontend): ↵syuilo2025-11-251-0/+1
| | | | ナビゲーションバーを下に表示しているときに、項目数が多いと表示が崩れる問題を修正
* fix(frontend): ↵かっこかり2025-11-251-0/+2
| | | | | | | | | | | | | MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (#16832) * fix: MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (MisskeyIO#1105) * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix(backend): ↵かっこかり2025-11-241-0/+2
| | | | | | | | | | | DBレプリケーションを利用する環境でクエリーが失敗する問題を修正 (#16842) * fix: DBレプリケーションを利用する環境でクエリーが失敗する問題を修正 (MisskeyIO#1123) * Update Changelog --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-11-241-0/+2
| | | | | | | | | | | PlayのAiScriptバージョン判定が正しく動作しない問題を修正 (#16843) * fix: aiscript 1.0.0 以外が全部レガシー扱いになる問題を修正 (MisskeyIO#1129) * Update Changelog --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* Bump version to 2025.11.1-alpha.0github-actions[bot]2025-11-241-1/+1
|
* fix(frontend): ↵かっこかり2025-11-241-0/+1
| | | | | | | | | | | 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 (#16837) * fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-11-241-0/+1
| | | | | | | リセットボタンでCWがリセットされない問題を修正 (#16820) * fix(frontend): リセットボタンでCWがリセットされない問題を修正 * update changelog
* fix(backend): ↵かっこかり2025-11-241-0/+1
| | | | | | | | | | | チャンネルのリアルタイム更新で非ログイン時非表示設定が考慮されていない問題を修正 (#16833) * fix(backend): チャンネルのリアルタイム更新でロックダウン設定が考慮されていない問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-11-241-0/+3
|\
| * fix(backend): DeepL翻訳のAPIキー指定方式変更に対応 (#16839)かっこかり2025-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spec: DeepL Deprecation of query parameter and request body authentication (MisskeyIO#1096) https://developers.deepl.com/docs/resources/breaking-changes-change-notices/november-2025-deprecation-of-legacy-auth-methods * Update Changelog * Update Changelog * :v: [ci skip] --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* | chore(backend/dev): remove cli-highlight dependency to reduce memory usagesyuilo2025-11-241-0/+1
|/
* fix(backend): `clips/my-favorites` ↵かっこかり2025-11-231-1/+1
| | | | | | | | | | | APIをページネーションに対応させる (#16835) * fix(backend): `clips/my-favorites` APIをページネーションに対応させる * fix * fix test * fix
* fix: ↵果物リン2025-11-201-0/+2
| | | | | | | | | | | ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 (#16816) * fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 * add changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ページのコンテンツがはみ出る問題を修正 ↵かっこかり2025-11-201-0/+1
| | | | | | | (#16817) * fix(frontend): ページのコンテンツがはみ出る問題を修正 * Update Changelog
* enhance(frontend): ↵kami82025-11-191-2/+1
| | | | | | | | | | | | | | | リアクションの受け入れ設定にキャプションを追加 (#16807) * enhance(frontend): リアクションの受け入れ設定にキャプションを追加 * Update Changelog * CHANGELOG.mdを修正 * CHANGELOG.mdのコンフリクトを解消し、再度変更内容を記載 * 条件分岐をswitch文に変更 * chore: trigger CI re-run
* [skip ci] Update CHANGELOG.md (prepend template)github-actions[bot]2025-11-161-0/+12
|
* fix(frontend): ↵おさむのひと2025-11-151-0/+1
| | | | | | | | | カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 (#16785) * fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 * rollback * 詳細度->!important
* fix(frontend): 投稿フォームのアバター画像が縮むのを修正 ↵おさむのひと2025-11-151-0/+1
| | | | | | | | | (#16790) * fix(frontend): 投稿フォームのアバター画像が縮むのを修正 * fix CHANGELOG.md * fix
* チャンネルの説明欄の最小文字数制約を除去する (#16782)claustra012025-11-121-0/+1
| | | | | | | | | | | * chore: channelのdescriptionを空欄にできるようにする * update: CHANGELOG.md * update: CHANGELOG.md * fix: CHANGELOG.md * fix: CHANGELOG.md
* enhance(frontend): ↵かっこかり2025-11-101-0/+3
| | | | | | | | | アンテナ・リストの設定画面・タイムラインの動線を改善 (#16739) * enhance(frontend): アンテナ・リストの設定画面からタイムラインへの動線を追加 * Update Changelog * fix
* Update CHANGELOG.md [ci skip]かっこかり2025-11-081-0/+1
|
* fix(frontend): ↵果物リン2025-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 一部のページでもっと見るが自動で行われないバグの修正 (#16754) * 一部のページでもっと見るが自動で行われないバグの修正 * fix(frontend): MkPagination で UI アニメーションオフ時に自動ロードが動作しない問題を修正 Transition コンポーネントの mode="out-in" が、アニメーション無効時でも 適用されており、IntersectionObserver の検出に干渉していた問題を修正。 アニメーション有効時のみ mode="out-in" を適用するように変更。 Co-authored-by: 果物リン <fruitriin@users.noreply.github.com> * enhance: ユーザーの設定値にかかわらず無限スクロールをオフにできるオプションを追加 * Update Changelog * MkNotesTimeline.vueにforceDisableInfiniteScrollを追加、 note.vueの前方向の読み込みでこれを有効 * fix lint * refactor --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): 投稿フォームのヒントを追加 (#16712)syuilo2025-11-071-0/+1
| | | | | | | | | | | | | | | * wip * wip * Update MkSpot.vue * Update MkPostForm.vue * wip * wip * Update CHANGELOG.md
* feat: チャンネルミュートの実装 (#14105)おさむのひと2025-11-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add channel_muting table and entities * add channel_muting services * タイムライン取得処理への組み込み * misskey-jsの型とインターフェース生成 * Channelスキーマにミュート情報を追加 * フロントエンドの実装 * 条件が逆だったのを修正 * 期限切れミュートを掃除する機能を実装 * TLの抽出条件調節 * 名前の変更と変更不要の差分をロールバック * 修正漏れ * isChannelRelatedの条件に誤りがあった * [wip] テスト追加 * テストの追加と検出した不備の修正 * fix test * fix CHANGELOG.md * 通常はFTTにしておく * 実装忘れ対応 * fix merge * fix merge * add channel tl test * fix CHANGELOG.md * remove unused import * fix lint * fix test * fix favorite -> favorited * exclude -> include * fix CHANGELOG.md * fix CHANGELOG.md * maintenance * fix CHANGELOG.md * fix * fix ci * regenerate * fix * Revert "fix" This reverts commit 699d50c6ec798777d8e9667cb5d45a26b06bfc93. * fixed --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat(frontend): EXIFフレーム機能 (#16725)syuilo2025-11-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ImageEffector.ts * Update image-label-renderer.ts * Update image-label-renderer.ts * wip * Update image-label-renderer.ts * wip * wip * wip * wip * wip * wip * wip * Update use-uploader.ts * Update watermark.ts * wip * wu * wip * Update image-frame-renderer.ts * wip * wip * Update image-frame-renderer.ts * Create ImageCompositor.ts * Update ImageCompositor.ts * wip * wip * Update ImageEffector.ts * wip * Update use-uploader.ts * wip * wip * wip * wip * Update fxs.ts * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageFrameEditorDialog.vue * Update use-uploader.ts * improve error handling * Update use-uploader.ts * 🎨 * wip * wip * lazy load * lazy load * wip * wip * wip
* enhance(frontend): Extend links to profile pages (#16417)Souma2025-11-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend): Add a link to profile to banner and avatar Increase the area of links to click easily. * chore(frontend): Change the link of notes count Move to the notes tab for better userbility. * feat(frontend): Add links to notes, followers and following For easy transition to the shown information. * docs(changelog): Add a description about this change Users can notice what's changed by this PR. * style(frontend): Fix the linter error Remove the duplicated space. * refactor(frontend): Don't surround the banners with links It may conflict with the follow buttons. * docs(changelog): Move the changes to the latest version This feature is not merged and will be released in the latest version. Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com> --------- Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Bump version to 2025.11.0-alpha.0github-actions[bot]2025-11-061-1/+1
|