summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-25 15:36:12 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-25 15:36:12 +0900
commit37d137b4752adfb1fecc175fe3f4024619da9ace (patch)
tree4ba3a4f4d17943323152b6f5cebb73c45cc09bf9
parent:art: (diff)
parentUpdate CHANGELOG.md (diff)
downloadmisskey-37d137b4752adfb1fecc175fe3f4024619da9ace.tar.gz
misskey-37d137b4752adfb1fecc175fe3f4024619da9ace.tar.bz2
misskey-37d137b4752adfb1fecc175fe3f4024619da9ace.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa56344c5c..2f4c3e1771 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@ You should also include the user name that made the change.
- Migrate to Yarn Berry (v3.2.1) @ThatOneCalculator
- You may have to `yarn run clean-all`, `sudo corepack enable` and `yarn set version berry` before running `yarn install` if you're still on yarn classic
- 新たに動的なPagesを作ることはできなくなりました
- - 代わりに今後AiScriptを用いてより柔軟に動的なコンテンツを作成できるMiPlay機能の実装を予定しています。
+ - 代わりに今後AiScriptを用いてより柔軟に動的なコンテンツを作成できるMisskey Play機能の実装を予定しています。
### Improvements
- Push notification of Antenna note @tamaina
@@ -36,6 +36,10 @@ You should also include the user name that made the change.
- Client: Compress non-animated PNG files @saschanaz
- Client: Youtube window player @sim1222
- Client: enhance dashboard of control panel @syuilo
+- Client: Vite is upgraded to v4 @syuilo, @tamaina
+- Client: HMR is available while yarn dev @tamaina
+- Client: Implement the button to subscribe push notification @tamaina
+- Client: Implement the toggle to or not to close push notifications when notifications or messages are read @tamaina
### Bugfixes
- Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468