syuilo
535b86f05e
lint
2025-06-27 10:02:49 +09:00
taichan
01a94eaecb
chore(CI): cache ffmpeg ( #16223 )
...
* ci: use daily cache for ffmpeg
* fix(ci): input type
* Fix current date
* Just use Daily cache
* fix condition
2025-06-26 19:08:47 +09:00
syuilo
9a28fa0534
refactor(frontend/pref): refactor preferences manager
...
Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
2025-06-26 16:25:43 +09:00
github-actions[bot]
899273554a
Bump version to 2025.6.4-alpha.1
2025-06-26 04:38:12 +00:00
syuilo
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
syuilo
8fda4fefaf
refactor
2025-06-26 12:06:53 +09:00
syuilo
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
syuilo
60649f4d66
add note
2025-06-26 12:01:56 +09:00
syuilo
525a330637
tweak eslint config
2025-06-26 10:49:41 +09:00
taichan
b455e63da7
chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように ( #16215 )
...
* chore(frontend): 開発モード時に言語ファイルの変更を自動で反映するように
* fix message
* naming
* SPDX
2025-06-26 08:26:44 +09:00
syuilo
5626677e86
Update CHANGELOG.md
2025-06-25 20:30:49 +09:00
keito
c424554d4a
ジョブキューの`Progress`の値を正しく計算する ( #16218 )
...
* fix: ジョブキューのProgressの値の範囲を 0~100 に統一
* fix(backend): ジョブキューのProgressの計算に用いる総数を最初に一度だけ取得する
2025-06-25 20:30:17 +09:00
syuilo
eee9a5f853
enhance(frontend): ページネーションの並び順を逆にできるように
2025-06-25 20:26:20 +09:00
github-actions[bot]
4d72d6caf4
Bump version to 2025.6.4-alpha.0
2025-06-25 08:50:37 +00:00
taichan
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
syuilo
06d31c0b78
fix(frontend): ファイルがドライブの既定アップロード先に指定したフォルダにアップロードされない問題を修正
...
Fix #16206
2025-06-25 10:55:30 +09:00
syuilo
32d4c312ef
enhance(frontend): ファイルアップロード前にキャプション設定を行えるように
...
Resolve #16210
2025-06-25 10:49:58 +09:00
syuilo
36fde67992
enhance(frontend): improve theme settings
2025-06-25 10:23:39 +09:00
syuilo
43abbce2af
enhance(frontend): 全てのページネーションにおいてコンテキストメニューからリロードできるように
2025-06-25 10:08:44 +09:00
syuilo
684424f26a
enhance(frontend): improve useScrollPositionKeeper
2025-06-24 20:30:32 +09:00
syuilo
36989e0cd3
Update about-misskey.vue
2025-06-24 20:24:34 +09:00
syuilo
d518682e73
add note
2025-06-24 11:44:16 +09:00
syuilo
0ada970337
enhance(frontend): 設定の自動バックアップをオンにした直後に自動バックアップするように
2025-06-23 17:12:25 +09:00
github-actions[bot]
a812dfe853
[skip ci] Update CHANGELOG.md (prepend template)
2025-06-16 11:13:27 +00:00
github-actions[bot]
2baec208f5
Release: 2025.6.3
2025-06-16 11:13:22 +00:00
github-actions[bot]
4093616e23
Bump version to 2025.6.3-alpha.0
2025-06-16 10:52:09 +00:00
syuilo
062d5170df
fix(frontend): キャッシュを削除しないとクライアントが使用できないことがある問題を修正
...
Fix #16196
2025-06-16 19:51:26 +09:00
github-actions[bot]
a279bd4d49
[skip ci] Update CHANGELOG.md (prepend template)
2025-06-16 08:58:37 +00:00
github-actions[bot]
978ae706eb
Release: 2025.6.2
2025-06-16 08:58:31 +00:00
syuilo
824643a44e
[skip ci] Update CHANGELOG.md
2025-06-16 17:57:09 +09:00
github-actions[bot]
213c569242
Bump version to 2025.6.2-alpha.0
2025-06-16 05:08:24 +00:00
syuilo
a1cf2d3074
New Crowdin updates ( #16192 )
...
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
2025-06-16 14:07:48 +09:00
syuilo
4ea7c76c02
fix(frontend): キャッシュを削除しないとクライアントが使用できないことがある問題を修正
2025-06-16 13:55:27 +09:00
github-actions[bot]
1782a353d3
[skip ci] Update CHANGELOG.md (prepend template)
2025-06-16 02:33:19 +00:00
github-actions[bot]
c69a13b592
Release: 2025.6.1
2025-06-16 02:33:14 +00:00
syuilo
40e35c051a
Update CHANGELOG.md
2025-06-15 11:10:03 +09:00
syuilo
b93717be33
Update CHANGELOG.md
...
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2025-06-15 11:08:53 +09:00
syuilo
fe805fb7f0
enhance(frontend/image-effector): tweak fxs
2025-06-15 11:06:46 +09:00
syuilo
e9af9d4451
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:57:29 +09:00
syuilo
ce90fee586
enhance(frontend/image-effector): add blockNoise fx
2025-06-15 10:55:11 +09:00
syuilo
5bec8ba6b0
enhance(frontend/image-effector): tweak fxs
2025-06-15 10:19:42 +09:00
syuilo
3dbfd80d65
enhance(frontend/image-effector): tweak colorAdjust fx
2025-06-15 09:25:57 +09:00
syuilo
b33eeb1366
enhance(frontend/image-effector): tweak distort fx
2025-06-15 08:47:59 +09:00
syuilo
420756d744
Update CHANGELOG.md
2025-06-14 19:50:56 +09:00
かっこかり
32d721abf1
refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 ( #16188 )
...
* refactor(frontend): checkWordMuteの返り値が誤っている問題を修正
* fix lint
2025-06-14 16:08:14 +09:00
github-actions[bot]
8ea6aa2ef3
Bump version to 2025.6.1-rc.0
2025-06-14 03:16:12 +00:00
syuilo
bc07b79a23
fix(frontend): デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正
...
Fix #16164
2025-06-14 11:36:42 +09:00
syuilo
aae7961540
New Crowdin updates ( #16187 )
...
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Simplified)
2025-06-13 10:31:14 +09:00
github-actions[bot]
1ad32990cb
Bump version to 2025.6.1-beta.2
2025-06-12 10:07:07 +00:00
zyoshoka
89db7b3fa8
fix(frontend): display reactions correctly in welcome timeline ( #16186 )
2025-06-12 19:05:24 +09:00