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

Release: 13.11.2 #10578

Merged
merged 30 commits into from
Apr 11, 2023
Merged

Release: 13.11.2 #10578

merged 30 commits into from
Apr 11, 2023

Conversation

syuilo
Copy link
Member

@syuilo syuilo commented Apr 11, 2023

General

  • チャンネルの検索用ページの追加

Client

  • 常に広告を見られるオプションを追加
  • ユーザーページの画像一覧が表示されない問題を修正
  • webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正
  • iPhoneで絵文字ピッカーの表示が崩れる問題を修正
  • iPhoneでウィジェットドロワーの「ウィジェットを編集」が押しにくい問題を修正
  • 投稿フォームのデザインを調整

Server

  • channels/search Endpoint APIの追加
  • APIパラメータサイズ上限を32kbから1mbに緩和
  • プッシュ通知送信時のパフォーマンスを改善
  • ローカルのカスタム絵文字のキャッシュが効いていなかった問題を修正
  • アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正
  • ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正

Service Worker

  • 「通知が既読になったらプッシュ通知を削除する」を復活
    • 「プッシュ通知が更新されました」の挙動を変えた(ホストとバージョンを表示するようにし、一定時間後の削除は行わないように)
  • プッシュ通知が実績を解除 (achievementEarned) に対応
  • プッシュ通知のアクションから既存のクライアントの投稿フォームを開くことになった際の挙動を修正
  • たくさんのプッシュ通知を閉じた際、その通知の数だけnotifications/mark-all-as-readを叩くのをやめるように

acid-chicken and others added 29 commits April 9, 2023 04:16
* test: add `/@:acct` stories

* test: add mocks
* cleanup(sw/build.js)

* fix(sw/build.js): `define`に真偽値を渡していた問題を修正

`define`では文字列を渡さなければならないので、`JSON.stringify`をするようにした。

* fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正

* update(sw): esbuild 0.17.15

* fixup! update(sw): esbuild 0.17.15

* fixup! fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正

コメントの文言を調整
* add channel search

* move  channel search to channel list page

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
* sw: なんかいろいろ

* remove debug code

* never renotify

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

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

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

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Japanese, Kansai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Lao)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (German)

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

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Indonesian)
@github-actions github-actions bot added the ‼️ wrong locales This PR edits locales other than the ja-JP one. See locales/README.md label Apr 11, 2023
@github-actions github-actions bot added packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR labels Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #10578 (5cabbd0) into master (59d0d50) will increase coverage by 0.05%.
The diff coverage is 86.03%.

❗ Current head 5cabbd0 differs from pull request most recent head 35613fd. Consider uploading reports for the commit 35613fd to get more accurate results

@@            Coverage Diff             @@
##           master   #10578      +/-   ##
==========================================
+ Coverage   75.11%   75.16%   +0.05%     
==========================================
  Files         886      889       +3     
  Lines       87097    87372     +275     
  Branches     5909     5908       -1     
==========================================
+ Hits        65420    65672     +252     
- Misses      21677    21700      +23     
Impacted Files Coverage Δ
packages/backend/src/core/NoteCreateService.ts 86.41% <0.00%> (ø)
...d/src/server/api/stream/channels/local-timeline.ts 92.79% <50.00%> (ø)
...ackend/src/server/api/endpoints/channels/search.ts 74.62% <74.62%> (ø)
...ckages/backend/src/core/PushNotificationService.ts 46.61% <76.19%> (+7.39%) ⬆️
packages/backend/src/core/AntennaService.ts 50.79% <80.00%> (ø)
packages/backend/src/GlobalModule.ts 100.00% <100.00%> (ø)
packages/backend/src/core/CacheService.ts 89.53% <100.00%> (ø)
packages/backend/src/core/CustomEmojiService.ts 32.81% <100.00%> (+0.40%) ⬆️
packages/backend/src/core/GlobalEventService.ts 93.54% <100.00%> (ø)
packages/backend/src/core/MetaService.ts 69.29% <100.00%> (ø)
... and 12 more

... and 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@acid-chicken
Copy link
Member

Client

ギャラリーの人気の投稿のページネーションって直したっけ

@syuilo
Copy link
Member Author

syuilo commented Apr 11, 2023

そのようなIssueを見た記憶が無いから多分直してない

@syuilo
Copy link
Member Author

syuilo commented Apr 11, 2023

Publish Docker imageがおそい

@tamaina
Copy link
Contributor

tamaina commented Apr 11, 2023

ギャラリーの人気の投稿のページネーション

直ってないけど直した方がいいの

@acid-chicken
Copy link
Member

そのようなIssueを見た記憶が無いから多分直してない

13.11.0 後のバグ Issue が多くてどれが立ってどれが立たなかったか混乱していたので立ってなかったかも

@tamaina
Copy link
Contributor

tamaina commented Apr 11, 2023

な お し た

@syuilo
Copy link
Member Author

syuilo commented Apr 11, 2023

マージするか

@syuilo syuilo merged commit 75b28d6 into master Apr 11, 2023
@syuilo
Copy link
Member Author

syuilo commented Apr 11, 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.

8 participants