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: 2025.2.0 #15378

Merged
merged 26 commits into from
Feb 5, 2025
Merged

Release: 2025.2.0 #15378

merged 26 commits into from
Feb 5, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2025

General

Client

  • Fix: パスキーでパスワードレスログインが出来ない問題を修正
  • Fix: 一部環境でセンシティブなファイルを含むノートの非表示が効かない問題
  • Fix: データセーバー有効時にもユーザーページの「ファイル」タブで画像が読み込まれてしまう問題を修正
  • Fix: MFMの sparkle エフェクトが正しく表示されない問題を修正
  • Fix: ページのURLにスラッシュが含まれている場合にページが正しく表示されない問題を修正
  • Fix: デッキのプロファイルが新規作成できない問題を修正
  • Fix: セキュリティに関する修正
  • ローカライゼーションの更新
  • Playが実装されたため、ページ機能の「ソースを見る」は削除されました

Server

  • Enhance: ページのURLに使用可能な文字を限定するように
  • Fix: 個別お知らせページのmetaタグ出力の条件が間違っていたのを修正

github-actions bot and others added 6 commits January 28, 2025 12:29
* fix(frontend): Improve cookie attributes

* fix(frontend): Delete an old authentication cookie in fetchAccount
* fix(account): clear token cookie when signout called

* fix: cookie not cleared correctly when logout

Co-authored-by: おさむのひと <[email protected]>

* feat: clear only token cookie when signout

---------

Co-authored-by: おさむのひと <[email protected]>
* fix(backend): お知らせのmetaタグ出力の条件が間違っていたのを修正

* Update Changelog
@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/misskey-js labels Feb 1, 2025
tai-cha and others added 2 commits February 1, 2025 04:48
* Fix(frontend): ワードミュートがnullの時にもセンシティブミュートが行われるように

* Add ChangeLog
* fix(frontend): MkDriveFileThumbnailのpropsのタイポ修正

* Update Changelog

* fix: MkNoteMediaGridをデータセーバーに対応させる
Copy link
Contributor Author

github-actions bot commented Feb 1, 2025

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

差分はこちら
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "2025.1.0",
+    "version": "2025.2.0-beta.1",
     "title": "Misskey API"
   },
   "externalDocs": {
@@ -65575,6 +65575,7 @@
                   },
                   "name": {
                     "type": "string",
+                    "pattern": "^[^\\s:\\/?#\\[\\]@!$&'()*+,;=\\\\%\\x00-\\x20]{1,256}$",
                     "minLength": 1
                   },
                   "summary": {
@@ -66645,6 +66646,7 @@
                   },
                   "name": {
                     "type": "string",
+                    "pattern": "^[^\\s:\\/?#\\[\\]@!$&'()*+,;=\\\\%\\x00-\\x20]{1,256}$",
                     "minLength": 1
                   },
                   "summary": {

Get diff files from Workflow Page

Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 30.87248% with 103 lines in your changes missing coverage. Please review.

Project coverage is 38.70%. Comparing base (2c3a41e) to head (0f0e88e).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
...ges/frontend/src/pages/page-editor/page-editor.vue 0.00% 50 Missing ⚠️
packages/frontend/src/ui/deck.vue 0.00% 20 Missing ⚠️
...ckages/frontend/src/components/MkNoteMediaGrid.vue 0.00% 12 Missing ⚠️
packages/frontend/src/account.ts 0.00% 9 Missing ⚠️
packages/frontend/src/ui/deck/deck-store.ts 0.00% 7 Missing ⚠️
...ages/backend/src/server/web/ClientServerService.ts 0.00% 1 Missing ⚠️
...ges/frontend/src/components/MkRoleSelectDialog.vue 0.00% 1 Missing ⚠️
packages/frontend/src/components/MkSignin.vue 0.00% 1 Missing ⚠️
packages/frontend/src/pages/page.vue 0.00% 1 Missing ⚠️
packages/frontend/src/router/definition.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #15378   +/-   ##
=======================================
  Coverage   38.70%   38.70%           
=======================================
  Files        1603     1603           
  Lines      204283   204311   +28     
  Branches     4011     4013    +2     
=======================================
+ Hits        79062    79074   +12     
- Misses     124583   124599   +16     
  Partials      638      638           

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

kakkokari-gtyih and others added 2 commits February 1, 2025 05:48
* fix(misskey-js): api extractorの出力をLFに強制

* indent
* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (English)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (German)

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

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (German)
@samunohito samunohito marked this pull request as ready for review February 2, 2025 05:30
github-actions bot and others added 2 commits February 2, 2025 05:31
* fix: disallow corepack from fetching latest manager version instead use specified version in package.json

* Update Changelog

* fix?

* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows

* Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows"

This reverts commit 67f0dc3.

* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re)

* fix

* fix?

* revert: removing corepack enable

* test: set COREPACK_DEFAULT_TO_LATEST for federation tests

---------

Co-authored-by: Marie <[email protected]>
Co-authored-by: anatawa12 <[email protected]>
@samunohito
Copy link
Member

リリース前に、 #15387 により変更されたDpckerfileで起動できるかの確認が必要かもしれない(いずれかのCIで出来ている or pr作成時に行っているのならOK)

@anatawa12
Copy link
Member

リリース前に、 #15387 により変更されたDpckerfileで起動できるかの確認が必要かもしれない(いずれかのCIで出来ている or pr作成時に行っているのならOK)

にりみすで動いてるので動作確認 OK の認識してます

kakkokari-gtyih and others added 3 commits February 4, 2025 05:01
* fix(frontend): MkSparkleが動作しない問題を修正

* Update Changelog

* fix

* add comments
* fix(frontend): スラッシュを含むページを閲覧できるように

* Update Changelog

* fix
syuilo and others added 5 commits February 5, 2025 01:39
* wip

* paramの正規表現で弾くように

* apiWithDialogを使用するように

* Update CHANGELOG.md

---------

Co-authored-by: kakkokari-gtyih <[email protected]>
* New translations ja-jp.yml (Russian)

* New translations ja-jp.yml (Catalan)

* New translations ja-jp.yml (Korean)

* New translations ja-jp.yml (Portuguese)

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

* New translations ja-jp.yml (English)

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

* New translations ja-jp.yml (French)

* New translations ja-jp.yml (Spanish)

* New translations ja-jp.yml (Arabic)

* New translations ja-jp.yml (Czech)

* New translations ja-jp.yml (German)

* New translations ja-jp.yml (Italian)

* New translations ja-jp.yml (Polish)

* New translations ja-jp.yml (Slovak)

* New translations ja-jp.yml (Ukrainian)

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

* New translations ja-jp.yml (Vietnamese)

* New translations ja-jp.yml (Indonesian)

* New translations ja-jp.yml (Bengali)

* New translations ja-jp.yml (Thai)

* New translations ja-jp.yml (Uzbek)
* fix(frontend): デッキのプロファイルが保存できない問題を修正

* Update Changelog

* Update CHANGELOG.md
@misskey-release-bot misskey-release-bot bot merged commit c93ead7 into master Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend:test packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/misskey-js
Projects
Development

Successfully merging this pull request may close these issues.

8 participants