syuilo
6c27ab12eb
Update CHANGELOG.md
2025-04-07 17:30:44 +09:00
github-actions[bot]
1ca8d227df
Bump version to 2025.4.0-rc.2
2025-04-07 08:17:46 +00:00
syuilo
154b89f07a
🎨
2025-04-07 17:16:08 +09:00
syuilo
3a8d015194
enhance(frontend): improve search index
2025-04-07 17:03:43 +09:00
syuilo
fa52922331
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-04-07 16:39:08 +09:00
syuilo
5b0f594f15
fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
2025-04-07 16:39:03 +09:00
syuilo
297d5e3001
New Crowdin updates ( #15761 )
...
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Dutch)
* New translations ja-jp.yml (Dutch)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
2025-04-07 16:31:28 +09:00
anatawa12
85a7b10fcd
refactor serach index generator code ( #15772 )
...
* refactor: flatten search index
* chore: use Function() to simplify parsing attribute
* chore: remove comment handling
* chore: simplify processing SearchLabel and SearchKeyword element
* chore: use SearchLabel in mutedUsers
* chore: small improvements
* chore: remove a fallback path and simplify the entire code
* fix: result path is not correct
* chore: inline function
2025-04-07 14:35:32 +09:00
syuilo
2349a5d20e
🎨
...
Fix #15753
2025-04-07 10:29:51 +09:00
syuilo
6ef5c8bb92
enhance(frontend): improve migration of old settings
2025-04-07 10:21:49 +09:00
zyoshoka
1ede45c8fb
fix(ci): fix Chromatic CI not being skipped for dependency update branches ( #15766 )
2025-04-07 09:55:18 +09:00
syuilo
f9a3db2ac3
refactor(frontend): refactor styles
2025-04-05 19:49:29 +09:00
syuilo
1626e8038b
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-04-05 19:45:14 +09:00
syuilo
f71843a7d3
refactor(frontend): refactor divider of panel style
2025-04-05 19:45:11 +09:00
zyoshoka
91416527c2
fix(ci): quote `branches-ignore` pattern in Storybook workflow ( #15762 )
2025-04-05 19:32:48 +09:00
anatawa12
e24d799c0a
chore: set ignorePatchFailures to false ( #15763 )
2025-04-05 19:32:35 +09:00
github-actions[bot]
d54153f24e
Bump version to 2025.4.0-rc.1
2025-04-05 01:28:52 +00:00
syuilo
bc60411f91
New Crowdin updates ( #15752 )
...
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (English)
2025-04-05 10:27:43 +09:00
syuilo
db48b320f5
enhance(frontend): 設定移行時にナビゲーションバーにチャットを追加するように
...
チャットがどこにあるか分かりにくいという意見が多いため
2025-04-05 09:32:57 +09:00
anatawa12
22f874c81d
fix: chromatic failure ( #15757 )
2025-04-05 08:46:48 +09:00
anatawa12
5949bb6c7f
fix: unnecesary HMR when we opened setting page ( #15756 )
...
* refactor: add MarkerIdAssigner instead of processVueFile and remove transformedCodeCache object
* chore: add minimatch, a glob matcher
* chore: expose MarkerIdAssigner from plugin
* Revert "chore: expose MarkerIdAssigner from plugin"
This reverts commit 88c6d820f8
.
* chore: add plugin to generate virtual module
* chore: parse inlining earlier
* chore: use virtual module in search
* chore: use remove old generation
* chore: fix type errors
* chore: add patch to workaround vitejs/vite#19792
* chore: improve filtering files to process
* chore: rename plugin
* docs: add comment for plugin ordering
* fix: unnecessary log
* fix: spdx license header
2025-04-05 08:46:17 +09:00
syuilo
ea9d85a0cc
New Crowdin updates ( #15740 )
...
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Traditional)
2025-04-03 21:29:45 +09:00
github-actions[bot]
96b21484db
Bump version to 2025.4.0-rc.0
2025-04-03 10:28:38 +00:00
anatawa12
cab82452ec
Copy role on move ( #15745 )
...
* feat(backend): copyOnMoveAccount
* feat(endpoints): copyOnMoveAccount
* feat(frontend): copyOnMoveAccount
* docs(changelog): アカウントのマイグレーション時に古いアカウントからロールをコピーできるようになりました。
* fix: spdx header for migration
* Update locales/ja-JP.yml
* copyOnMoveAccount -> preserveAssignmentOnMoveAccount
* fix: check for preserveAssignmentOnMoveAccount
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-03 19:22:49 +09:00
syuilo
440a4a4d8b
refactor(frontend): refactor MkDateSeparatedList
2025-04-03 15:42:25 +09:00
syuilo
4be9b25185
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-04-03 15:34:15 +09:00
syuilo
8b7cba1ede
🎨
2025-04-03 15:34:13 +09:00
github-actions[bot]
1188ec458d
Bump version to 2025.4.0-beta.2
2025-04-03 06:32:20 +00:00
かっこかり
e07bb1dcbc
fix: チャット周りの修正 ( #15741 )
...
* fix(misskey-js): チャットのChannel型定義を追加
* fix(backend); canChatで塞いでいない書き込み系のAPIを塞ぐ
* fix(frontend): チャット周りのフロントエンド型修正
* lint fix
* fix broken lockfile
* fix
* refactor
* wip
* wip
* wip
* clean up
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-03 15:28:10 +09:00
syuilo
7cecaa5c54
perf(frontend): avoid main thread scroll repaint
2025-04-03 14:32:42 +09:00
syuilo
1779a23e25
🎨
2025-04-03 13:31:13 +09:00
zyoshoka
d7365eb126
fix(storybook): update obsolete method for preferences ( #15750 )
2025-04-03 12:54:08 +09:00
syuilo
455be80b4f
fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
2025-04-03 11:32:55 +09:00
syuilo
1a3866c4f6
fix(backend/chat): 自分が作ったチャットルームに他人がメッセージを送ったときに未読にならない
...
Fix #15748
2025-04-03 11:15:16 +09:00
syuilo
d07552424c
🎨
2025-04-02 19:48:32 +09:00
syuilo
e4ceab5f6c
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-04-02 19:16:18 +09:00
syuilo
e1dc1e5111
🎨
2025-04-02 19:16:16 +09:00
syuilo
3a16af4b4b
Update CHANGELOG.md
2025-04-02 16:01:48 +09:00
Nanashi.
98eadd7093
feat: アンテナでセンシティブなチャンネルからのノートを除外できるように ( #15346 )
...
* feat(db): マイグレーションを追加
* feat(backend): カラムの定義を追加
* wip
* feat: フラグを設定出来るように
* feat: /notesエンドポイントを対応
* feat: websocketを対応
* test: テストを追加
* docs: CHANGELOGを更新
* docs: CHANGELOGの追加場所を修正
* chore: api.jsonを更新
* docs(CHANGELOG): General欄に移動
* docs: フォーマットを揃える
* chore: クエリを削除
* revert: 英訳を消す
* chore: note.channelを追加するところを変える
* docs: CHANGELOGを更新する
* docs(CHANGELOG): 2025.3.2に移動
* chore: changelogを下に移動
* ci: CI再実行用の空コミット
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-02 16:01:24 +09:00
zyoshoka
0bf49818c4
enhance: implement `sentryForFrontend` ( #15433 )
...
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-02 15:44:04 +09:00
syuilo
d0a98f6e6c
fix(frontend): Fix #15744
2025-04-02 13:04:03 +09:00
anatawa12
102578712b
fix: iPadでdeck uiでマウスホイールでスクロールできない ( #15244 )
...
* fix: ipadでdeck uiでスクロールできない
* docs(changelog): iPadOSでdeck uiをマウスカーソルによってスクロールできない問題を修正
* chore: remove pointermove listener
* lint: use window.document
* chore: use passive pointerdown event
2025-04-02 10:48:57 +09:00
github-actions[bot]
2e0c80bc21
Bump version to 2025.4.0-beta.1
2025-04-02 01:47:33 +00:00
syuilo
d44fd87b69
Update CHANGELOG.md
2025-04-02 10:37:48 +09:00
anatawa12
55d835ad51
Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 ( #15277 )
...
* fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題
* refactor: 通知の取得処理を Notification Service に移動
* feat: add function to parse additional part of id
* fix: 通知のページネーションが正しく動かない問題
Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。
* pnpm run build-misskey-js-with-types
* chore: XADDをretryするように
* fix: notifications-groupedでxrevrangeしているのを消し忘れていた
2025-04-02 10:37:16 +09:00
syuilo
3ec5bf114b
🎨
2025-04-02 10:25:53 +09:00
syuilo
a5f9eba974
enhance(frontend): インストールしたテーマをデバイス間で同期できるように
2025-04-02 10:09:25 +09:00
github-actions[bot]
bd8162c2bd
Bump version to 2025.4.0-beta.0
2025-04-01 08:19:26 +00:00
かっこかり
4f206eea9f
refactor(frontend): intl-stringの処理のパフォーマンス向上 ( #15737 )
...
* refactor(frontend): intl-stringの処理のパフォーマンス向上
* ✌️
2025-04-01 17:15:22 +09:00
syuilo
f4f9832f8b
🎨
2025-04-01 17:13:58 +09:00