899273554a 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.4-alpha.1  
							
							
							
						 
						
							2025-06-26 04:38:12 +00:00  
				
					
						
							
							
								 
						
							
								bf57557ba3 
								
							 
						 
						
							
							
								
								refactor(frontend): refactor uploader image editing features and menu  
							
							... 
							
							
							
							Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly. 
							
						 
						
							2025-06-26 12:10:15 +09:00  
				
					
						
							
							
								 
						
							
								8fda4fefaf 
								
							 
						 
						
							
							
								
								refactor  
							
							
							
						 
						
							2025-06-26 12:06:53 +09:00  
				
					
						
							
							
								 
						
							
								f1983d1aa5 
								
							 
						 
						
							
							
								
								Update type from UploaderDialogFeatures to UploaderFeatures  
							
							... 
							
							
							
							Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage. 
							
						 
						
							2025-06-26 12:02:25 +09:00  
				
					
						
							
							
								 
						
							
								60649f4d66 
								
							 
						 
						
							
							
								
								add note  
							
							
							
						 
						
							2025-06-26 12:01:56 +09:00  
				
					
						
							
							
								 
						
							
								525a330637 
								
							 
						 
						
							
							
								
								tweak eslint config  
							
							
							
						 
						
							2025-06-26 10:49:41 +09:00  
				
					
						
							
							
								 
						
							
								b455e63da7 
								
							 
						 
						
							
							
								
								chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように ( #16215 )  
							
							... 
							
							
							
							* chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように
* fix message
* naming
* SPDX 
							
						 
						
							2025-06-26 08:26:44 +09:00  
				
					
						
							
							
								 
						
							
								c424554d4a 
								
							 
						 
						
							
							
								
								ジョブキューの`Progress`の値を正しく計算する ( #16218 )  
							
							... 
							
							
							
							* fix: ジョブキューのProgressの値の範囲を 0~100 に統一
* fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する 
							
						 
						
							2025-06-25 20:30:17 +09:00  
				
					
						
							
							
								 
						
							
								eee9a5f853 
								
							 
						 
						
							
							
								
								enhance(frontend): ページネーションの並び順を逆にできるように  
							
							
							
						 
						
							2025-06-25 20:26:20 +09:00  
				
					
						
							
							
								 
						
							
								4d72d6caf4 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.4-alpha.0  
							
							
							
						 
						
							2025-06-25 08:50:37 +00:00  
				
					
						
							
							
								 
						
							
								b752dc72e5 
								
							 
						 
						
							
							
								
								feat: ノートの下書き(draft of note) ( #15298 )  
							
							... 
							
							
							
							* WIp (backend)
* Remove unused
* 下書きbackend 続き
* fix(backedn): visibilityが下書きに反映されない
* Update packages/backend/src/postgres.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Fix : import order
* fix(backend) : createでcwが効かない
* FIX FOREGIN KEY
* wip: frontend(既存の下書きを挿入)
まだ:チャンネル表示、下書きの作成、削除
* WIP: ノート選択ダイアログ
投稿時に下書きを削除
* Promiseに変更
* 連合なし、チャンネルも表示
* Hashtagの値抜け漏れ
* hasthagを0文字でも作成可能に
* 下書きの保存機構
* chore(misskey-js): build types
* localOnly抜け漏れ
* チャンネル情報の書き換え
* enhance(frontend): ヘッダ部の表示改善
* fix(frontend): ファイル添付できない
* fix: no file
* fix(frontend): 投票が反映されない
* ハッシュタグの展開(コメントアウト外し忘れ)
* fix: visibleUserIdsが反映されない
* enhance: APIの型を整備
* refactor: 型が整備できたのでasを削除
* Add userhost
* fix
* enhance: paginationを使う
* fix
* fix: 自分のアカウントでの投稿でしか下書きを利用できないように
完全に塞ぐことはできないが一応
* 🎨 
* APIのエラーIDを追加
* enhance: スタイル調整
* remove unused code
* 🎨 
* fix: ロールポリシーの型
* ロールの編集画面
* ダイアログの挙動改善
* 下書き機能が利用できない場合は表示しないように
* refactor
* fix: ダブルクリックが効かない問題を修正
* add comments
* fix
* fix: 保存時のエラーの種別にかかわらずmodalを閉じないように
* fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた)
* fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように
* fix(backend): テキストが0文字でも下書きは保存できるように
* Fix(backend): replyIdの型定義がミスっているのを修正
* chore(misskey-js): update types
* Add CHANGELOG
* lint
* 常にサーバー下書きに保存し、上限を超えた場合のみ尋ねるように
* NoteDraftServiceにcreate, updateの処理を移譲
* Fix typeerror
* remove tooltip
* Remove Mkbutton:short and use iconOnly
* 不要なコメントの削除
* Remove Short Completely
* wip
* escキーまわりの挙動を改善
* 下書き選択時に下書き可能数と現在の量が分かるように
* cleanUp
* wip
* wi
* wip
* Update MkPostForm.vue
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-06-25 17:09:23 +09:00  
				
					
						
							
							
								 
						
							
								06d31c0b78 
								
							 
						 
						
							
							
								
								fix(frontend): ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正  
							
							... 
							
							
							
							Fix  #16206  
						
							2025-06-25 10:55:30 +09:00  
				
					
						
							
							
								 
						
							
								32d4c312ef 
								
							 
						 
						
							
							
								
								enhance(frontend): ファイルアップロード前にキャプション設定を行えるように  
							
							... 
							
							
							
							Resolve  #16210  
						
							2025-06-25 10:49:58 +09:00  
				
					
						
							
							
								 
						
							
								36fde67992 
								
							 
						 
						
							
							
								
								enhance(frontend): improve theme settings  
							
							
							
						 
						
							2025-06-25 10:23:39 +09:00  
				
					
						
							
							
								 
						
							
								43abbce2af 
								
							 
						 
						
							
							
								
								enhance(frontend): 全てのページネーションにおいてコンテキストメニューからリロードできるように  
							
							
							
						 
						
							2025-06-25 10:08:44 +09:00  
				
					
						
							
							
								 
						
							
								684424f26a 
								
							 
						 
						
							
							
								
								enhance(frontend): improve useScrollPositionKeeper  
							
							
							
						 
						
							2025-06-24 20:30:32 +09:00  
				
					
						
							
							
								 
						
							
								36989e0cd3 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2025-06-24 20:24:34 +09:00  
				
					
						
							
							
								 
						
							
								d518682e73 
								
							 
						 
						
							
							
								
								add note  
							
							
							
						 
						
							2025-06-24 11:44:16 +09:00  
				
					
						
							
							
								 
						
							
								0ada970337 
								
							 
						 
						
							
							
								
								enhance(frontend): 設定の自動バックアップをオンにした直後に自動バックアップするように  
							
							
							
						 
						
							2025-06-23 17:12:25 +09:00  
				
					
						
							
							
								 
						
							
								2baec208f5 
								
							 
						 
						
							
							
								
								Release: 2025.6.3  
							
							
							
						 
						
							2025-06-16 11:13:22 +00:00  
				
					
						
							
							
								 
						
							
								4093616e23 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.3-alpha.0  
							
							
							
						 
						
							2025-06-16 10:52:09 +00:00  
				
					
						
							
							
								 
						
							
								062d5170df 
								
							 
						 
						
							
							
								
								fix(frontend): キャッシュを削除しないとクライアントが使用できないことがある問題を修正  
							
							... 
							
							
							
							Fix  #16196  
						
							2025-06-16 19:51:26 +09:00  
				
					
						
							
							
								 
						
							
								978ae706eb 
								
							 
						 
						
							
							
								
								Release: 2025.6.2  
							
							
							
						 
						
							2025-06-16 08:58:31 +00:00  
				
					
						
							
							
								 
						
							
								213c569242 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.2-alpha.0  
							
							
							
						 
						
							2025-06-16 05:08:24 +00:00  
				
					
						
							
							
								 
						
							
								4ea7c76c02 
								
							 
						 
						
							
							
								
								fix(frontend): キャッシュを削除しないとクライアントが使用できないことがある問題を修正  
							
							
							
						 
						
							2025-06-16 13:55:27 +09:00  
				
					
						
							
							
								 
						
							
								c69a13b592 
								
							 
						 
						
							
							
								
								Release: 2025.6.1  
							
							
							
						 
						
							2025-06-16 02:33:14 +00:00  
				
					
						
							
							
								 
						
							
								fe805fb7f0 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): tweak fxs  
							
							
							
						 
						
							2025-06-15 11:06:46 +09:00  
				
					
						
							
							
								 
						
							
								e9af9d4451 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): tweak fxs  
							
							
							
						 
						
							2025-06-15 10:57:29 +09:00  
				
					
						
							
							
								 
						
							
								ce90fee586 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): add blockNoise fx  
							
							
							
						 
						
							2025-06-15 10:55:11 +09:00  
				
					
						
							
							
								 
						
							
								5bec8ba6b0 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): tweak fxs  
							
							
							
						 
						
							2025-06-15 10:19:42 +09:00  
				
					
						
							
							
								 
						
							
								3dbfd80d65 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): tweak colorAdjust fx  
							
							
							
						 
						
							2025-06-15 09:25:57 +09:00  
				
					
						
							
							
								 
						
							
								b33eeb1366 
								
							 
						 
						
							
							
								
								enhance(frontend/image-effector): tweak distort fx  
							
							
							
						 
						
							2025-06-15 08:47:59 +09:00  
				
					
						
							
							
								 
						
							
								32d721abf1 
								
							 
						 
						
							
							
								
								refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 ( #16188 )  
							
							... 
							
							
							
							* refactor(frontend): checkWordMuteの返り値が誤っている問題を修正
* fix lint 
							
						 
						
							2025-06-14 16:08:14 +09:00  
				
					
						
							
							
								 
						
							
								8ea6aa2ef3 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-rc.0  
							
							
							
						 
						
							2025-06-14 03:16:12 +00:00  
				
					
						
							
							
								 
						
							
								bc07b79a23 
								
							 
						 
						
							
							
								
								fix(frontend): デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正  
							
							... 
							
							
							
							Fix  #16164  
						
							2025-06-14 11:36:42 +09:00  
				
					
						
							
							
								 
						
							
								1ad32990cb 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-beta.2  
							
							
							
						 
						
							2025-06-12 10:07:07 +00:00  
				
					
						
							
							
								 
						
							
								89db7b3fa8 
								
							 
						 
						
							
							
								
								fix(frontend): display reactions correctly in welcome timeline ( #16186 )  
							
							
							
						 
						
							2025-06-12 19:05:24 +09:00  
				
					
						
							
							
								 
						
							
								966e0812f5 
								
							 
						 
						
							
							
								
								fix(misskey-js) : misskey-jsの drive/file/create でファイルアップロードができない問題を修正 ( #16028 )  
							
							... 
							
							
							
							* fix(misskey-js): drive/file/createが動かない問題を修正
* CHANGELOG.mdに修正内容を追加 
							
						 
						
							2025-06-12 16:54:59 +09:00  
				
					
						
							
							
								 
						
							
								8f66ffc14d 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-beta.1  
							
							
							
						 
						
							2025-06-11 03:45:02 +00:00  
				
					
						
							
							
								 
						
							
								63e8935c86 
								
							 
						 
						
							
							
								
								fix(frontend): disable note_view_interruptor temporary to prevent rendering glitch  
							
							
							
						 
						
							2025-06-11 12:42:49 +09:00  
				
					
						
							
							
								 
						
							
								b16a05b9a7 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #16143 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-06-11 09:56:29 +09:00  
				
					
						
							
							
								 
						
							
								bc5a33d87f 
								
							 
						 
						
							
							
								
								chore(deps): update [misskey-js] update dependencies ( #16140 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-06-10 16:08:04 +09:00  
				
					
						
							
							
								 
						
							
								0ffd9e267a 
								
							 
						 
						
							
							
								
								fix(deps): update [frontend] update dependencies ( #16144 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-06-10 16:07:34 +09:00  
				
					
						
							
							
								 
						
							
								f50abed98d 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-beta.0  
							
							
							
						 
						
							2025-06-10 04:43:58 +00:00  
				
					
						
							
							
								 
						
							
								9a3219f12e 
								
							 
						 
						
							
							
								
								fix(frontend): Plugin:register_note_view_interruptor()によるノートの書き換えが機能しない問題を修正  
							
							... 
							
							
							
							Fix  #16180  
						
							2025-06-10 09:51:45 +09:00  
				
					
						
							
							
								 
						
							
								b5767c315a 
								
							 
						 
						
							
							
								
								fix(backend): correct outbox pagination ( #16176 )  
							
							
							
						 
						
							2025-06-08 09:12:59 +09:00  
				
					
						
							
							
								 
						
							
								ac9206f192 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-alpha.4  
							
							
							
						 
						
							2025-06-07 10:52:03 +00:00  
				
					
						
							
							
								 
						
							
								e2b38edb3a 
								
							 
						 
						
							
							
								
								deps(misskey-js): Update openapi-typescript to v7 ( #15491 )  
							
							... 
							
							
							
							* deps(misskey-js): Update openapi-typescript to v7
* update openapi-typescript to v7.7.3
* generate misskey-js types
* bump openapi-typescript
* enhance: 生成物からnever型を除去するように
* regenerate api types
* refactor: 処理共通化
---------
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2025-06-07 19:36:00 +09:00  
				
					
						
							
							
								 
						
							
								c5dc0fd51b 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2025-06-07 09:26:51 +09:00  
				
					
						
							
							
								 
						
							
								dda2ad6bcd 
								
							 
						 
						
							
							
								
								fix(frontend): support non-image files  
							
							
							
						 
						
							2025-06-07 09:26:49 +09:00  
				
					
						
							
							
								 
						
							
								a5429ebeee 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-alpha.3  
							
							
							
						 
						
							2025-06-06 23:36:20 +00:00  
				
					
						
							
							
								 
						
							
								1c3604c7fb 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-07 08:15:31 +09:00  
				
					
						
							
							
								 
						
							
								4906f1f45c 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-07 08:07:23 +09:00  
				
					
						
							
							
								 
						
							
								6506429f09 
								
							 
						 
						
							
							
								
								enhance(frontend): アップローダー内でセンシティブフラグを設定可能に  
							
							
							
						 
						
							2025-06-07 07:57:23 +09:00  
				
					
						
							
							
								 
						
							
								9bd5f887de 
								
							 
						 
						
							
							
								
								enhance(frontend): 投稿フォームにアップローダーを埋め込み ( #16173 )  
							
							... 
							
							
							
							* wip
* Update MkPostForm.vue
* wip
* wip
* Update MkPostForm.vue
* wip
* wip
* add tip
* Update tips.ts
* Update MkPostForm.vue 
							
						 
						
							2025-06-07 07:47:43 +09:00  
				
					
						
							
							
								 
						
							
								be35fe468b 
								
							 
						 
						
							
							
								
								refactor(frontend): refactor tips  
							
							
							
						 
						
							2025-06-06 21:03:35 +09:00  
				
					
						
							
							
								 
						
							
								4b9b3ced01 
								
							 
						 
						
							
							
								
								enhance(frontend): improve MkTip usability  
							
							
							
						 
						
							2025-06-06 20:59:01 +09:00  
				
					
						
							
							
								 
						
							
								20b8148ddf 
								
							 
						 
						
							
							
								
								chore(frontend): tweak ui  
							
							
							
						 
						
							2025-06-06 09:02:47 +09:00  
				
					
						
							
							
								 
						
							
								019dfbdc1c 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-alpha.2  
							
							
							
						 
						
							2025-06-05 13:27:28 +00:00  
				
					
						
							
							
								 
						
							
								95ea62f222 
								
							 
						 
						
							
							
								
								enhance(frontend): 画像エフェクトの操作でRangeをダブルクリックしたらデフォルトの値に戻るように ( #16171 )  
							
							... 
							
							
							
							* enhance(frontend): エフェクトの操作でRangeをダブルクリックしたらデフォルトの値に戻るように
* fix: trackの計算方法を修正
* remove unnecessary async 
							
						 
						
							2025-06-05 22:25:49 +09:00  
				
					
						
							
							
								 
						
							
								fde67dca74 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak server setup wizard  
							
							
							
						 
						
							2025-06-05 21:05:11 +09:00  
				
					
						
							
							
								 
						
							
								a603a4970e 
								
							 
						 
						
							
							
								
								enhance(frontend): 画像エフェクト「色調補正」を追加 ( #16170 )  
							
							
							
						 
						
							2025-06-05 20:29:02 +09:00  
				
					
						
							
							
								 
						
							
								6c9e055aae 
								
							 
						 
						
							
							
								
								add note  
							
							
							
						 
						
							2025-06-05 15:05:00 +09:00  
				
					
						
							
							
								 
						
							
								a971e44cee 
								
							 
						 
						
							
							
								
								refactor(frontend): refactor ImageEffector  
							
							
							
						 
						
							2025-06-05 15:00:17 +09:00  
				
					
						
							
							
								 
						
							
								c6808f1eb6 
								
							 
						 
						
							
							
								
								refactor(frontend): refactor ImageEffector  
							
							
							
						 
						
							2025-06-05 12:58:32 +09:00  
				
					
						
							
							
								 
						
							
								2a78360588 
								
							 
						 
						
							
							
								
								refactor(frontend): refactor ImageEffector  
							
							
							
						 
						
							2025-06-05 12:25:22 +09:00  
				
					
						
							
							
								 
						
							
								65ba33867b 
								
							 
						 
						
							
							
								
								fix(backend): avoid deadlock when deleting account ( #16162 )  
							
							
							
						 
						
							2025-06-04 19:14:11 +09:00  
				
					
						
							
							
								 
						
							
								60fc9a5195 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-04 16:33:55 +09:00  
				
					
						
							
							
								 
						
							
								b43dfa260b 
								
							 
						 
						
							
							
								
								fix/refactor(frontend): 画像編集機能の修正・型強化 ( #16156 )  
							
							... 
							
							
							
							* enhance: refine uploadFile
* fix: missing locale
* refactor: harden types
* refactor: シェーダーファイルをlazy-loadingできるように
* fix(frontend): omit console.log in production environment
* fix: glslのバージョン表記は最初の行になければならない
* fix: シェーダーの読み込みが完了してからレンダリングを行うように
* fix merge failure
* fix: ウォーターマークのプリセットがない場合にdividerが2重に表示される問題を修正
* fix: アップローダーダイアログの機能設定でウォーターマークが無効な場合でもデフォルトのプリセットが適用されてしまう問題を修正
* fix lint
* Revert "fix: シェーダーの読み込みが完了してからレンダリングを行うように"
This reverts commit e06f37a7d4afcc37d886a1ab2fa38c 
							
						 
						
							2025-06-04 16:22:09 +09:00  
				
					
						
							
							
								 
						
							
								e3b57a118d 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-04 16:15:06 +09:00  
				
					
						
							
							
								 
						
							
								fdcb6a09a9 
								
							 
						 
						
							
							
								
								fix(frontend): タッチ操作時にチャートのツールチップが消えなくなる場合がある問題を修正  
							
							
							
						 
						
							2025-06-04 16:10:57 +09:00  
				
					
						
							
							
								 
						
							
								218df19d9c 
								
							 
						 
						
							
							
								
								enhance(frontend): スマホでのMkModalWindowの表示を最適化  
							
							
							
						 
						
							2025-06-04 12:28:50 +09:00  
				
					
						
							
							
								 
						
							
								b766589c00 
								
							 
						 
						
							
							
								
								enhance(frontend): ミュートした絵文字をデバイス間で同期できるように  
							
							... 
							
							
							
							Resolve  #16158  
						
							2025-06-04 12:01:33 +09:00  
				
					
						
							
							
								 
						
							
								d94bdff639 
								
							 
						 
						
							
							
								
								fix(misskey-js): build misskey-js with types ( #16159 )  
							
							
							
						 
						
							2025-06-04 11:49:29 +09:00  
				
					
						
							
							
								 
						
							
								3a4288fe24 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-alpha.1  
							
							
							
						 
						
							2025-06-03 12:13:26 +00:00  
				
					
						
							
							
								 
						
							
								b7aa013a41 
								
							 
						 
						
							
							
								
								feat: 全てのチャットメッセージを既読にできるように  
							
							
							
						 
						
							2025-06-03 21:06:37 +09:00  
				
					
						
							
							
								 
						
							
								3ff2e6b299 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.1-alpha.0  
							
							
							
						 
						
							2025-06-03 10:19:12 +00:00  
				
					
						
							
							
								 
						
							
								cd9322a824 
								
							 
						 
						
							
							
								
								feat(frontend): 画像編集機能 ( #16121 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* wip
* Update watermarker.ts
* wip
* wip
* Update watermarker.ts
* Update MkUploaderDialog.vue
* wip
* Update ImageEffector.ts
* Update ImageEffector.ts
* wip
* wip
* wip
* wip
* wip
* wip
* Update MkRange.vue
* Update MkRange.vue
* wip
* wip
* Update MkImageEffectorDialog.vue
* Update MkImageEffectorDialog.Layer.vue
* wip
* Update zoomLines.ts
* Update zoomLines.ts
* wip
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* wip
* Update ImageEffector.ts
* swip
* wip
* Update ImageEffector.ts
* wop
* Update MkUploaderDialog.vue
* Update ImageEffector.ts
* wip
* wip
* wip
* Update def.ts
* Update def.ts
* test
* test
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update manager.ts
* Update MkImageEffectorDialog.vue
* wip
* use WEBGL_lose_context
* wip
* Update MkUploaderDialog.vue
* Update drive.vue
* wip
* Update MkUploaderDialog.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip 
							
						 
						
							2025-06-03 19:18:29 +09:00  
				
					
						
							
							
								 
						
							
								9fdc3c5def 
								
							 
						 
						
							
							
								
								chore(frontend): remove duplicate declarations  
							
							
							
						 
						
							2025-06-03 18:44:51 +09:00  
				
					
						
							
							
								 
						
							
								4af8c7f8b0 
								
							 
						 
						
							
							
								
								enhance(frontend): リアクションビューワーで使用可能なリアクションを優先して表示するオプション ( #16149 )  
							
							... 
							
							
							
							* enhance(frontend): リアクションビューワーで使用可能なリアクションを優先して表示するオプション
* Update Changelog
* tweak
* fix
* enhance: リアクティブじゃなくする
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-06-03 18:44:01 +09:00  
				
					
						
							
							
								 
						
							
								ed29a3613b 
								
							 
						 
						
							
							
								
								fix(frontend): fix user search pagination  
							
							
							
						 
						
							2025-06-03 17:57:51 +09:00  
				
					
						
							
							
								 
						
							
								810a609df4 
								
							 
						 
						
							
							
								
								fix(frontend): 一部のグリッドのページネーションが正しく表示されない問題を修正 ( #16147 )  
							
							... 
							
							
							
							* fix(frontend): 一部のグリッドのページネーションが正しく表示されない問題を修正
* update changelog
* fix 
							
						 
						
							2025-06-03 17:20:11 +09:00  
				
					
						
							
							
								 
						
							
								5537558fa7 
								
							 
						 
						
							
							
								
								fix(frontend): ドライブのファイル選択が不安定な問題を修正 ( #16148 )  
							
							... 
							
							
							
							* fix(frontend): ドライブのファイル選択が不安定になっているのを修正
* Update Changelog 
							
						 
						
							2025-06-03 15:45:26 +09:00  
				
					
						
							
							
								 
						
							
								26215b7466 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-03 10:35:02 +09:00  
				
					
						
							
							
								 
						
							
								0a0247a678 
								
							 
						 
						
							
							
								
								enhance(frontend): add config button to emoji picker to improve usability  
							
							
							
						 
						
							2025-06-03 08:04:15 +09:00  
				
					
						
							
							
								 
						
							
								93d17aff6c 
								
							 
						 
						
							
							
								
								refactor(frontend): ID生成処理を統一  
							
							
							
						 
						
							2025-06-03 07:37:08 +09:00  
				
					
						
							
							
								 
						
							
								3bc81522c6 
								
							 
						 
						
							
							
								
								enhance(frontend): IDにUUIDを使うのをやめる ( #16138 )  
							
							... 
							
							
							
							* wip
* Update flash-edit.vue 
							
						 
						
							2025-06-03 07:31:19 +09:00  
				
					
						
							
							
								 
						
							
								3eb64ccf7a 
								
							 
						 
						
							
							
								
								Release: 2025.6.0  
							
							
							
						 
						
							2025-06-02 00:58:25 +00:00  
				
					
						
							
							
								 
						
							
								b48a25ea77 
								
							 
						 
						
							
							
								
								fix(deps): update [frontend] update dependencies ( #16086 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-06-02 09:13:06 +09:00  
				
					
						
							
							
								 
						
							
								51e7081c9d 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.0-beta.1  
							
							
							
						 
						
							2025-06-01 23:49:28 +00:00  
				
					
						
							
							
								 
						
							
								d40c083233 
								
							 
						 
						
							
							
								
								enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化  
							
							
							
						 
						
							2025-06-02 08:43:04 +09:00  
				
					
						
							
							
								 
						
							
								8f025c447b 
								
							 
						 
						
							
							
								
								fix(backend): ログインできなくなるため、ugcVisibilityForVisitorがnoneでもusers/showは許可するように  
							
							
							
						 
						
							2025-06-02 08:37:22 +09:00  
				
					
						
							
							
								 
						
							
								9dc423afd4 
								
							 
						 
						
							
							
								
								fix(frontend): tweak MkFolderPage z-index  
							
							
							
						 
						
							2025-06-02 08:32:22 +09:00  
				
					
						
							
							
								 
						
							
								5893a95c99 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.0-beta.0  
							
							
							
						 
						
							2025-06-01 01:49:22 +00:00  
				
					
						
							
							
								 
						
							
								f4167ae7f1 
								
							 
						 
						
							
							
								
								enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化  
							
							
							
						 
						
							2025-06-01 10:44:45 +09:00  
				
					
						
							
							
								 
						
							
								63db879bcc 
								
							 
						 
						
							
							
								
								fix(frontend): remove unused text  
							
							
							
						 
						
							2025-06-01 10:22:32 +09:00  
				
					
						
							
							
								 
						
							
								6b1fbf6819 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2025-06-01 09:24:49 +09:00  
				
					
						
							
							
								 
						
							
								021c332097 
								
							 
						 
						
							
							
								
								Bump version to 2025.6.0-alpha.0  
							
							
							
						 
						
							2025-06-01 00:22:01 +00:00  
				
					
						
							
							
								 
						
							
								5bdbff19ae 
								
							 
						 
						
							
							
								
								fix(frontend): リアクションの一部の絵文字が重複して表示されることがある問題を修正  
							
							... 
							
							
							
							Fix  #16130  
						
							2025-06-01 08:10:49 +09:00  
				
					
						
							
							
								 
						
							
								070a4516fc 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-06-01 07:57:22 +09:00  
				
					
						
							
							
								 
						
							
								c5d33661b2 
								
							 
						 
						
							
							
								
								chore(frontend): improve type def  
							
							
							
						 
						
							2025-06-01 07:57:18 +09:00  
				
					
						
							
							
								 
						
							
								21344f7695 
								
							 
						 
						
							
							
								
								Release: 2025.5.1  
							
							
							
						 
						
							2025-05-31 12:37:02 +00:00  
				
					
						
							
							
								 
						
							
								f14787bd10 
								
							 
						 
						
							
							
								
								fix(frontend): ベースロールの、「アップロード可能なファイル種別」を変更しても正しく保存されない  
							
							... 
							
							
							
							Fix  #16128  
						
							2025-05-31 18:04:00 +09:00  
				
					
						
							
							
								 
						
							
								14cbc78031 
								
							 
						 
						
							
							
								
								Update packages/frontend/src/pages/admin/custom-emojis-manager.register.vue  
							
							... 
							
							
							
							Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com> 
							
						 
						
							2025-05-31 17:41:04 +09:00  
				
					
						
							
							
								 
						
							
								62e333191d 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.6  
							
							
							
						 
						
							2025-05-31 07:38:56 +00:00  
				
					
						
							
							
								 
						
							
								0c2d799acd 
								
							 
						 
						
							
							
								
								fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正 ( #16124 )  
							
							... 
							
							
							
							* fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正
* fix CHANGELOG.md 
							
						 
						
							2025-05-31 16:34:25 +09:00  
				
					
						
							
							
								 
						
							
								aa4c7a1313 
								
							 
						 
						
							
							
								
								fix(frontend): アカウント依存かつ初期状態である設定値をサーバー同期しようとした際に正しくコンフリクト検出されない問題を修正  
							
							
							
						 
						
							2025-05-31 16:33:03 +09:00  
				
					
						
							
							
								 
						
							
								743995e469 
								
							 
						 
						
							
							
								
								enhance(frontend): make pref sync more smart  
							
							
							
						 
						
							2025-05-31 14:15:40 +09:00  
				
					
						
							
							
								 
						
							
								0254570fbf 
								
							 
						 
						
							
							
								
								enhance(frontend): 設定の同期をオンにするときに競合したときに値をマージできるように  
							
							
							
						 
						
							2025-05-31 12:49:10 +09:00  
				
					
						
							
							
								 
						
							
								4c77f3e597 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.5  
							
							
							
						 
						
							2025-05-29 08:49:19 +00:00  
				
					
						
							
							
								 
						
							
								85d339ee91 
								
							 
						 
						
							
							
								
								fix(frontend): チャットに動画ファイルを送付すると、動画の表示が崩れてしまい視聴出来ない問題を修正  
							
							... 
							
							
							
							Fix  #15854  
						
							2025-05-29 17:44:30 +09:00  
				
					
						
							
							
								 
						
							
								0f6b28f970 
								
							 
						 
						
							
							
								
								enhance(backend): tweak default maxFileSizeMb value  
							
							... 
							
							
							
							ref: #15988  
							
						 
						
							2025-05-29 17:35:10 +09:00  
				
					
						
							
							
								 
						
							
								75dcebc341 
								
							 
						 
						
							
							
								
								enhance(frontend): デバイスのダークモードと同期するオプションが有効なときにテーマを手動で切り替えようとした際の警告を表示  
							
							
							
						 
						
							2025-05-29 17:32:10 +09:00  
				
					
						
							
							
								 
						
							
								85c28d5cb7 
								
							 
						 
						
							
							
								
								enhance(backend): 外部サイトのOGPのキャッシュ期間を調整  
							
							
							
						 
						
							2025-05-29 13:53:33 +09:00  
				
					
						
							
							
								 
						
							
								c1ff6feeda 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.4  
							
							
							
						 
						
							2025-05-29 04:24:41 +00:00  
				
					
						
							
							
								 
						
							
								1214d1d8fc 
								
							 
						 
						
							
							
								
								Export/Import withReplies ( #15986 )  
							
							... 
							
							
							
							* feat: export withReplies of UserList
* feat: export withReplies of following
* import following時のwithRepliesがデフォルト値であることを明示する
* changelog
* update index.d.ts
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-05-29 13:15:41 +09:00  
				
					
						
							
							
								 
						
							
								367dac4edd 
								
							 
						 
						
							
							
								
								Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 ( #16009 )  
							
							... 
							
							
							
							* chore: change 3rd parameter of generateMutedUserQueryForNotes to options
* chore: allow specifying note column for note/block query
* chore: check for mute / block for renote of note with DB query
* chore: check for mute / block for renote of note with FTT
* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる
* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正
* fix missing default parameter
* Update is-user-related.ts
* test: add tests for mutes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-05-29 13:13:07 +09:00  
				
					
						
							
							
								 
						
							
								e4b7a1f4e1 
								
							 
						 
						
							
							
								
								fix tests  
							
							... 
							
							
							
							* test
* Update activitypub.ts
* Update activitypub.ts
* Update create.ts
* Update create.ts
* Update endpoints.ts 
							
						 
						
							2025-05-29 12:41:27 +09:00  
				
					
						
							
							
								 
						
							
								e786ff4bf1 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.3  
							
							
							
						 
						
							2025-05-29 02:50:18 +00:00  
				
					
						
							
							
								 
						
							
								ed8a95f5bc 
								
							 
						 
						
							
							
								
								fix(frontend): Twitch クリップの埋め込みが開けない問題を修正 ( #16102 )  
							
							
							
						 
						
							2025-05-29 11:43:08 +09:00  
				
					
						
							
							
								 
						
							
								825c337cf4 
								
							 
						 
						
							
							
								
								improve log  
							
							
							
						 
						
							2025-05-28 19:01:21 +09:00  
				
					
						
							
							
								 
						
							
								9bbc2028ad 
								
							 
						 
						
							
							
								
								feat: URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする ( #16112 )  
							
							... 
							
							
							
							* feat: URLプレビューのリダイレクトを受け入れるかどうかを設定できるようにする
* fix CHANGELOG.md
* fix lang 
							
						 
						
							2025-05-27 20:46:22 +09:00  
				
					
						
							
							
								 
						
							
								97e916c912 
								
							 
						 
						
							
							
								
								refactor(frontend): revoke weakening endpoint param type of API caller for type safety ( #16100 )  
							
							
							
						 
						
							2025-05-27 20:45:05 +09:00  
				
					
						
							
							
								 
						
							
								e954060f3b 
								
							 
						 
						
							
							
								
								chore(dev): update vite configuration ( #16110 )  
							
							
							
						 
						
							2025-05-27 15:18:37 +09:00  
				
					
						
							
							
								 
						
							
								e078cd9296 
								
							 
						 
						
							
							
								
								fix: jest.js exits with zero value even if underlying jest exited with non-zero value ( #16111 )  
							
							
							
						 
						
							2025-05-27 15:07:47 +09:00  
				
					
						
							
							
								 
						
							
								1276e65049 
								
							 
						 
						
							
							
								
								fix(backend): follow-up of  #16105  ( #16109 )  
							
							
							
						 
						
							2025-05-27 14:42:48 +09:00  
				
					
						
							
							
								 
						
							
								07c2de3749 
								
							 
						 
						
							
							
								
								fix(backend): typeormのbreaking changeに対応 ( #16105 )  
							
							... 
							
							
							
							* fix(backend): typeormのbreaking changeに対応
* attempt to fix test 
							
						 
						
							2025-05-27 13:50:45 +09:00  
				
					
						
							
							
								 
						
							
								47f4f11e3e 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #16087 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-05-27 13:18:59 +09:00  
				
					
						
							
							
								 
						
							
								d27075c5f5 
								
							 
						 
						
							
							
								
								fix(backend): correct invalid schema format specifying only `required` for `anyOf` ( #16089 )  
							
							... 
							
							
							
							* fix(backend): correct invalid schema format specifying only `required` for `anyOf`
* refactor(backend): make types derived from `allOf` or `anyOf` more strong 
							
						 
						
							2025-05-27 08:57:09 +09:00  
				
					
						
							
							
								 
						
							
								ed3a844f5d 
								
							 
						 
						
							
							
								
								fix(backend): add response schema for `notes/show-partial-bulk` endpoint ( #16093 )  
							
							
							
						 
						
							2025-05-25 08:38:45 +09:00  
				
					
						
							
							
								 
						
							
								0504d4399c 
								
							 
						 
						
							
							
								
								fix(frontend): リアクション削除イベントのコンディションが誤っていたのを修正 ( #16097 )  
							
							
							
						 
						
							2025-05-25 08:38:29 +09:00  
				
					
						
							
							
								 
						
							
								fab9db405c 
								
							 
						 
						
							
							
								
								fix(frontend): タブ間同期が行われるとテーマが切り替わり続ける問題を修正 ( #16094 )  
							
							
							
						 
						
							2025-05-25 08:37:39 +09:00  
				
					
						
							
							
								 
						
							
								02b37b7adf 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.2  
							
							
							
						 
						
							2025-05-24 09:42:21 +00:00  
				
					
						
							
							
								 
						
							
								02041344bd 
								
							 
						 
						
							
							
								
								fix(frontend); カスタム絵文字のリアクションが二重で表示されることがある問題を修正 ( #16092 )  
							
							... 
							
							
							
							* fix(frontend): カスタム絵文字のリアクションが二重で表示されることがある問題を修正
* fix: improve event locking mechanism
* fix: remove unused console log
* fix: unused import
* fix: その場で書き換えることで再レンダリングを最小限に抑える(かも)
* refactor: reactive note data を composable内で生成するように 
							
						 
						
							2025-05-24 18:31:55 +09:00  
				
					
						
							
							
								 
						
							
								fe1b2b00f5 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.1  
							
							
							
						 
						
							2025-05-24 05:32:52 +00:00  
				
					
						
							
							
								 
						
							
								4fcb80bcf2 
								
							 
						 
						
							
							
								
								enhance(backend): ファイル種別が判定できない場合、拡張子を参照するように  
							
							
							
						 
						
							2025-05-24 14:28:49 +09:00  
				
					
						
							
							
								 
						
							
								64791a7160 
								
							 
						 
						
							
							
								
								fix(frontend): ユーザに表示されるファイル種別と、実際のファイル種別が異なり、ファイルをアップロードすることに失敗することがある問題を修正  
							
							... 
							
							
							
							Fix  #16091  
						
							2025-05-24 13:59:26 +09:00  
				
					
						
							
							
								 
						
							
								90e39d22d2 
								
							 
						 
						
							
							
								
								fix(backend): unallowedFileTypeエラーがハンドリングされていない問題を修正  
							
							
							
						 
						
							2025-05-24 13:55:34 +09:00  
				
					
						
							
							
								 
						
							
								9c98c13743 
								
							 
						 
						
							
							
								
								fix(backend): better nullable ref schema representation ( #16088 )  
							
							... 
							
							
							
							* fix(backend): better nullable ref schema representation
* refactor 
							
						 
						
							2025-05-23 20:27:16 +09:00  
				
					
						
							
							
								 
						
							
								bbbc68a772 
								
							 
						 
						
							
							
								
								enhance(frontend): tweak default preferences  
							
							
							
						 
						
							2025-05-23 20:26:12 +09:00  
				
					
						
							
							
								 
						
							
								554623e5a8 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-05-23 15:59:41 +09:00  
				
					
						
							
							
								 
						
							
								6c4b055921 
								
							 
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/misskey-dev/misskey  into develop  
							
							
							
						 
						
							2025-05-23 14:02:57 +09:00  
				
					
						
							
							
								 
						
							
								227ca69704 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-05-23 14:02:55 +09:00  
				
					
						
							
							
								 
						
							
								a1b5786939 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-beta.0  
							
							
							
						 
						
							2025-05-23 03:55:52 +00:00  
				
					
						
							
							
								 
						
							
								2a6bc2154c 
								
							 
						 
						
							
							
								
								fix(frontend): エラー画像が横長になる  
							
							... 
							
							
							
							Fix  #15982  
						
							2025-05-23 12:33:09 +09:00  
				
					
						
							
							
								 
						
							
								4ad8b59b49 
								
							 
						 
						
							
							
								
								enhance(frontend): アップロード前のリネームを可能に  
							
							
							
						 
						
							2025-05-23 12:28:30 +09:00  
				
					
						
							
							
								 
						
							
								b6ade8315a 
								
							 
						 
						
							
							
								
								fix(frontend): 一定時間操作がなかったら動画プレイヤーのコントロールを隠すように ( #16073 )  
							
							... 
							
							
							
							* fix(frontend): 一定時間操作がなかったら動画プレイヤーのコントロールを隠すように
* Update Changelog 
							
						 
						
							2025-05-23 11:55:48 +09:00  
				
					
						
							
							
								 
						
							
								2352d50e99 
								
							 
						 
						
							
							
								
								MkTooltipが画面左端を突き抜けないようにする ( #15890 )  
							
							
							
						 
						
							2025-05-23 11:54:34 +09:00  
				
					
						
							
							
								 
						
							
								2bfbbbf16a 
								
							 
						 
						
							
							
								
								enhance(frontend): improve tips  
							
							
							
						 
						
							2025-05-23 10:46:42 +09:00  
				
					
						
							
							
								 
						
							
								9d36d36fc4 
								
							 
						 
						
							
							
								
								fix(backend): admin側のエンドポイントで作成した招待コードに作成者の情報が記録されない問題を修正 ( #16076 )  
							
							... 
							
							
							
							* fix(backend): admin側のエンドポイントで作成した招待コードに作成者の情報が記録されない問題を修正
* Update Changelog 
							
						 
						
							2025-05-23 09:49:21 +09:00  
				
					
						
							
							
								 
						
							
								479d7a58a4 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.5  
							
							
							
						 
						
							2025-05-22 14:21:07 +00:00  
				
					
						
							
							
								 
						
							
								e750c9171e 
								
							 
						 
						
							
							
								
								feat: ロールでアップロード可能なファイル種別を設定可能に ( #16081 )  
							
							... 
							
							
							
							* wip
* Update RoleService.ts
* wip
* Update RoleService.ts
* Update CHANGELOG.md 
							
						 
						
							2025-05-22 23:01:31 +09:00  
				
					
						
							
							
								 
						
							
								aaee0a788d 
								
							 
						 
						
							
							
								
								enhance(frontend): シンタックスハイライトのエンジンをJavaScriptベースのものに変更 ( #16084 )  
							
							... 
							
							
							
							* refactor(frontend): シンタックスハイライトのエンジンをJavaScriptベースのものに変更
* Update Changelog 
							
						 
						
							2025-05-22 22:57:04 +09:00  
				
					
						
							
							
								 
						
							
								e6e8bfa591 
								
							 
						 
						
							
							
								
								feat(frontend): tabler-iconsのサブセット化 ( #15340 )  
							
							... 
							
							
							
							* feat(frontend): tabler-iconsの使用されていないアイコンを削除するように
* fix
* fix
* fix
* fix
* fix
* Update Changelog
* enhance: tablerのCSSを使用されているクラスのみに限定
* 使用するアイコンパッケージをそろえる
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* spdx
* typo
* fix: サブセットから除外される書き方をしている部分を修正
* fix: 同じunicodeに複数のアイコンclassが割り当てられている場合に対応
* remove debug code
* Update CHANGELOG.md
* fix merge error
* setup renovate
* fix: woff2ではなくwoffに変換していたのを修正
* update deps
* update changelog 
							
						 
						
							2025-05-22 22:56:38 +09:00  
				
					
						
							
							
								 
						
							
								c2478e5877 
								
							 
						 
						
							
							
								
								fix(deps): update [backend] update dependencies ( #15911 )  
							
							... 
							
							
							
							* fix(deps): update [backend] update dependencies
* run pnpm dedupe to fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> 
							
						 
						
							2025-05-22 19:31:38 +09:00  
				
					
						
							
							
								 
						
							
								fb69efd97c 
								
							 
						 
						
							
							
								
								chore(deps): update [misskey-js] update dependencies ( #15907 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-05-22 19:20:54 +09:00  
				
					
						
							
							
								 
						
							
								d072dfaede 
								
							 
						 
						
							
							
								
								fix(deps): update [frontend] update dependencies ( #15910 )  
							
							... 
							
							
							
							Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2025-05-22 19:16:10 +09:00  
				
					
						
							
							
								 
						
							
								23542530e1 
								
							 
						 
						
							
							
								
								feat(frontend): モバイルデバイスで折りたたまれたUIの展開表示に全画面ページを使用できるように  
							
							
							
						 
						
							2025-05-22 14:57:35 +09:00  
				
					
						
							
							
								 
						
							
								65c2adee36 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2025-05-22 13:06:49 +09:00  
				
					
						
							
							
								 
						
							
								e4db9b64df 
								
							 
						 
						
							
							
								
								refactor(frontend): better type defs  
							
							
							
						 
						
							2025-05-22 13:05:28 +09:00  
				
					
						
							
							
								 
						
							
								74c857e23d 
								
							 
						 
						
							
							
								
								refactor(frontend): src -> anchorElement  
							
							
							
						 
						
							2025-05-22 12:24:52 +09:00  
				
					
						
							
							
								 
						
							
								aa55663ef7 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.4  
							
							
							
						 
						
							2025-05-22 03:06:08 +00:00  
				
					
						
							
							
								 
						
							
								000ed1f51f 
								
							 
						 
						
							
							
								
								fix(frontend): ジョブキューインスペクタの型エラー解消 ( #16020 )  
							
							... 
							
							
							
							* fix(frontend): ジョブキューインスペクタの型エラー解消
* fix
* fix
* fix
* fix 
							
						 
						
							2025-05-22 12:06:07 +09:00  
				
					
						
							
							
								 
						
							
								c7318f5803 
								
							 
						 
						
							
							
								
								fix(backend): 連合モードが「なし」の場合はactivity jsonへのリンクタグを省略するように ( #16074 )  
							
							... 
							
							
							
							* fix(backend): 連合モードが「なし」の場合はactivity jsonへのリンクタグを省略するように
* Update Changelog
* flip condition 
							
						 
						
							2025-05-22 12:02:01 +09:00  
				
					
						
							
							
								 
						
							
								8ad6ffc2b3 
								
							 
						 
						
							
							
								
								fix(frontend): UIのアニメーションをオフにするとページネーションが表示されない問題を修正  
							
							... 
							
							
							
							Fix  #16078  
						
							2025-05-22 09:35:42 +09:00  
				
					
						
							
							
								 
						
							
								8c8cea024a 
								
							 
						 
						
							
							
								
								enhance(frontend): 通知設定ページにサウンド設定ページへのリンクを追加 ( #16072 )  
							
							
							
						 
						
							2025-05-21 21:13:45 +09:00  
				
					
						
							
							
								 
						
							
								ccf5bd337e 
								
							 
						 
						
							
							
								
								enhance(frontend): ファイルのアップロードを中止できるように ( #16069 )  
							
							... 
							
							
							
							* enhance(frontend): ファイルのアップロードを中止できるように
* Update Changelog
* fix: ダイアログを閉じたり、中断ボタンが押されたりしたときはその後のアップロードをすべて中止するように
* fix 
							
						 
						
							2025-05-21 21:13:19 +09:00  
				
					
						
							
							
								 
						
							
								e61b5abb05 
								
							 
						 
						
							
							
								
								fix(frontend): 誤植を修正 ( #16075 )  
							
							
							
						 
						
							2025-05-21 14:20:51 +09:00  
				
					
						
							
							
								 
						
							
								2619f69238 
								
							 
						 
						
							
							
								
								enhance(frontend): テーマ切り替えのアニメーションをView Transitionに変更 ( #15974 )  
							
							... 
							
							
							
							* enhance(frontend): テーマ切り替えのアニメーションをView Transitionに変更
* fix lint
* fix: 切り替え時間を0.5sに 
							
						 
						
							2025-05-21 14:19:34 +09:00  
				
					
						
							
							
								 
						
							
								bd7633c70e 
								
							 
						 
						
							
							
								
								enhance(frontend/aiscript): AiScriptからtoastを発行できるように ( #16071 )  
							
							... 
							
							
							
							* enhance(frontend/aiscript): AiScriptからtoastを発行できるように
* Update Changelog 
							
						 
						
							2025-05-21 10:23:12 +09:00  
				
					
						
							
							
								 
						
							
								95093fc927 
								
							 
						 
						
							
							
								
								🎨  ( #16070 )  
							
							
							
						 
						
							2025-05-21 10:16:30 +09:00  
				
					
						
							
							
								 
						
							
								ce4269a50c 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.3  
							
							
							
						 
						
							2025-05-20 23:25:18 +00:00  
				
					
						
							
							
								 
						
							
								9480120eba 
								
							 
						 
						
							
							
								
								Feat: ドライブ周りのUIの強化 ( #16011 )  
							
							... 
							
							
							
							* wip
* wip
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* Update MkDrive.vue
* wip
* wip
* wip
* wip
* Update MkDrive.vue
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* feat(frontend): upload dialog (#16032 )
* wip
* wip
* Update MkUploadDialog.vue
* wip
* wip
* wip
* wip
* wip
* Update MkUploadDialog.vue
* wip
* wip
* Update MkDrive.vue
* wip
* wip
* Update MkPostForm.vue
* wip
* Update room.form.vue
* Update os.ts
* wiop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update select-file.ts
* wip
* wip
* Update MkDrive.vue
* Update drag-and-drop.ts
* wip
* wip
* wop
* wip
* wip
* Update MkDrive.vue
* Update CHANGELOG.md
* wipo
* Update MkDrive.folder.vue
* wip
* Update MkUploaderDialog.vue
* wip
* wip
* Update MkUploaderDialog.vue
* wip
* Update MkDrive.vue
* Update MkDrive.vue
* wip
* wip 
							
						 
						
							2025-05-21 07:31:24 +09:00  
				
					
						
							
							
								 
						
							
								f74c38f313 
								
							 
						 
						
							
							
								
								enhance(frontend): URLプレビューをユーザーサイドで無効化できるように ( #16064 )  
							
							... 
							
							
							
							* enhance(frontend): URLプレビューをユーザーサイドで無効化できるように
* fix lint
* Update Changelog
* fix: 設定項目をデータセーバーに移動 
							
						 
						
							2025-05-20 13:42:30 +09:00  
				
					
						
							
							
								 
						
							
								7888f771c3 
								
							 
						 
						
							
							
								
								fix(frontend): ユーザー概要ページのファイルの項目のデザイン改良 ( #16063 )  
							
							
							
						 
						
							2025-05-19 15:03:52 +09:00  
				
					
						
							
							
								 
						
							
								e72ce6085a 
								
							 
						 
						
							
							
								
								fix(frontend): tweak use-pagination behaviour  
							
							
							
						 
						
							2025-05-14 09:17:40 +09:00  
				
					
						
							
							
								 
						
							
								59fc18f2cd 
								
							 
						 
						
							
							
								
								enhance(frontend): add performance tip  
							
							
							
						 
						
							2025-05-14 08:26:30 +09:00  
				
					
						
							
							
								 
						
							
								26506677c2 
								
							 
						 
						
							
							
								
								enhance: いくつかの設定ファイルの項目をコントロールパネルで設定するように ( #16026 )  
							
							... 
							
							
							
							* wip
* Update CHANGELOG.md
* feat: migrate to existing config value (#16030 )
* wip
* Update CHANGELOG.md
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com> 
							
						 
						
							2025-05-12 16:55:01 +09:00  
				
					
						
							
							
								 
						
							
								51b5d740f6 
								
							 
						 
						
							
							
								
								🎨  
							
							... 
							
							
							
							Fix  #16018  
						
							2025-05-12 12:17:14 +09:00  
				
					
						
							
							
								 
						
							
								fe7b2298f6 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.2  
							
							
							
						 
						
							2025-05-12 01:02:03 +00:00  
				
					
						
							
							
								 
						
							
								5bc52b6743 
								
							 
						 
						
							
							
								
								feat(frontend): 絵文字をミュート可能にする機能 ( #15966 )  
							
							... 
							
							
							
							* wip ( 絵文字ミュートの基礎実装, PoC )
* refactor: 絵文字のmute/unmute処理の共通化
* SPDX
* リアクションからも絵文字ミュート可能に
* emojiMute/emojiUnmute
* replace resource of emojiMute
* add vitest preferstate for mutedEmojis
* add vitest to preferReactive
* 混入削除
* Fix typo (mutedEmojis -> mutingEmojis)
* reactiveやめる
* add時の判定ミスを修正
* Add CHANGELOG
* Revert "reactiveやめる"
This reverts commit 442742c371 
							
						 
						
							2025-05-12 10:00:06 +09:00  
				
					
						
							
							
								 
						
							
								b18d6b4cef 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2025-05-11 17:17:07 +09:00  
				
					
						
							
							
								 
						
							
								a78f654322 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-05-11 16:28:04 +09:00  
				
					
						
							
							
								 
						
							
								3d60d18e80 
								
							 
						 
						
							
							
								
								tweak MkMediaImage.vue  
							
							
							
						 
						
							2025-05-11 16:25:49 +09:00  
				
					
						
							
							
								 
						
							
								c793038a8b 
								
							 
						 
						
							
							
								
								fix(frontend): ノート購読の挙動改善 ( #16023 )  
							
							... 
							
							
							
							* fix(frontend): ノート購読の挙動改善
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> 
							
						 
						
							2025-05-11 15:53:02 +09:00  
				
					
						
							
							
								 
						
							
								3df421da1a 
								
							 
						 
						
							
							
								
								refactor(frontend): MkMarquee のコードの可読性の向上 ( #16017 )  
							
							... 
							
							
							
							* fix(frontend/MkMarquee): Composition API に移行
* move animation to scoped environment
* refactor
---------
Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> 
							
						 
						
							2025-05-11 15:43:16 +09:00  
				
					
						
							
							
								 
						
							
								2ead6b8adc 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-05-11 15:40:58 +09:00  
				
					
						
							
							
								 
						
							
								cbc53de823 
								
							 
						 
						
							
							
								
								fix: RateLimiterService ( #13997 )  
							
							... 
							
							
							
							* fix rate limit check never ends
* fix: long term / short term limitがないときでもそれぞれ用のnew Limiterとlimiter.getが呼ばれる問題
* refactor: wrap ratelimiter with promise
* refactor: reimplement max/min with async
* refactor: reimplement limit with async
* refactor: do not check long term limit inside min
* refactor: check if there is rate limit inside min/max function
* refactor: remove unnecessary return in min/max function
* refactor: remove unnecessary max/min function
* refactor: return rate limit instead of throwing an object
* fix: レートリミットのfactorが二回適用されて二乗の効果がある問題を修正
* fix lint error
---------
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> 
							
						 
						
							2025-05-11 15:37:46 +09:00  
				
					
						
							
							
								 
						
							
								2c96f7f258 
								
							 
						 
						
							
							
								
								enhance(backend): increase MAX_ROOM_MEMBERS to 50  
							
							
							
						 
						
							2025-05-11 15:32:36 +09:00  
				
					
						
							
							
								 
						
							
								8793176be1 
								
							 
						 
						
							
							
								
								Update about-misskey.vue  
							
							
							
						 
						
							2025-05-11 14:26:03 +09:00  
				
					
						
							
							
								 
						
							
								3100caadda 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2025-05-11 14:23:58 +09:00  
				
					
						
							
							
								 
						
							
								4d08c0a82b 
								
							 
						 
						
							
							
								
								enhance(frontend): blurhash無効化オプションを追加  
							
							
							
						 
						
							2025-05-11 14:17:08 +09:00  
				
					
						
							
							
								 
						
							
								039aacb31f 
								
							 
						 
						
							
							
								
								refactor(frontend): better type def of usePagination  
							
							
							
						 
						
							2025-05-10 14:42:18 +09:00  
				
					
						
							
							
								 
						
							
								92aca4498b 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.1  
							
							
							
						 
						
							2025-05-10 03:58:55 +00:00  
				
					
						
							
							
								 
						
							
								0133dbfe7e 
								
							 
						 
						
							
							
								
								fix(frontend): サウンドのフォールバックが効かなくなっていた問題を修正 ( #16012 )  
							
							
							
						 
						
							2025-05-10 12:34:59 +09:00  
				
					
						
							
							
								 
						
							
								0a0d42bb48 
								
							 
						 
						
							
							
								
								enhance: 招待されているが参加していないルームを開いたときに、招待を承認するかどうか尋ねるように  
							
							
							
						 
						
							2025-05-10 11:25:00 +09:00  
				
					
						
							
							
								 
						
							
								e1cd7c94fb 
								
							 
						 
						
							
							
								
								refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 ( #16004 )  
							
							... 
							
							
							
							* refactor(frontend): use* 関数の格納場所を正式名称(composables)に変更
* migrate
* move useLoading 
							
						 
						
							2025-05-10 07:58:26 +09:00  
				
					
						
							
							
								 
						
							
								c803f842ba 
								
							 
						 
						
							
							
								
								Bump version to 2025.5.1-alpha.0  
							
							
							
						 
						
							2025-05-09 12:18:54 +00:00  
				
					
						
							
							
								 
						
							
								04928ba7d1 
								
							 
						 
						
							
							
								
								enhance(frontend): Instance Tickerのデザイン改善 ( #15946 )  
							
							... 
							
							
							
							* feat(tms): インスタンス情報の表示位置 (taiyme#198)
* migrate
* fix(InstanceTicker): リモートサーバーのアイコンが初期画像になる問題 (taiyme#211)
* refactor(InstanceTicker): 参照の構造を変更
Co-Authored-By: taiy <53635909+taiyme@users.noreply.github.com>
* perf(TmsInstanceTicker): color関数に変更 (taiyme#283)
* 🎨 
* Update Changelog
* remove unused property
* revert unrelated changes
* fix
* 実装を簡略化
* 🎨 
* Update CHANGELOG.md
* 色の計算をコンポーネント内に移動
---------
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> 
							
						 
						
							2025-05-09 21:16:21 +09:00  
				
					
						
							
							
								 
						
							
								1b3a8cd97d 
								
							 
						 
						
							
							
								
								fix(frontend): "時計"ウィジェット(Clock)において、Transparent設定が有効でも、その背景が透過されない  
							
							... 
							
							
							
							Fix  #15994  
						
							2025-05-09 20:41:50 +09:00