2025-03-02 21:12:12
icon

🎁 NEW RELEASE: 2025.3.0-alpha.0 is out. Enjoy!

Web site image
Release 2025.3.0-alpha.0 · misskey-dev/misskey
2025-03-03 19:53:39
icon

📦 New Pull Request: "deps: update pnpm to v10"
https://github.com/misskey-dev/misskey/pull/15588

Web site image
deps: update pnpm to v10 by kakkokari-gtyih · Pull Request #15588 · misskey-dev/misskey
2025-03-03 22:46:22
icon

💬 Commented on "ユーザーのノート一覧の"ファイル付き"にチャンネル投稿やリプライも含まれるようにして欲しい": Sayamame-beans "リプライについても検討しましたが、現状はwithRepliesとwithFilesを同時に有効に出来ないので仕様に手を加えないと実現出来ないですね…
```json
{
message: 'Specifying both withReplies and withFiles is not supported',
code: 'BOTH_WITH_REPLIES_AND_WITH_FILES',
id: '91c8cb9f-36ed-46e7-9ca2-7df96ed6e222',
kind: 'client',
}
```
"
https://github.com/misskey-dev/misskey/issues/15590#issuecomment-2694456353

Web site image
ユーザーのノート一覧の"ファイル付き"にチャンネル投稿やリプライも含まれるようにして欲しい · Issue #15590 · misskey-dev/misskey
2025-03-05 16:44:42
icon

🎁 NEW RELEASE: 2025.3.0-beta.0 is out. Enjoy!

Web site image
Release 2025.3.0-beta.0 · misskey-dev/misskey
2025-03-05 22:26:29
icon

💬 Commented on "[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう": KisaragiEffective "これはTwitterのように「削除したけど再投稿されていない下書き」を持っておくことで解決できる課題だったと思うのですが、 #15545 のPRはそれとは異なるように思います。
#15545 の変更によりノートが実際に削除されるタイミングが変わって実質的な編集という意義を損ない、混乱を招くと予想されるため、2025.3.0リリースの前に再度議論されるべきだと考えます。
"
https://github.com/misskey-dev/misskey/issues/14498#issuecomment-2700928076

