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: 13.12.0 #10774

Merged
merged 216 commits into from
May 9, 2023
Merged

Release: 13.12.0 #10774

merged 216 commits into from
May 9, 2023

Conversation

syuilo
Copy link
Member

@syuilo syuilo commented May 6, 2023

NOTE

  • Node.js 18.6.0以上が必要になりました

General

  • アカウントの引っ越し(フォロワー引き継ぎ)に対応
  • Meilisearchを全文検索に使用できるようになりました
  • 新規登録前に簡潔なルールをユーザーに表示できる、サーバールール機能を追加
  • ユーザーへの自分用メモ機能
    • ユーザーに対して、自分だけが見られるメモを追加できるようになりました。
      (自分自身に対してもメモを追加できます。)
    • ユーザーメニューから追加できます。
      (デスクトップ表示ではusernameの右側のボタンからも追加可能)
  • チャンネルに色を設定できるようになりました。各ノートに設定した色のインジケーターが表示されます。
  • チャンネルをアーカイブできるようになりました。
    • アーカイブすると、チャンネル一覧や検索結果に表示されなくなり、新たな書き込みもできなくなります。
  • アンテナのエクスポート・インポートができるようになりました
  • ロールタイムラインをロールごとに表示するかどうかの選択できるようになりました。
    • デフォルトがオフになるので、ロールタイムラインを表示する場合はオンにしてください。
  • ロールに強制的にNSFWを付与するポリシーを追加
    • アップロード済みのファイルはNSFWにならない為注意してください。
  • モデレーションノートがユーザーのプロフィールページからも閲覧および編集できるようになりました。
  • カスタム絵文字のライセンスを複数でセットできるようになりました。
  • 管理者が予約ユーザー名を設定できるようになりました。
  • Fix: フォローリクエストの通知が残る問題を修正

Client

  • アカウント作成時に初期設定ウィザードを表示するように
  • チャンネル内検索ができるように
  • チャンネル検索ですべてのチャンネルの取得/表示ができるように
  • 通知の表示をカスタマイズできるように
  • ドライブのファイル一覧から直接ノートを作成できるように
  • ノートメニューからRenoteしたユーザーの一覧を見れるように
  • コントロールパネルのカスタム絵文字ページおよびaboutのカスタム絵文字の検索インプットで、:emojiname1::emojiname2:のように検索して絵文字を検索できるように
    • 絵文字ピッカーから入力可能になります
  • データセーバーモードを追加
    • 画像が全て隠れた状態で表示されるようになります
  • 閲覧注意設定された画像は表示した状態でもそれが閲覧注意だと分かる表示をするように
  • モデレーターはノートに添付された画像上から直接NSFW設定できるように
  • 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にするように
  • プロフィール設定「追加情報」の項目の削除と並び替えができるように
  • 新しい実績を追加
  • AiScriptを0.13.2に更新
  • Fix: AiScript APIのMk:dialogで何も返していなかったのをNULLを返すように修正
  • Fix: 1:1ではない画像のリアクション通知バッジが左や上に寄ってしまっていたのを中央に来るように修正
  • Fix: リアクションをホバーした時のユーザーリストで猫耳が切れてしまっていた問題を修正
  • Fix: NSFWメディアの上に表示された「もっと見る」ボタンが押しづらい問題を修正

Server

  • channel/searchのqueryが空の場合に全てのチャンネルを返すように変更
  • 環境変数MISSKEY_CONFIG_YMLで設定ファイルをdefault.ymlから変更可能に
  • Fix: 他のサーバーの情報が取得できないことがある問題を修正
  • Fix: エクスポートデータの拡張子がunknownになる問題を修正
  • Fix: Content-Dispositionのパースでエラーが発生した場合にダウンロードが完了しない問題を修正
  • Fix: API: i/update avatarIdとbannerIdにnullを渡した時、画像がリセットされない問題を修正
  • Fix: .wav, .flacが再生できない問題を修正(新しくアップロードされたファイルのみ修正が適用されます)
  • Fix: 凍結されたユーザーが一部APIのレスポンスに含まれる問題を修正
  • Fix: メモリの使用量をused - buffers - cachedではなくtotal - availableで求めるように(環境によって正常に計測できていなかったため)

