Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 1.0.0 #413

Merged
merged 6 commits into from
Sep 4, 2024
Merged

Release: 1.0.0 #413

merged 6 commits into from
Sep 4, 2024

Conversation

kozakura913
Copy link
Collaborator

1.0.0

Cherrypick 4.11.1

Release Date

2024-09-05

General

Client

  • Fix: 非ログインでリバーシの戦績が見れない不具合の修正 #404
  • Fix: 翻訳に失敗したとき読み込み中のままになるのを修正 #407
  • Fix: ノート詳細の本文表示優先度を変更 #408
  • Feat: 同じノートを連続してリノートしようとしたときに警告する設定を追加(設定→全般) #409
  • Enhance: ユーザー概要の...からサーバー情報にリンクを追加 #406

Server

Misc

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

Copy link
Contributor

github-actions bot commented Sep 4, 2024

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "4.11.1-yojo0.6.0",
+    "version": "4.11.1-yojo1.0.0",
     "description": "2024.8.0",
     "title": "CherryPick API"
   },
@@ -62888,7 +62888,8 @@
                       "error": {
                         "message": "Translate of notes unavailable.",
                         "code": "UNAVAILABLE",
-                        "id": "50a70314-2d8a-431b-b433-efa5cc56444c"
+                        "id": "50a70314-2d8a-431b-b433-efa5cc56444c",
+                        "httpStatusCode": 403
                       }
                     }
                   },
@@ -79060,7 +79061,8 @@
                       "error": {
                         "message": "Translate of description unavailable.",
                         "code": "UNAVAILABLE",
-                        "id": "50a70314-2d8a-431b-b433-efa5cc56444c"
+                        "id": "50a70314-2d8a-431b-b433-efa5cc56444c",
+                        "httpStatusCode": 403
                       }
                     }
                   },

Get diff files from Workflow Page

@kozakura913 kozakura913 merged commit 1e9e7ce into master Sep 4, 2024
55 of 58 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