Web site image
[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう · Issue #14498 · misskey-dev/misskey
2025-03-05 22:28:27
icon

💬 Commented on "[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう": Sayamame-beans "#15298 で下書きが実装されたタイミングで保存可能になればこの問題は解決しそうではありますね"
https://github.com/misskey-dev/misskey/issues/14498#issuecomment-2700932922

Web site image
[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう · Issue #14498 · misskey-dev/misskey
2025-03-06 14:34:28
icon

💮 Issue closed: #14364 "Firefox-based browsers hanging completely for 6-8 seconds straight when loading Misskey"
https://github.com/misskey-dev/misskey/issues/14364

Web site image
Firefox-based browsers hanging completely for 6-8 seconds straight when loading Misskey · Issue #14364 · misskey-dev/misskey
2025-03-06 17:19:59
icon

🎁 NEW RELEASE: 2025.3.0-beta.2 is out. Enjoy!

Web site image
Release 2025.3.0-beta.2 · misskey-dev/misskey
2025-03-06 19:31:34
icon

🎁 NEW RELEASE: 2025.3.0 is out. Enjoy!

Web site image
Release 2025.3.0 · misskey-dev/misskey
2025-03-06 19:31:37
icon

💯 Pull Request Merged!: "Release: 2025.3.0"
https://github.com/misskey-dev/misskey/pull/15585

Web site image
Release: 2025.3.0 by github-actions[bot] · Pull Request #15585 · misskey-dev/misskey
2025-03-06 23:15:21
icon

💯 Pull Request Merged!: "feat(frontend): 設定の検索"
https://github.com/misskey-dev/misskey/pull/15505

Web site image
feat(frontend): 設定の検索 by syuilo · Pull Request #15505 · misskey-dev/misskey
2025-03-06 23:15:22
icon

🆕 Pushed by syuilo with 1 commit:
?[0214a00] feat(frontend): 設定の検索 (#15505)

Web site image
Comparing 46067f6e17f7...0214a0001fee · misskey-dev/misskey
Web site image
feat(frontend): 設定の検索 (#15505) · misskey-dev/misskey@0214a00
2025-03-07 16:03:55
icon

💮 Issue closed: #14533 "node24: corepack being removed in next major release"
https://github.com/misskey-dev/misskey/issues/14533

Web site image
node24: corepack being removed in next major release · Issue #14533 · misskey-dev/misskey
2025-03-08 08:24:28
icon

💬 Commented on "2025.3.1-beta.0に更新後、docker上で起動しない": 4ster1sk "```
$ git clone https://github.com/misskey-dev/misskey.git
$ cd misskey
$ cp .config/docker_example.env .config/docker.env
$ docker compose -f compose_example.yml up
```
で起動したところ起きました
"
https://github.com/misskey-dev/misskey/issues/15622#issuecomment-2707696095

Web site image
2025.3.1-beta.0に更新後、docker上で起動しない · Issue #15622 · misskey-dev/misskey
2025-03-08 09:20:25
icon

💬 Commented on "2025.3.1-beta.0に更新後、docker上で起動しない": samunohito "上記のとおりでした。
aptなどの実行後にpnpmをインストールするスクリプトを入れたところ起動出来ることを確認しました。

![Image](https://github.com/user-attachments/assets/2304283f-1401-43f3-94c8-5f7cf32f6350)
"
https://github.com/misskey-dev/misskey/issues/15622#issuecomment-2707770508

Web site image
2025.3.1-beta.0に更新後、docker上で起動しない · Issue #15622 · misskey-dev/misskey
2025-03-09 09:37:12
icon

💬 Commented on "JWTでユーザー認証する": eternal-flame-AD "I think transition to JWT (or any alternative format than random string we agree on) should be done first, because many features in #13865 are contingent upon a rich token format (tokens with structured info that backend can parse).

パスワード認証を要求するすべてのエンドポイントを sudo トークンに置き換える -> this is essentially granular token policy

sudo モード -> this needs ways to identify tokens too, and we have to agree on a format first before all

SSO -> many SSO services require you to store refresh tokens, so we need a rich format too
"
https://github.com/misskey-dev/misskey/issues/15570#issuecomment-2708588094

Web site image
JWTでユーザー認証する · Issue #15570 · misskey-dev/misskey
2025-03-09 12:29:58
icon

🎁 NEW RELEASE: 2025.3.1 is out. Enjoy!

Web site image
Release 2025.3.1 · misskey-dev/misskey
2025-03-09 15:16:53
icon

🎁 NEW RELEASE: 2025.3.2-alpha.1 is out. Enjoy!

Web site image
Release 2025.3.2-alpha.1 · misskey-dev/misskey
2025-03-09 16:08:02
icon

💬 Commented on "プロキシアカウントであることを明示する": Sayamame-beans "triage:
- #14854 でフラグが追加されれば、それによる公式の説明を表示することが可能になります
- #15530 でシステムアカウント化されたので、(ユーザー側で設定する説明文より前などに)公式の説明文を追加することも可能そうです(misskey外から見る場合に役立ちそうです)
"
https://github.com/misskey-dev/misskey/issues/7886#issuecomment-2708706823

Web site image
プロキシアカウントであることを明示する · Issue #7886 · misskey-dev/misskey
2025-03-09 21:32:56
icon

🎁 NEW RELEASE: 2025.3.2-alpha.2 is out. Enjoy!

Web site image
Release 2025.3.2-alpha.2 · misskey-dev/misskey
2025-03-10 10:09:44
icon

🆕 Pushed by github-actions[bot] with 1 commit:
?[16ad6b3] Bump version to 2025.3.2-alpha.4

Web site image
Comparing 4df9083bf04b...16ad6b3f6c86 · misskey-dev/misskey
Web site image
Bump version to 2025.3.2-alpha.4 · misskey-dev/misskey@16ad6b3
2025-03-10 18:40:46
icon

🎁 NEW RELEASE: 2025.3.2-alpha.5 is out. Enjoy!

Web site image
Release 2025.3.2-alpha.5 · misskey-dev/misskey
2025-03-14 12:49:36
icon

🎁 NEW RELEASE: 2025.3.2-beta.0 is out. Enjoy!

Web site image
Release 2025.3.2-beta.0 · misskey-dev/misskey
2025-03-14 13:56:13
icon

💥 Issue opened: #15661 "[2025.3.2] フロントエンドの左のナビゲーションバーが消える"
https://github.com/misskey-dev/misskey/issues/15661

Web site image
[2025.3.2] フロントエンドの左のナビゲーションバーが消える · Issue #15661 · misskey-dev/misskey
2025-03-15 22:13:28
icon

💥 Issue opened: #15665 "[デッキ] 「あなた宛て」がリアルタイム更新されない?"
https://github.com/misskey-dev/misskey/issues/15665

Web site image
[デッキ] 「あなた宛て」がリアルタイム更新されない? · Issue #15665 · misskey-dev/misskey
2025-03-16 14:18:32
icon

🎁 NEW RELEASE: 2025.3.2-beta.2 is out. Enjoy!

Web site image
Release 2025.3.2-beta.2 · misskey-dev/misskey
2025-03-17 00:35:56
icon

💥 Issue opened: #15669 "チャンネルのアーカイブ解除用のUIを追加"
https://github.com/misskey-dev/misskey/issues/15669

Web site image
チャンネルのアーカイブ解除用のUIを追加 · Issue #15669 · misskey-dev/misskey
2025-03-17 13:21:16
icon

🆕 Pushed by syuilo with 1 commit:
?[6c8f21b] fix(backend): 連合無しモードでも外部から照会可能だった問題を修正

Web site image
Comparing 7d5daa4b00ee...6c8f21b608eb · misskey-dev/misskey
Web site image
fix(backend): 連合無しモードでも外部から照会可能だった問題を修正 · misskey-dev/misskey@6c8f21b
2025-03-17 14:37:36
icon

💥 Issue opened: #15672 "設定に「かんたんモード」がほしい"
https://github.com/misskey-dev/misskey/issues/15672

Web site image
設定に「かんたんモード」がほしい · Issue #15672 · misskey-dev/misskey
2025-03-18 12:08:59
icon

💬 Commented on "Rustで書き直す": syuilo "この場合は書き直しですねぇ"
https://github.com/misskey-dev/misskey/issues/11078#issuecomment-2731490551

Web site image
Rustで書き直す · Issue #11078 · misskey-dev/misskey
2025-03-19 16:42:50
icon

💬 Commented on "言語ごとにバンドルを生成する": syuilo "ヌァァァァァァァァァァァァァァァァァァァァァァァァァァァァァァァァァァンンンンオオオオンンオンオンオンオンンンンンンンンン゛ン゛!!!!!!!!!!!!!!!!"
https://github.com/misskey-dev/misskey/issues/14453#issuecomment-2735614151

Web site image
言語ごとにバンドルを生成する · Issue #14453 · misskey-dev/misskey
2025-03-20 07:41:54
icon

💬 Commented on "Cyrillic characters render with too much spacing around them": vitalyster "'Hiragino Maru Gothic Pro' Cyrillic issues are dated back to 2001! See https://hsivonen.fi/hiragino/ for full explanation. It is still the problem on latest macOS and iOS.
1) I have studied Misskey issues and pull requests and did not understand why is that outdated font added (very recently!) as the main font. It is the Mac font, but macOS and iOS can fallback to it when needed without explicit rule. Other OS will never pick that font. Just use `-apple-system, BlinkMacSystemFont, "Segoe UI"` first (just like Github do), and you will have awesome defaults on Mac (Safari), Mac (Chrome) and Windows. You can leave any fallback fonts after that if needed.
2) If I understand correctly there is a "use system font" option somewhere which does not include Hiragino font, but it is not enabled by default I think, because all random Misskey instances with Russian users display Hiragino font.
"
https://github.com/misskey-dev/misskey/issues/13368#issuecomment-2738351761

Web site image
Cyrillic characters render with too much spacing around them · Issue #13368 · misskey-dev/misskey
2025-03-20 19:07:41
icon

🎁 NEW RELEASE: 2025.3.2-beta.7 is out. Enjoy!

Web site image
Release 2025.3.2-beta.7 · misskey-dev/misskey
2025-03-21 18:53:41
icon

📦 New Pull Request: "Feat: Chat"
https://github.com/misskey-dev/misskey/pull/15686

Web site image
Feat: Chat by syuilo · Pull Request #15686 · misskey-dev/misskey
2025-03-21 19:42:19
icon

💬 Commented on "チャット": syuilo "連合は以前の実装と同様で、非Misskeyに対してはダイレクト投稿扱いで送信されるわね"
https://github.com/misskey-dev/misskey/issues/12467#issuecomment-2742985589

Web site image
チャット · Issue #12467 · misskey-dev/misskey
2025-03-22 23:47:13
icon

📦 New Pull Request: "enhance: add LLM translation support with openai compatible API"
https://github.com/misskey-dev/misskey/pull/15697

Web site image
enhance: add LLM translation support with openai compatible API by ybw2016v · Pull Request #15697 · misskey-dev/misskey
2025-03-24 21:32:49
icon

💯 Pull Request Merged!: "Feat: Chat"
https://github.com/misskey-dev/misskey/pull/15686

Web site image
Feat: Chat by syuilo · Pull Request #15686 · misskey-dev/misskey
2025-03-24 21:34:28
icon

🎁 NEW RELEASE: 2025.3.2-beta.10 is out. Enjoy!

Web site image
Release 2025.3.2-beta.10 · misskey-dev/misskey
2025-03-25 13:36:39
icon

🍴 Forked by Manche

Web site image
GitHub - Manche/misskey-shinanoji-experimental: 🌎 A completely free and open interplanetary microblogging platform 🚀
Web site image
Manche - Overview
2025-03-26 12:17:59
icon

🆕 Pushed by acid-chicken with 1 commit:
?[ed86b17] ci(storybook): prevent running for bots

Web site image
Comparing 36865a5771a1...ed86b1706de7 · misskey-dev/misskey
Web site image
ci(storybook): prevent running for bots · misskey-dev/misskey@ed86b17
2025-03-27 22:27:21
icon

💥 Issue opened: #15715 "[2025.3.2]classic ui is dead"
https://github.com/misskey-dev/misskey/issues/15715

Web site image
[2025.3.2]classic ui is dead · Issue #15715 · misskey-dev/misskey
2025-03-28 14:02:27
icon

💬 Commented on "[2025.3.2]ウィジェットが左から出る": syuilo "意図した変更だうぇあね"
https://github.com/misskey-dev/misskey/issues/15717#issuecomment-2760201259

Web site image
[2025.3.2]ウィジェットが左から出る · Issue #15717 · misskey-dev/misskey
2025-03-28 15:26:20
icon

🆕 Pushed by syuilo with 1 commit:
?[811077c] perf(frontend): avoid main thread scroll repaint

Web site image
Comparing 1c26dae39f89...811077ca6618 · misskey-dev/misskey
Web site image
perf(frontend): avoid main thread scroll repaint · misskey-dev/misskey@811077c
2025-03-29 21:23:38
icon

🎁 NEW RELEASE: 2025.3.2-beta.17 is out. Enjoy!

Web site image
Release 2025.3.2-beta.17 · misskey-dev/misskey
2025-03-29 22:23:20
icon

💬 Commented on "Release: 2025.3.2": syuilo "カラムの方で判ったこと
- カラムをスタックすると発生しなくなる
- ioでも再現した(今までカラムをスタックして使ってたから気づかなかっただけだった)
"
https://github.com/misskey-dev/misskey/pull/15633#issuecomment-2763362395

Web site image
Release: 2025.3.2 by github-actions[bot] · Pull Request #15633 · misskey-dev/misskey
2025-03-30 07:36:37
icon

💬 Commented on "[2025.3.2]横スワイプでタイムラインの切り替えができない": syuilo "こちら実装に不具合があったためタイムラインと通知で一旦無効化されております"
https://github.com/misskey-dev/misskey/issues/15722#issuecomment-2764268797

Web site image
[2025.4.0][2025.3.2]横スワイプでタイムラインの切り替えができない · Issue #15722 · misskey-dev/misskey
2025-03-30 09:14:58
icon

💬 Commented on "[2025.3.2]日を跨いだ際の日付欄が表示されない": syuilo "日付の区切り表示はパフォーマンス上の理由で一旦無効化されています
斜線表示は修正しました 🙏🏻
"
https://github.com/misskey-dev/misskey/issues/15724#issuecomment-2764303580

Web site image
[2025.3.2]日を跨いだ際の日付欄が表示されない · Issue #15724 · misskey-dev/misskey
2025-03-30 14:34:21
icon

🆕 Pushed by syuilo with 4 commits:
?[45b8423] Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
?[0655c8a] clean up
?[17f3113] 🎨
?[4f4cb67] fix(frontend): drop classic ui

Web site image
Comparing 591175b42e12...45b84234299c · misskey-dev/misskey
Web site image
Merge branch ''develop'' of https://github.com/misskey-dev/misskey into… · misskey-dev/misskey@45b8423
Web site image
GitHub - misskey-dev/misskey: 🌎 A interplanetary communication platform 🚀
Web site image
fix(frontend): drop classic ui · misskey-dev/misskey@4f4cb67
2025-03-31 17:34:39
icon

🎁 NEW RELEASE: 2025.3.2-beta.20 is out. Enjoy!

Web site image
Release 2025.3.2-beta.20 · misskey-dev/misskey