summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2022-12-25 15:14:14 +0900
committerGitHub <noreply@github.com>2022-12-25 15:14:14 +0900
commitfd52a9966e5f3cb1aea0afaa3a7c722df8fafdcb (patch)
tree8a87aaf232135bf2d76f5acd5b5157858907c320
parent13.0.0-alpha.10 (diff)
downloadmisskey-fd52a9966e5f3cb1aea0afaa3a7c722df8fafdcb.tar.gz
misskey-fd52a9966e5f3cb1aea0afaa3a7c722df8fafdcb.tar.bz2
misskey-fd52a9966e5f3cb1aea0afaa3a7c722df8fafdcb.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa56344c5c..a4919c216a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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