acid-chicken and others added 30 commits April 13, 2023 12:20
* chore(#10336): register snippets

* test(#10336): add `components/Mk[A-B].*` stories

* build: desynced lockfile

* ci(#10336): preload assets

* ci(#10336): use pull_request

* build: update lockfile

* fix: reactivity transform

* chore: track upstream changes

* refactor: avoid temporary previous tapping declarations

* revert: avoid temporary previous tapping declarations

This reverts commit e649b1b.

* test: flaky snapshots

* style: import
* 自分用メモを作成する機能

* 不要なCSSを削除

* メモ: デザイン調整

* デザイン崩れを修正

* fix: メモ機能のe2eテストで見つかった不具合を修正

* デザイン調整

* fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
…#9999)

* fix(client): add `overflow: clip;`

* fix(client): add `overflow: clip;`

* Revert "fix(client): add `overflow: clip;`"

This reverts commit c43226a.

Revert "fix(client): add `overflow: clip;`"

This reverts commit c722515.

* feat(client): add z-index to .footer
* refactor/miLocalStorageのメソッドに戻り値追加

* refactor/miLocalStorageのキーとしてdebugがconfig.tsに存在するので追加

* fix/JSON.parseにnullは入らないのでnullの時は分岐させてnullにする

* refactor/修正したファイルの型調整+記法の統一

* fix/型のためにlangがnullの時はhtmlの言語の設定をしない

* refactor/catchで何もしないと警告が出るので修正

* refactor/細かい点の修正

* refactor/変数の二重定義になっていた二重定義になっていたので修正

* refactor/importの整理(通常のimportは最初に処理されるので影響はない想定)

* fix/vueファイルに型を与えてインポート時の型エラーを防ぐ

* refactor/開発環境のみで利用するので,eslintの設定を変更する

* fix/vueの定義を最小限にする

* fallback language to 'en-US'

* remove accounts migration

* fix:vueの型定義ファイルを消す

---------

Co-authored-by: tamaina <[email protected]>
…9426)

* delete remote user drivefile over limits at adding

* refactor

* delete → expire

* speed up by batch find

---------

Co-authored-by: tamaina <[email protected]>
* perf: remove isChromatic on real build

* revert: Revert #10475 in MkTime

This reverts commit 7d11cf8.

* @rollup/plugin-replace as dependencies

* fix pnpm-lock,yaml

---------

Co-authored-by: tamaina <[email protected]>
* fix(server): Force the extention of exported file

* update changelog.md
* fix( #10013)

* add changelog

* also in about.emojis.vue

* fix changelog

---------

Co-authored-by: tamaina <[email protected]>
* fix: cat ears are clipped in MkReactionsViewer

* fix: missing padding

* fix border

---------

Co-authored-by: tamaina <[email protected]>
* refactor(backend): validateNoteの引数の型を推論する

* fix(backend): アサーションの内容から推論してエラーの内容を期待されるであろう式へと変更する

* refactor

Co-authored-by: Acid-Chicken <[email protected]>

---------

Co-authored-by: tamaina <[email protected]>
Co-authored-by: Acid-Chicken <[email protected]>
* change nsfw settings

* Update CHANGELOG.md

* (fix) eliminate warning message when manually hide

* Apply suggestions from code review

Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>

* (change) translation key

* revert nsfw settings (partial)

* (add) data saver setting

* Integrate MkMediaBlurhash and MkImgWithBlurhash

* Update CHANGELOG.md

* 🎨

* リモートのファイルでsizeが0の場合は表示しない, refを作らない

* fix

* かっこ

---------

Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Co-authored-by: tamaina <[email protected]>
* ✌️

* fix

* ✌️

* 422px上限

* 334

* min-height: 130px

* 64px

* fix

* wip

* ✌️

* fix

* max-height: none

* MkImgWithBlurHashでratioを計算する

* wip

* fix

* fix?

* Revert "fix?"

This reverts commit e39d832.

* Revert "fix"

This reverts commit 15be36b.

* Revert "wip"

This reverts commit af7d86f.

* fix

* Revert "Revert "wip""

This reverts commit bb0036a.

* Revert "Revert "fix""

This reverts commit c1d94a4.

* Revert "Revert "fix?""

This reverts commit 9cb4fbf.

* fix

* use clamp

* readable

* add 1:1, 3:4

* moveComment

* 3:4 → 2:3

* fix

* default

* fallback

* Revert "fallback"

This reverts commit 741717d.

* Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように
#10626
syuilo and others added 21 commits May 8, 2023 10:32
* wip

* 🎨

* 🎨

* wip

* wip

* 🎨

* Update CHANGELOG.md

* wip

* Update MkUserSetupDialog.vue

* add stories

Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>

* update stories

* Update MkUserSetupDialog.Follow.stories.impl.ts

* test: load mock user account

* ✌️

* ✌️

* test: reset on each render

* test: use id to identify

---------

Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
* New translations ja-JP.yml (English)

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

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (English)

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

* New translations ja-JP.yml (Polish)

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

* New translations ja-JP.yml (French)

* New translations ja-JP.yml (Spanish)

* New translations ja-JP.yml (Arabic)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Norwegian)

* New translations ja-JP.yml (Russian)

* 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)
* ci: check for PRs

* ci: run all PRs

* ci: fix syntax error

* ci: comment on PRs only

* ci: use pull_request_target
@syuilo
Copy link
Member Author

syuilo commented May 9, 2023

Account Moveのテストが不安定

@syuilo
Copy link
Member Author

syuilo commented May 9, 2023

tasukete

@syuilo
Copy link
Member Author

syuilo commented May 9, 2023

e2eテスト重いし不安定になりがちだから基本的にユニットテストを充実させたい

syuilo added 2 commits May 9, 2023 09:11
* New translations ja-JP.yml (Norwegian)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Norwegian)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Korean)

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

* New translations ja-JP.yml (Japanese, Kansai)
@syuilo syuilo merged commit 94690c8 into master May 9, 2023
@syuilo
Copy link
Member Author

syuilo commented May 9, 2023

🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
‼️ wrong locales This PR edits locales other than the ja-JP one. See locales/README.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.