niri-la / misskey.niri.la

🌎 An interplanetary microblogging platform 🚀
GNU Affero General Public License v3.0
14 stars 1 forks source link

Merge 2024.2.0 #141

Closed Sayamame-beans closed 9 months ago

Sayamame-beans commented 9 months ago

What

2024.2.0を取り込みます。

Why

Additional info (optional)

Checklist

github-actions[bot] commented 9 months ago

このPRによるapi.jsonの差分

差分はこちら ```diff --- base +++ head @@ -1,7 +1,7 @@ { "openapi": "3.1.0", "info": { - "version": "2024.2.0-beta.13", + "version": "2024.2.0", "title": "Misskey API", "x-logo": { "url": "/static-assets/api-doc.png" @@ -683,7 +683,10 @@ ] }, "repositoryUrl": { - "type": "string" + "type": [ + "string", + "null" + ] }, "summalyProxy": { "type": [ @@ -13068,10 +13071,16 @@ ] }, "repositoryUrl": { - "type": "string" + "type": [ + "string", + "null" + ] }, "feedbackUrl": { - "type": "string" + "type": [ + "string", + "null" + ] }, "impressumUrl": { "type": [ @@ -50842,6 +50851,9 @@ "version": { "type": "string" }, + "providesTarball": { + "type": "boolean" + }, "name": { "type": "string" }, @@ -50875,11 +50887,17 @@ ] }, "repositoryUrl": { - "type": "string", + "type": [ + "string", + "null" + ], "default": "https://github.com/misskey-dev/misskey" }, "feedbackUrl": { - "type": "string", + "type": [ + "string", + "null" + ], "default": "https://github.com/misskey-dev/misskey/issues/new" }, "defaultDarkTheme": { @@ -51136,6 +51154,7 @@ "maintainerName", "maintainerEmail", "version", + "providesTarball", "name", "shortName", "uri", ```

Get diff files from Workflow Page

anatawa12 commented 9 months ago

おちてるCIは問題なさそうかな

anatawa12 commented 9 months ago

↑は私が帰宅したらやるので一旦マージします