summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-02-04 09:11:33 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-02-04 09:11:33 +0900
commit534be6ff252aea0dbacaf736f101fd74923e1d1c (patch)
treecea388408b26c89704afb0b7a80affc63c21d67f
parentfix(client): validate urls to improve security (diff)
downloadsharkey-534be6ff252aea0dbacaf736f101fd74923e1d1c.tar.gz
sharkey-534be6ff252aea0dbacaf736f101fd74923e1d1c.tar.bz2
sharkey-534be6ff252aea0dbacaf736f101fd74923e1d1c.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e96ced512..59792d6334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@
You should also include the user name that made the change.
-->
+## 13.x.x (unreleased)
+
+### Bugfixes
+- Client: カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
+- Client: オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
+- Client: Fix Vue-plyr CORS issue
+- Client: validate urls to improve security
+
## 13.3.0 (2023/02/03)
### Changes
- twitter/github/discord連携機能が削除されました
@@ -18,10 +26,6 @@ You should also include the user name that made the change.
### Improvements
- ロールで広告の非表示が有効になっている場合は最初から広告を非表示にするように
-### Bugfixes
-- Client: カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
-- Client: オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
-
## 13.2.6 (2023/02/01)
### Changes
- docker-compose.ymlをdocker-compose.yml.exampleにしました。docker-compose.ymlとしてコピーしてから使用してください。