summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-10 19:31:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-10 19:31:23 +0900
commit4ea60d36e5725aad51a1b75ba9ea4fc40db75faa (patch)
tree034bef19b6712264c0d2989ebab07f8c88c286de
parentNew Crowdin translations (#6312) (diff)
downloadmisskey-4ea60d36e5725aad51a1b75ba9ea4fc40db75faa.tar.gz
misskey-4ea60d36e5725aad51a1b75ba9ea4fc40db75faa.tar.bz2
misskey-4ea60d36e5725aad51a1b75ba9ea4fc40db75faa.zip
12.37.0
-rw-r--r--CHANGELOG.md17
-rw-r--r--package.json2
2 files changed, 14 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb33de0dea..7607cb02f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,27 @@
ChangeLog
=========
-Next
+12.37.0 (2020/5/10)
-------------------
### ✨Improvements
* Node.js v14をサポート [#6294](https://github.com/syuilo/misskey/pull/6294)
* 依存パッケージを最新に [#6297](https://github.com/syuilo/misskey/pull/6297)
* nginxサンプルのSSL/TLS設定の変更 [#6298](https://github.com/syuilo/misskey/pull/6298)
* DockerイメージでPostgreSQL v12・Node.js v14を使用するように [2bb0a61](https://github.com/syuilo/misskey/commit/2bb0a61a891445df4d78bfc0d4a64551ac9b7a39), [808c680](https://github.com/syuilo/misskey/commit/808c6801843b9e10fa575f5f7fbd3a4a3a80252a)
-* ファイル名をkebab-caseに統一 [69975c2](https://github.com/syuilo/misskey/commit/69975c2fdd1cfa12d86eb51ce0769f17ffd826a5)
+* hCaptchaサポート
+* サイドバーカスタマイズ機能
+* LD-Signatureの検証に対応 [#6300](https://github.com/syuilo/misskey/pull/6300)
+* リモートからの通報の受信に対応 [#6331](https://github.com/syuilo/misskey/pull/6331)
+* Misskey Rooms復活
+* ノートへの返信を再帰的に表示するように(threaded replies)
+* pub-relay [#6341](https://github.com/syuilo/misskey/pull/6341)
### 🐛Fixes
-- CatだとMFMでURLプレビューを隠しても表示される問題を修正 [7d7c206](https://github.com/syuilo/misskey/commit/7d7c206f245387d32283fbb4e82bd9d526427936)
-- id生成ルーチンにInvald Dateが入力されるとNaN付きのidが生成される [ebdbd6a](https://github.com/syuilo/misskey/commit/ebdbd6a84a39e9b0d9d1cb80b6c340f4f58977fd)
+* CatだとMFMでURLプレビューを隠しても表示される問題を修正 [7d7c206](https://github.com/syuilo/misskey/commit/7d7c206f245387d32283fbb4e82bd9d526427936)
+* アップロードプログレスバーが動かないのを修正 [#6307](https://github.com/syuilo/misskey/pull/6307)
+* WebAuthnでログインできないのを修正 [#6327](https://github.com/syuilo/misskey/pull/6327)
+* あなた宛て/メッセージで個々のノートが展開されるのを修正
+* アンケートへの投票通知が正しく表示されない問題を修正
12.36.1 (2020/4/23)
-------------------
diff --git a/package.json b/package.json
index 450774b7ce..a7c1c60ea6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <syuilotan@yahoo.co.jp>",
- "version": "12.36.1",
+ "version": "12.37.0",
"codename": "indigo",
"repository": {
"type": "git",