From 419072059f2babc8ff9c9c9a46feaa18ae8df6b8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 9 Feb 2022 14:50:26 +0900 Subject: [PATCH] 12.104.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf8d6014..b60a85cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ You should also include the user name that made the change. --> -## 12.x.x (unreleased) +## 12.104.0 (2022/02/09) ### Note このリリースはマイグレーションの規模が大きいため、インスタンスによってはマイグレーションに時間がかかる可能性があります。 @@ -36,6 +36,7 @@ You should also include the user name that made the change. - Client: Setting instance information of notes to always show breaks the timeline @Johann150 - Client: 環境に依っては返信する際のカーソル位置が正しくない問題を修正 @syuilo - Client: コントロールパネルのユーザー、ファイルにて、インスタンスの表示範囲切り替えが機能しない問題を修正 @syuilo +- Client: アップデートお知らせダイアログが出ないのを修正 @syuilo - Client: Follows/Followers Visibility changes won't be saved unless clicking on an other checkbox @Johann150 - API: Fix API cast @mei23 - add instance favicon where it's missing @solfisher diff --git a/package.json b/package.json index 5c6f303f1..46dac95db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.103.1", + "version": "12.104.0", "codename": "indigo", "repository": { "type": "git",