Skip to content

Releases: MisskeyIO/misskey

2024.5.0-io.3d

22 Oct 21:56
7f98321
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.5.0-io.3c...2024.5.0-io.3d

2024.5.0-host.3d

22 Oct 22:21
f2aa8c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.5.0-host.3c...2024.5.0-host.3d

2024.5.0-io.3c

21 Oct 01:54
30ad854
Compare
Choose a tag to compare

What's Changed

  • fix(frontend/reaction): リアクションのミュートのボタンのアイコンが逆になっている問題を修正 by @u1-liquid in #767
  • fix(frontend): Captcha のエラーハンドリングを修正 by @riku6460 in #768
  • fix(frontend/customemoji): リアクション以外の部分ではフォールバック画像にならないように by @u1-liquid in #769
  • feat(frontend/reactions): リアクションのミュートで通知からもミュートされるように by @u1-liquid in #771
  • update deps by @u1-liquid in #770
  • Bump up version to 2024.5.0-io.3c by @u1-liquid in #772

Full Changelog: 2024.5.0-io.3b...2024.5.0-io.3c

2024.5.0-host.3c

21 Oct 02:04
0b2dcfe
Compare
Choose a tag to compare

What's Changed

  • fix(frontend/reaction): リアクションのミュートのボタンのアイコンが逆になっている問題を修正 by @u1-liquid in #767
  • fix(frontend): Captcha のエラーハンドリングを修正 by @riku6460 in #768
  • fix(frontend/customemoji): リアクション以外の部分ではフォールバック画像にならないように by @u1-liquid in #769
  • feat(frontend/reactions): リアクションのミュートで通知からもミュートされるように by @u1-liquid in #771
  • update deps by @u1-liquid in #770
  • Bump up version to 2024.5.0-io.3c by @u1-liquid in #772
  • Update host by @u1-liquid in #773

Full Changelog: 2024.5.0-host.3b...2024.5.0-host.3c

2024.5.0-io.3b

20 Oct 04:05
046eab7
Compare
Choose a tag to compare

What's Changed

  • enhance(frontend): 絵文字のフォールバック先を文字じゃなくて画像に by @mattyatea in #757
  • feat(frontend/reactions): リアクションミュート機能を追加しました by @mattyatea in #758
  • enhance(SSO): ユーザーに対話型プロンプトが表示されないように設定できるように by @u1-liquid in #759
  • Bump up version to 2024.5.0-io.3b by @u1-liquid in #760
  • feat(frontend/reactions): リモートのリアクションのミュートの方法を変えた by @mattyatea in #762
  • i18n: #758 #762 by @u1-liquid in #763
  • fix(frontend/reactions): ローカルのカスタム絵文字のミュートが正常に機能しない問題を修正 by @u1-liquid in #765

Full Changelog: 2024.5.0-io.3a...2024.5.0-io.3b

2024.5.0-host.3b

20 Oct 04:06
385b4b5
Compare
Choose a tag to compare

What's Changed

  • enhance(frontend): 絵文字のフォールバック先を文字じゃなくて画像に by @mattyatea in #757
  • feat(frontend/reactions): リアクションミュート機能を追加しました by @mattyatea in #758
  • enhance(SSO): ユーザーに対話型プロンプトが表示されないように設定できるように by @u1-liquid in #759
  • Bump up version to 2024.5.0-io.3b by @u1-liquid in #760
  • Update host by @u1-liquid in #761
  • feat(frontend/reactions): リモートのリアクションのミュートの方法を変えた by @mattyatea in #762
  • i18n: #758 #762 by @u1-liquid in #763
  • Update host by @u1-liquid in #764
  • fix(frontend/reactions): ローカルのカスタム絵文字のミュートが正常に機能しない問題を修正 by @u1-liquid in #765
  • Update host by @u1-liquid in #766

Full Changelog: 2024.5.0-host.3a...2024.5.0-host.3b

2024.5.0-io.3a

18 Oct 18:34
61b758e
Compare
Choose a tag to compare

What's Changed

  • perf(backend): queue の delayed の件数が増えた際に deliver-delayed と inbox-delayed が返ってこなくなる問題を修正 by @riku6460 in #750
  • spec(frontend): Bull Dashboard に relationship queue を追加 by @riku6460 in #751
  • enhance(queue): inbox と relationship にも #745 を適用 by @riku6460 in #752
  • feat(announcement): お知らせの既読処理にチュートリアル受講を要求できるように by @u1-liquid in #753
  • spec(frontend): アカウント新規作成時のOOBE向上 by @u1-liquid in #754
  • Bump up version to 2024.5.0-io.3a by @u1-liquid in #755

Full Changelog: 2024.5.0-io.3...2024.5.0-io.3a

2024.5.0-host.3a

18 Oct 19:00
2a364a2
Compare
Choose a tag to compare

What's Changed

  • perf(backend): queue の delayed の件数が増えた際に deliver-delayed と inbox-delayed が返ってこなくなる問題を修正 by @riku6460 in #750
  • spec(frontend): Bull Dashboard に relationship queue を追加 by @riku6460 in #751
  • enhance(queue): inbox と relationship にも #745 を適用 by @riku6460 in #752
  • feat(announcement): お知らせの既読処理にチュートリアル受講を要求できるように by @u1-liquid in #753
  • spec(frontend): アカウント新規作成時のOOBE向上 by @u1-liquid in #754
  • Bump up version to 2024.5.0-io.3a by @u1-liquid in #755
  • Update host by @u1-liquid in #756

Full Changelog: 2024.5.0-host.3...2024.5.0-host.3a

2024.5.0-host.3

18 Oct 00:13
d1a428a
Compare
Choose a tag to compare

What's Changed

  • spec(SSO/JWT): トークンの有効期限を2週間に変更 by @u1-liquid in #746
  • enhance(queue): deliver queue を複数個設定できるようにする by @riku6460 in #745
  • feat(moderation): モデレーターがユーザーの名前を変更できるように&トークンを再生成できるように by @u1-liquid in #747
  • Bump up version to 2024.5.0-io.3 by @u1-liquid in #748
  • Update host by @u1-liquid in #749

Full Changelog: 2024.5.0-host.2g...2024.5.0-host.3

2024.5.0-io.3

18 Oct 00:02
30c5aa6
Compare
Choose a tag to compare

What's Changed

  • spec(SSO/JWT): トークンの有効期限を2週間に変更 by @u1-liquid in #746
  • enhance(queue): deliver queue を複数個設定できるようにする by @riku6460 in #745
  • feat(moderation): モデレーターがユーザーの名前を変更できるように&トークンを再生成できるように by @u1-liquid in #747
  • Bump up version to 2024.5.0-io.3 by @u1-liquid in #748

Full Changelog: 2024.5.0-io.2g...2024.5.0-io.3