Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

13.11.0 #10506

Merged
merged 436 commits into from
Apr 8, 2023
Merged

13.11.0 #10506

merged 436 commits into from
Apr 8, 2023

Conversation

syuilo
Copy link
Member

@syuilo syuilo commented Apr 7, 2023

NOTE

  • このバージョンからRedis 7.xが必要です。
  • アップデートを行うと全ての通知はリセットされます。

General

  • チャンネルをお気に入りに登録できるように
  • チャンネルにノートをピン留めできるように
  • アカウントの引っ越し(フォロワー引き継ぎ)に対応

Client

  • 投稿フォームのデザインを改善
  • 検索ページでURLを入力した際に照会したときと同等の挙動をするように
  • ノートのリアクションを大きく表示するオプションを追加
  • ギャラリー一覧にメディア表示と同じように NSFW 設定を反映するように(ホバーで表示)
  • オブジェクトストレージの設定画面を分かりやすく
    - 「にゃああああああああああああああ!!!!!!!!!!!!」 (isCat) 有効時にアバターに表示される猫耳について挙動を変更
    • 「UIにぼかし効果を使用」 (useBlurEffect) で次の挙動が有効になります
      • 猫耳のアバター内部部分をぼかしでマスク表示してより猫耳っぽく見えるように
        • 猫耳の色がアバター上部のピクセルから決定されます(無効化時はアバター全体の平均色)
          • 左耳は上からおよそ 10%, 左からおよそ 20% の位置で決定します
            • 右耳は上からおよそ 10%, 左からおよそ 80% の位置で決定します
      • 「UIのアニメーションを減らす」 (reduceAnimation) で猫耳を撫でられなくなります
  • Add Minimizing ("folding") of windows

Server

  • PostgreSQLのレプリケーション対応
    • 設定ファイルの dbReplications および dbSlaves にて設定できます
  • イベント用Redisを別サーバーに分離できるように
  • ジョブキュー用Redisを別サーバーに分離できるように
  • サーバーの全体的なパフォーマンスを向上
  • ノート作成時のパフォーマンスを向上
  • アンテナのタイムライン取得時のパフォーマンスを向上
  • チャンネルのタイムライン取得時のパフォーマンスを向上
  • 通知に関する全体的なパフォーマンスを向上
  • webhookがcontent-type text/plain;charset=UTF-8 で飛んでくる問題を修正

acid-chicken and others added 30 commits March 24, 2023 23:25
This reverts commit 3b524f3, reversing
changes made to 5be5445.
* New translations ja-JP.yml (Polish)

* New translations ja-JP.yml (Polish)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Chinese Simplified)
* Additional changes for the merge

* api-misskey-js
@syuilo syuilo requested a review from acid-chicken April 8, 2023 09:15
@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

@acid-chicken @EbiseLutica @tamaina リリースして良さそうだったらapproveお願いします

@EbiseLutica
Copy link
Contributor

@syuilo

アップデートを行うと全ての通知はリセットされます。

アンテナで集めたノートは消えないんだっけ?消えるならその旨も書いたほうがよさそう
(可能ならアンテナのノートはDBからマイグレできてほしいけど)

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

@syuilo

アップデートを行うと全ての通知はリセットされます。

アンテナで集めたノートは消えないんだっけ?消えるならその旨も書いたほうがよさそう (可能ならアンテナのノートはDBからマイグレできてほしいけど)

リセットされるから修正しといた

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

アンテナのノートも通知と同様に定期的に削除されるデータだからマイグレするほどではないかなと思った

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

よくわからんバグ見つけた

2023-04-08.19.15.25.mov

@tamaina

This comment was marked as off-topic.

@tamaina

This comment was marked as outdated.

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

noPagingの方が適切そう

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

直した

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

マージするか

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

アカウント移行のcooldownないとAcceptし難いかなと思っている

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

じゃアカウント移行だけomitするかしら

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

日付の登録と比較だけなのでサクッと実装できるような気もする

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

cooldown以外にもまだ検討の余地がありそうな雰囲気がしたので一旦無効にした

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

マージするぞ

@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

うおー

@tamaina
Copy link
Contributor

tamaina commented Apr 8, 2023

何もレビューしてないけど動いてるからヨシ

CHANGELOG.md Outdated Show resolved Hide resolved
@syuilo syuilo merged commit a096f62 into master Apr 8, 2023
@syuilo
Copy link
Member Author

syuilo commented Apr 8, 2023

🙏🙏🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR ‼️ wrong locales This PR edits locales other than the ja-JP one. See locales/README.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet