From b983bdb5cf3de3c71097588a9f36d4f7e124f5b8 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 14 Sep 2022 10:32:39 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Warning=20in=20control=20pa?= =?UTF-8?q?nel=20if=20there's=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CALCKEY.md | 1 + locales/en-US.yml | 1 + locales/ja-JP.yml | 1 + package.json | 2 +- packages/client/src/pages/admin/index.vue | 13 ++++++++++++- 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index d2ab61372..e56795169 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -75,6 +75,7 @@ - Make showing the update popup optional - Improve PWA manifest - Fix incoming chat scrolling globally +- Update notifier - Obliteration of Ai-chan - [Make showing ads optional](https://github.com/misskey-dev/misskey/pull/8996) - [Tapping avatar in mobile opens account modal](https://github.com/misskey-dev/misskey/pull/9056) diff --git a/locales/en-US.yml b/locales/en-US.yml index bfde20c5c..e5ea4c0a0 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -913,6 +913,7 @@ recommendedInstances: "Recommended instances" recommendedInstancesDescription: "Recommended instances seperated by line breaks to appear in the recommended timeline. Do NOT add `https://`, ONLY the domain." caption: "Auto Caption" splash: "Splash Screen" +updateAvailable: "There's an update available!" _sensitiveMediaDetection: description: "Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server." diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c0b244cbc..563642184 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -913,6 +913,7 @@ recommendedInstances: "推奨インスタンス" recommendedInstancesDescription: "推奨タイムラインに表示するために改行で区切られた推奨インスタンス。`https://`を追加しないでください。ドメインのみを追加してください。" caption: "自動キャプション" splash: "スプラッシュスクリーン" +updateAvailable: "アップデートがありますよ" _sensitiveMediaDetection: description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。" diff --git a/package.json b/package.json index 89095852b..3ac5f93fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc", + "version": "12.119.0-calc.1", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/admin/index.vue b/packages/client/src/pages/admin/index.vue index 9200b5d54..7e95ab368 100644 --- a/packages/client/src/pages/admin/index.vue +++ b/packages/client/src/pages/admin/index.vue @@ -1,6 +1,6 @@