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: 4.11.0 #489

Merged
merged 68 commits into from
Aug 28, 2024
Merged

Release: 4.11.0 #489

merged 68 commits into from
Aug 28, 2024

Conversation

noridev
Copy link
Collaborator

@noridev noridev commented Aug 27, 2024

기반 Misskey 버전: 2024.8.0

Client

  • Fix: 노트를 인용했을 때 더 보기 버튼이 보이지 않거나 잘려서 표시될 수 있음

misskey-release-bot bot and others added 30 commits July 31, 2024 11:20
… / feat: moderators can see following/followers of all users (#14375)

* fix(backend): check visibility of following/followers of remote users

Resolves misskey-dev/misskey#13362.

* test(backend): add tests for visibility of following/followers of remote users

* docs(changelog): update CHANGELOG.md

* feat: moderators can see following/followers of all users

* docs(changelog): update CHANGELOG.md

* refactor(backend): minor refactoring

`createPerson`と`if`の条件を統一するとともに、異常系の
処理をearly returnに追い出すための変更。

* feat(backend): moderators can see following/followers count of all users

As per misskey-dev/misskey#14375 (comment).
* refactor: add and use isJsonObject

* fix: readNotification message without body is not working

* docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題

* Update CHANGELOG.md

Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>

---------

Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix(backend): missing `visibility` param in packing flash

* fix(frontend): use `visibility` value got from API

* enhance(frontend): change preview appearance of private Play

* Update CHANGELOG.md
* fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version)

* Update Changelog

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): iosでの自動リンク化を抑制

* Update Changelog

* typo

* typo

* Update CHANGELOG.md
* fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正

* Update Changelog

* refactor
* fix: pass current user into `InstanceEntityService.packMany`

(cherry picked from commit 858ba188768017764c61c4a5591bdf2524a850e7)

* Update Changelog

* origin

* Update Changelog

---------

Co-authored-by: Hazel K <acomputerdog@gmail.com>
* fix(backend): getApTypeでエラーを投げないように

* Update Changelog

* Update Changelog

* Update type.ts

* add comment
* fix(chart): ダイレクト投稿をユーザーごとのチャートから除外 (MisskeyIO#679)

(cherry picked from commit 3db41c2d829ac18daabbdf52fe6235a874735b31)

* Update Changelog

---------

Co-authored-by: Yuuki <yukikum57@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Japanese, Kansai)

* New translations ja-jp.yml (Japanese, Kansai)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Portuguese)

* New translations ja-jp.yml (Portuguese)
Signed-off-by: timesince <seekseat@icloud.com>
* fix(backend): リバーシの設定変更が反映されないのを修正

* Update Changelog

* add bindthis
…うに (#14412)

* fix(frontend): Misskeyの利用中に使用できるタイムラインの種類が変化した場合、使用できないタイムラインが表示されないように

* Update timeline.vue

* Update timeline.vue
* feat: localizable dialog title for enter section title

* refactor: define `getPageBlockList` in separated file and import instead of provide/inject
tai-cha and others added 17 commits August 17, 2024 19:51
* fix(backend): contenttype detection of html in signedGet

* code style

* fix by review
* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)

* New translations ja-jp.yml (Chinese Simplified)

* New translations ja-jp.yml (Chinese Simplified)
* encapsulate `MemoryKVCache<T>`

* remove infinity caches

* encapsulate other caches

* add missing awaits to internally synchronize caches

* implement pull-through caching

* tune cache lifetimes

* optimize cache GC by stopping early

* summarize changes in CHANGELOG.md

* Fix timeout comments

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>

* add comments about awaiting the redis write

---------

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Aug 27, 2024

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -1,8 +1,8 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "4.10.0",
-    "description": "2024.7.0",
+    "version": "4.11.0-beta.2",
+    "description": "2024.8.0",
     "title": "CherryPick API"
   },
   "externalDocs": {
@@ -39809,6 +39809,15 @@
                       }
                     }
                   },
+                  "ACCESS_DENIED": {
+                    "value": {
+                      "error": {
+                        "message": "Access denied.",
+                        "code": "ACCESS_DENIED",
+                        "id": "c86e09de-1c48-43ac-a435-1c7e42ed4496"
+                      }
+                    }
+                  },
                   "INVALID_PARAM": {
                     "value": {
                       "error": {
@@ -86420,6 +86429,13 @@
           "script": {
             "type": "string"
           },
+          "visibility": {
+            "type": "string",
+            "enum": [
+              "private",
+              "public"
+            ]
+          },
           "likedCount": {
             "type": [
               "number",
@@ -86439,6 +86455,7 @@
           "title",
           "summary",
           "script",
+          "visibility",
           "likedCount"
         ]
       },

Get diff files from Workflow Page

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 4.23163% with 430 lines in your changes missing coverage. Please review.

Project coverage is 19.78%. Comparing base (cce7353) to head (5452b2d).

Files Patch % Lines
packages/frontend/src/pages/page.vue 0.00% 70 Missing ⚠️
packages/frontend/src/scripts/focus-trap.ts 3.33% 58 Missing ⚠️
...tend/src/components/MkFlashPreview.stories.impl.ts 0.00% 52 Missing and 1 partial ⚠️
packages/frontend/src/pages/gallery/post.vue 0.00% 51 Missing ⚠️
packages/frontend/src/pages/flash/flash.vue 0.00% 50 Missing ⚠️
packages/frontend/src/components/MkRolePreview.vue 0.00% 40 Missing ⚠️
packages/frontend/src/pages/timeline.vue 0.00% 29 Missing ⚠️
packages/frontend/src/pages/page-editor/common.ts 0.00% 14 Missing and 1 partial ⚠️
packages/frontend/src/pages/admin/index.vue 0.00% 14 Missing ⚠️
...ackages/frontend/src/pages/admin/modlog.ModLog.vue 0.00% 10 Missing ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #489       +/-   ##
===========================================
- Coverage   37.78%   19.78%   -18.01%     
===========================================
  Files        1646      777      -869     
  Lines      212694   115843    -96851     
  Branches     2537     1117     -1420     
===========================================
- Hits        80376    22923    -57453     
+ Misses     131713    92335    -39378     
+ Partials      605      585       -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@noridev noridev marked this pull request as ready for review August 28, 2024 07:35
@noridev noridev merged commit b625dba into master Aug 28, 2024
32 of 44 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.