-
-
Notifications
You must be signed in to change notification settings - Fork 51
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.15.0 #558
Merged
Release: 4.15.0 #558
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(backend/ActivityPubServerService): apOrHtml Constraintが正しく評価されない問題を修正 (MisskeyIO#869) * Update Changelog * indent --------- Co-authored-by: あわわわとーにゅ <[email protected]>
* fix(frontend): frontend / frontend-embedにあるtsconfig.jsonのmoduleをES2022にする * fixed errors * fixed errors * fixed errors * fix(frontend-embed): 型チェックエラーを修正
* sync charts one-at-a-time to reduce database contention and timeouts * fix merge resolve failure * Update Changelog * update changelog * add comments --------- Co-authored-by: Hazelnoot <[email protected]>
* fix(frontend): shikiのdeprecated表現を修正 * update aiscript-vscode * ✌️ * fix * remove unused imports * bump aiscript-vscode to 0.1.15
* don't double-url-encode rss urls `url.searchParams.set()` already encodes the values passed! (this is a partial revert of 0472d43, the change in `statusbar-rss.vue` was correct) * Update Changelog --------- Co-authored-by: dakkar <[email protected]>
* feature(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に * disableHighlightやめる * refactor
* Fix(frontend): 削除して編集で引用ありを消せない * docs(changelog): update CHANGELOG.md * rename noteToRenote -> renoteTargetNote with type fix * Update Changelog --------- Co-authored-by: Sayamame-beans <[email protected]> Co-authored-by: syuilo <[email protected]>
* wip * misskey-dev/misskey#15039 (comment) の反映 Co-authored-by: Kagami Sascha Rosylight <[email protected]> * fix CHANGELOG.md * remove inspection --------- Co-authored-by: Kagami Sascha Rosylight <[email protected]>
* feat(frontend): CAPTCHAの設定変更時は実際に検証を通過しないと保存できないようにする * なしでも保存できるようにした * fix CHANGELOG.md * フォームが増殖するのを修正 * add comment * add server-side verify * fix ci * fix * fix * fix i18n * add current.ts * fix text * fix * regenerate locales * fix MkFormFooter.vue --------- Co-authored-by: syuilo <[email protected]>
* enhance(backend): metaにfederation modeに関する情報を公開 * enhance(frontend): 登録画面の注意書きを追加 * enhance(frontend): aboutページ・サーバー情報 * enhance(frontend): サーバー統計 * enhance(frontend): みつけるページ * enhance(frontend): 検索 * enhance(frontend): ユーザー選択 * enhance(frontend): 設定画面 * enhance(frontend): ウィジェット * enhance(frontend): リモートで開くオプション * Update Changelog * enhance(frontend): ステータスバー * i18n --------- Co-authored-by: syuilo <[email protected]>
* UserWebhook側の対処 * SystemWebhook側の対処 * fix test
* fix(backend): pagesのnameの重複チェックはnameプロパティがある時のみ行うように * Update Changelog --------- Co-authored-by: syuilo <[email protected]>
* feat(backend): pgroongaに対応(configの構成変更あり) * fix CHANGELOG.md * fix CHANGELOG.md * add using provider logging * fix CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: syuilo <[email protected]>
* 投稿したファイルの一覧をプロフィールページ内のタブで見れるようにしてみた (Otaku-Social#14) * ギャラリー(ノート)の取得方法を変更、ページネーションに対応 * ギャラリー(ノート)が動作しない問題を修正 * ギャラリー(ノート)の名称変更 * styles * GalleryFromPosts -> Files * fix * enhance: 既存のファイルコンテナの「もっと見る」をクリックしたらファイルタブに飛べるように * Update Changelog * 共通化 * spdx * その他のメディアがちゃんとプレビューされるように * fix(frontend): リストがセンシティブ設定を考慮するように * arrayをsetに変更 * remove unused imports * 🎨 * 🎨 * 画像以外のファイルのプレビューに対応したのでコメントを削除 * サムネイルをMkDriveFileThumbnailに統一 * v-panelに置き換え * lint --------- Co-authored-by: tmorio <[email protected]> Co-authored-by: tmorio <[email protected]> Co-authored-by: syuilo <[email protected]>
* feat(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように * 出し分けのロジックを1箇所に統一 * docs: CHANGELOGの内容をコミット内容に合わせる * docs: reverts 11d1b95 per misskey-dev/misskey#13566 (comment) * chore: 調整 * chore: 調整2 --------- Co-authored-by: Kisaragi Marine <[email protected]> Co-authored-by: kakkokari-gtyih <[email protected]> Co-authored-by: Kisaragi <[email protected]> Co-authored-by: syuilo <[email protected]>
…15190) Co-authored-by: cannorin <[email protected]> Co-authored-by: syuilo <[email protected]>
* fix: punycode.js が使用されていない場所がある問題 * fix: use punycode/punycode.js on backend * fix: use punycode/punycode.es6.js on backend * fix: d.ts missing declare keyword * chore: don't use punycode.js on backend * update pnpm-lock.yaml * chore: remove punycode.d.ts * chore: use punycode.js instead of punycode npm package * chore: bump psl to 1.15.0 * chore: bump nsfwjs to 4.2.0 4.2.1 is not usable because of infinitered/nsfwjs#904 * chore: prevent loading node-fetch from tensorflow * chore: DOMWindow['document'] => Document IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit * fix: disable --trace-deprecation --------- Co-authored-by: syuilo <[email protected]>
* enhance(backend): 絵文字の連合でライセンス欄を相互にやり取りするように Co-authored-by: Kisaragi Marine <[email protected]> Co-authored-by: ruruke <[email protected]> * fix CHANGELOG.md --------- Co-authored-by: Kisaragi Marine <[email protected]> Co-authored-by: ruruke <[email protected]> Co-authored-by: taichan <[email protected]> Co-authored-by: syuilo <[email protected]>
- 타사 클라이언트와의 원활한 호환성을 유지하기 위해 변경이 일부 복구되었습니다. (#362) - 이 변경으로 팔로워/팔로잉의 공개 범위를 볼 수 없는 사용자는 이제 API에서 `?`이 아닌 `0`을 반환합니다.
- 이 설정은 `이미 본 리노트를 간략화하기`의 상위 개념으로, 이 설정이 켜져있으면 `이미 본 리노트를 간략화하기`의 설정을 변경할 수 없게 됩니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
기반 Misskey 버전: 2025.2.0
General
다이렉트 메시지
및고정된 노트
와 관련된 파일을 제외한 모든 노트와 파일을 자동으로 삭제할 수 있음4.15.0
이상 버전을 사용하는 서버에서는 해당 사용자가 지정한 모양으로 프로필이 표시됩니다.4.15.0
이상 버전을 사용하는 서버에서만 이 기능을 사용할 수 있습니다.프로필 아이콘 모양 설정 연합 허용
이 제한되지 않은 상태에서만 사용할 수 있습니다.프로필 아이콘을 사각형으로 표시
설정에 따라 표시됩니다.robots.txt
에 정의된 내용을 사용자화 할 수 있습니다.팔로우를 수동으로 승인
으로 설정한 사용자를 쉽게 확인할 수 있도록 노트 헤더에 배지 추가Client
이미 본 리노트를 간략화하기
의 상위 개념으로, 이 설정이 켜져있으면이미 본 리노트를 간략화하기
의 설정을 변경할 수 없게 됩니다.이름
,자기소개
,팔로우 메시지
,추가 정보
에 포함된 외부 이모지를 가져올 수 있음각도
는 이제1°
단위로 조절할 수 있습니다.X 위치
,Y 위치
,불투명도
는 이제1%
단위로 조절할 수 있습니다.Caps Lock
이 켜져있으면 아이콘을 표시함x
버튼을 클릭해 지울 수 있음ALT
/GIF
/APNG
/NSFW
) 표시alpha
,beta
,rc
)4.14.2 < 4.14.3-alpha.0
계산 시4.14.2
가 더 큰 것으로 계산됨민감한 미디어 표시
설정이 반영되지 않음민감한 콘텐츠로 표시된 미디어를 열 때
설정이 반영되지 않음데이터 절약 모드
설정이 반영되지 않음ALT
/GIF
/APNG
/NSFW
표시움직이는 이미지를 자동으로 재생하지 않음
설정을 변경해도 페이지를 자동으로 새로 고치지 않음두 번 탭하여 열기
설정이 작동하지 않을 수 있음Server
true
가 되면false
로 변경할 수 없음노트 게시 예약
을 사용하면 채널 타임라인이 아닌 일반 타임라인에 게시됨 (Unable to schedule channel post #559)원격 사용자 정보 갱신
을 클릭하면 아바타 장식이 즉시 갱신됩니다.int
가 아닌string
값을 반환할 수 있음 (참고)?
이 아닌0
을 반환합니다.