summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15933 from misskey-dev/developmisskey-release-bot[bot]2025-05-07148-1019/+1758
|\ | | | | Release: 2025.5.0
| * Release: 2025.5.0github-actions[bot]2025-05-072-2/+2
| |
| * Update CHANGELOG.mdsyuilo2025-05-071-4/+1
| |
| * enhance(frontend): add debug roomsyuilo2025-05-072-0/+70
| |
| * 🎨syuilo2025-05-074-46/+58
| |
| * 🎨syuilo2025-05-074-46/+82
| |
| * 🎨syuilo2025-05-061-2/+2
| |
| * enhance(frontend): ↵syuilo2025-05-066-11/+86
| | | | | | | | バックアップされた設定のプロファイルを削除できるように
| * 🎨syuilo2025-05-061-3/+3
| |
| * Bump version to 2025.5.0-rc.0github-actions[bot]2025-05-062-2/+2
| |
| * New Crowdin updates (#15949)syuilo2025-05-065-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Russian)
| * Fix 1745378064470-composite-note-index.js (#15968)anatawa122025-05-061-1/+1
| |
| * fix: developのtypecheckエラーを修正 (#15967)おさむのひと2025-05-063-226/+8
| |
| * fix(backend): enumerate achievement types in some response schema (#15953)zyoshoka2025-05-0612-121/+138
| | | | | | | | | | * fix(backend): enumerate achievement types in some response schema * refactor: use `ref`
| * add icon project filesyuilo2025-05-061-0/+0
| |
| * 🎨syuilo2025-05-062-51/+58
| |
| * 🎨syuilo2025-05-062-5/+26
| |
| * refactor(frontend): 空/エラー結果表示をコンポーネント化 ↵syuilo2025-05-0637-265/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15963) * wip * wip * wip * wip * wip * Update MkResult.vue * Add storybook story for MkResult (#15964) * Update MkResult.vue --------- Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
| * chore(deps): sharpを固定 (#15957)Kisaragi2025-05-051-0/+2
| | | | | | cf. misskey-dev#15920
| * Bump version to 2025.5.0-beta.0github-actions[bot]2025-05-052-2/+2
| |
| * use sharp 0.33.5syuilo2025-05-052-7/+216
| | | | | | | | Fix #15920
| * tweak ui stylesyuilo2025-05-051-3/+8
| |
| * Bump version to 2025.5.0-alpha.2github-actions[bot]2025-05-052-2/+2
| |
| * fix(frontend): 横スワイプの挙動改善 (#15952)かっこかり2025-05-051-7/+20
| |
| * fix(frontend): make enableHorizontalSwipe default falsesyuilo2025-05-051-1/+1
| |
| * fix(frontend): handle error in user popup (#15948)zyoshoka2025-05-052-3/+14
| |
| * docs(changelog): add information for #15924 (#15947)Sayamame-beans2025-05-041-0/+2
| |
| * Bump version to 2025.5.0-alpha.1github-actions[bot]2025-05-042-2/+2
| |
| * New Crowdin updates (#15935)syuilo2025-05-043-0/+5
| | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (English)
| * chore(deps): update node.js to v22.15.0 (#15606)renovate[bot]2025-05-048-9/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(deps): update node.js to v22.15.0 * chore: determine Jest args from Node.js version * fix * fix: `import.meta.dirname` is not supported in v20.10.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
| * Fix MkPullToRefresh behaviour (#15944)syuilo2025-05-041-20/+33
| | | | | | | | | | | | | | * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue
| * 🎨syuilo2025-05-041-1/+1
| |
| * fix(frontend): ↵かっこかり2025-05-044-7/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ダイアログのお知らせが画面からはみ出ることがある問題を修正 (#15878) * fix(frontend): ダイアログのお知らせが画面からはみ出ることがある問題を修正 * Update Changelog * :art: * :art: * enhance: スクロールしないと閉じられないように * Update CHANGELOG.md
| * fix(deps): update dependency vite to v6.3.4 [security] (#15918)renovate[bot]2025-05-045-36/+37
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * chore(workflow): use `node-version-file` instead of hardcoded `node-version` ↵zyoshoka2025-05-0413-56/+38
| | | | | | | | | | | | | | (#15658) * chore(workflow): use `node-version-file` instead of hardcoded `node-version` * chore: test min version
| * fix(frontend): ↵かっこかり2025-05-042-3/+54
| | | | | | | | | | | | | | | | | | | | | | MkFolderのアニメーションにフォールバックを追加 (#15937) * fix(frontend): Chrome系以外のブラウザでMkFolderがアニメーションしない問題を修正 * fix * Update Changelog * fix
| * enhance(frontend): ↵かっこかり2025-05-042-17/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | タイムラインpush時のアニメーションを調整 (#15936) * fix(frontend): タイムラインpush時のアニメーションを復元 * :art: * enhance: 消える際のアニメーションも追加 * better support for non-supported browsers * fix: Skip Note Rendering有効時、TransitionGroupでnoteを追加するときに一瞬がくっとなる問題を修正 * :art: * fix
| * enhance(frontend): 中クリックでPullToRefreshするようにsyuilo2025-05-044-29/+34
| | | | | | | | Close #15931
| * Bump version to 2025.5.0-alpha.0github-actions[bot]2025-05-043-3/+3
| |
| * New Crowdin updates (#15922)syuilo2025-05-045-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (German) * New translations ja-jp.yml (English)
| * refactor: ファイルアップロード時のテストを追加 (#15928)おさむのひと2025-05-045-32/+304
| | | | | | | | | | * refactor: ファイルアップロード時のテストを追加 * なぜかsemverが消えてた
| * perf(frontend): improve MkInstanceTicker rendering performancesyuilo2025-05-041-14/+4
| |
| * add notesyuilo2025-05-031-0/+1
| |
| * perf(frontend): improve MkPullToRefresh render performancesyuilo2025-05-031-1/+1
| |
| * tweak MkPullToRefresh.vuesyuilo2025-05-031-4/+7
| |
| * perf(frontend): tweak PageWithHeadersyuilo2025-05-031-1/+2
| |
| * tweak MkPullToRefreshsyuilo2025-05-031-5/+8
| |
| * tweak MkPullToRefreshsyuilo2025-05-031-2/+2
| |
| * Update CHANGELOG.mdsyuilo2025-05-031-1/+2
| |
| * Revert "fix: ↵おさむのひと2025-05-038-362/+96
| | | | | | | | | | | | | | | | | | 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" (#15927) * Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" This reverts commit 7e8cc4d7c0a86ad0bf71a727fb16132e8bc180a8. * fix CHANGELOG.md