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 @@