Skip to content

Comments

Release: 1.5.0#735

Merged
kozakura913 merged 17 commits intomasterfrom
develop
Jun 8, 2025
Merged

Release: 1.5.0#735
kozakura913 merged 17 commits intomasterfrom
develop

Conversation

@kozakura913
Copy link
Member

1.5.0

Cherrypick 4.15.0
Misskey 2025.2.0

Release Date

2025-06-08

General

  • Enhance: ハッシュタグを非表示で投稿できるように #712
  • Feat: クリップをActivityPub拡張表現で扱う #617
    • Person Service Applicationが_yojoart_clipsを持つようになります
    • _yojoart_clipsはクリップの一覧を表現するOrderedCollectionです
  • Enhance: Peertubeのプレイリストをクリップとして見れるように #732

Client

  • Fix: ロール設定に予約投稿の最大数が2個ある #714
  • Enhance: メディアタイムラインをグリッドレイアウトに変更する機能 #709
    • 設定->アピアランス->メディアタイムラインをグリッドレイアウトに変更 で変更できます
  • Enhance: フロントエンド上からnotes/unrenoteを呼べるように #711

Server

  • Fix UserAgentをyojo-artに変更 #691

@kozakura913 kozakura913 added this to the 1.5.0 milestone Jun 8, 2025
@kozakura913 kozakura913 requested a review from penginn-net June 8, 2025 12:15
@kozakura913 kozakura913 self-assigned this Jun 8, 2025
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

# This is a pre-submit / pre-release.
- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
uses: ossf/scorecard-action@main

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@github-actions
Copy link
Contributor

github-actions bot commented Jun 8, 2025

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "1.4.1 (4.15.1) (2025.2.1)",
+    "version": "1.5.0 (4.15.1) (2025.2.1)",
     "title": "yojo-art API"
   },
   "externalDocs": {
@@ -11016,6 +11016,12 @@
                       "ip": {
                         "type": "string"
                       },
+                      "dnsNames": {
+                        "type": "array",
+                        "items": {
+                          "type": "string"
+                        }
+                      },
                       "createdAt": {
                         "type": "string",
                         "format": "date-time"
@@ -11023,6 +11029,7 @@
                     },
                     "required": [
                       "ip",
+                      "dnsNames",
                       "createdAt"
                     ]
                   }
@@ -63588,6 +63595,13 @@
                     ],
                     "format": "misskey:id"
                   },
+                  "tagText": {
+                    "type": [
+                      "string",
+                      "null"
+                    ],
+                    "description": "ハッシュタグ文字列 自動的にパースされます"
+                  },
                   "text": {
                     "type": [
                       "string",
@@ -69044,6 +69058,13 @@
                     "type": "boolean",
                     "default": false
                   },
+                  "tagText": {
+                    "type": [
+                      "string",
+                      "null"
+                    ],
+                    "description": "ハッシュタグ文字列 自動的にパースされます"
+                  },
                   "replyId": {
                     "type": [
                       "string",
@@ -71717,6 +71738,13 @@
                       "choices"
                     ]
                   },
+                  "tagText": {
+                    "type": [
+                      "string",
+                      "null"
+                    ],
+                    "description": "ハッシュタグ文字列 自動的にパースされます"
+                  },
                   "event": {
                     "type": [
                       "object",
@@ -80340,6 +80368,10 @@
                   },
                   "untilId": {
                     "type": "string"
+                  },
+                  "remoteApi": {
+                    "type": "boolean",
+                    "default": true
                   }
                 },
                 "required": [
@@ -92912,6 +92944,12 @@
                 }
               ]
             }
+          },
+          "uri": {
+            "type": [
+              "string",
+              "null"
+            ]
           }
         },
         "required": [
@@ -92923,7 +92961,8 @@
           "name",
           "description",
           "isPublic",
-          "favoritedCount"
+          "favoritedCount",
+          "uri"
         ]
       },
       "FederationInstance": {

Get diff files from Workflow Page

@kozakura913 kozakura913 merged commit ef9653a into master Jun 8, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants