Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
sim1222 2023-02-26 23:04:16 +09:00
commit 7c386ee76b
No known key found for this signature in database
GPG Key ID: 04EF48D01BEB0298
4 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,19 @@
# Summary
## Summary
This is a release PR.
For more information on the release instructions, please see:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md#release
# Checklist
## For reviewers
- CHANGELOGに抜け漏れは無いか
- バージョンの上げ方は適切か
- 他にこのリリースに含めなければならない変更は無いか
- 全体的な変更内容を俯瞰し問題は無いか
- レビューされていないコミットがある場合は、それが問題ないか
などを確認し、リリースする準備が整っていると思われる場合は approve してください。
## Checklist
- [ ] package.jsonのバージョンが正しく更新されている
- [ ] CHANGELOGが過不足無く更新されている
- [ ] CIが全て通っている

View File

@ -9,6 +9,12 @@
You should also include the user name that made the change.
-->
## 13.8.1 (2023/02/26)
### Bugfixes
- モバイルでドロワーメニューが表示されない問題を修正
## 13.8.0 (2023/02/26)
### Improvements
@ -28,6 +34,7 @@ You should also include the user name that made the change.
- fix(client): Android ChromeでPWAとしてインストールできない問題を修正
- 未知のユーザーが deleteActor されたら処理をスキップする
- fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする
- fix(server): notes/createのバリデーションが機能していないのを修正
- fix(server): エラーのスタックトレースは返さないように
## 13.7.5 (2023/02/24)

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.8.0-simkey",
"version": "13.8.1-simkey",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -125,7 +125,7 @@ function onBgClick() {
}
if (type === 'drawer') {
maxHeight = (window.innerHeight - SCROLLBAR_THICKNESS) / 1.5;
maxHeight = window.innerHeight / 1.5;
}
const keymap = {