Conversation
* New translations ja-jp.yml (Indonesian) * New translations ja-jp.yml (English)
* refactor(frontend): 既存のGLSLを単独のファイルに移行 * fix: glslファイルを参照元ファイルと同じ場所に移動
…16696) * Initial plan * Fix video audio loss during compression by specifying AAC codec Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix audio by avoiding transcoding - copy audio stream directly Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
修正: iOSで動画の圧縮を行うと音声トラックが失われる問題を修正
related? #16703
* Initial plan * Fix iOS touch position offset in image masking feature Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* New translations ja-jp.yml (Chinese Simplified) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional)
Release: 2025.10.1
- LRU 정책을 통해 캐싱이 적용되며, 최대 500개의 노트를 캐시로 저장합니다. 500개를 초과하면 가장 오래 사용하지 않은 노트의 내용부터 캐시에서 제거됩니다. - 이 변경으로 인해 클라이언트를 오래 켜놓는 경우 및 모바일 환경에서 사용하는 디바이스의 전력 효율 및 성능 향상이 예상됩니다.
- 불필요한 리렌더링을 방지하여 클라이언트의 성능을 향상합니다.
This file contains hidden or 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
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.
출시일: 2025/11/12
기반 Misskey 버전: 2025.10.2
Misskey의 전체 변경 사항을 확인하려면, CHANGELOG.md#2025102 문서를 참고하십시오.
NOTE
이러한 문제를 발견하셨다면, 문제 보고를 통해 버그를 리포트하실 수 있습니다.
커스텀 이모지에서 여러 이모지를 한 번에 등록하는 기능이 폐지되었습니다.이 기능은
커스텀 이모지(beta)에서 이미 구현되어 있으므로, 이모지를 여러 개 등록해야 하는 경우에는 이 옵션을 이용하실 수 있습니다.진동 기능은 Misskey에서 대응함에 따라 일부를 개선하여 적용합니다.이 과정에서 기존에 진동이 작동했으나 현재는 작동하지 않는 부분이 있을 수 있습니다.
또한 이 변경에 따라 iOS 디바이스에서의 진동을 지원합니다.
이 변경 사항이 반영된 시점부터의 노트 편집 기록만 확인할 수 있습니다.
General
사용 가능으로 변경함노트 게시 예약역할의 기본값을3으로 변경함api/federation/remote-software/about#charts에서 확인할 수 있습니다._misskey_talk을 통해 쪽지를 전달합니다.Client
notes/unrenoteを追加 yojo-art/cherrypick#711, 全リノート解除のアイコンを変更 yojo-art/cherrypick#736)출시 전 버전 알림 받기토글의 설정 값이 변경되면 자동으로 저장되도록 개선함고양이체로 표시하지 않기옵션을 사용할 수 있음MkPagination을 사용하는 요소에서 무한 스크롤을 사용할 수 있음아무것도 없어요!문구를 표시함설정 → 환경 설정 → 성능에서 변경할 수 있습니다.150개를 초과하면 가장 오래 사용하지 않은 노트의 내용부터 캐시에서 제거됩니다.
제어판 → 신고의리졸브섹션이 잘못된 디자인으로 표시될 수 있음고양이만 보기설정이 작동하지 않을 수 있음스크롤 시 요소 표시설정을 사용해도 반투명하게 표시되지 않을 수 있음노트 삭제 예약이 적용된 노트를 초안으로 저장하거나 게시 예약하면 지정한 삭제 예약 시간이 저장되지 않을 수 있음텍스트 소스 보기를 사용하면 내용이 잘려서 표시될 수 있음Server
OAuth2ProviderService를 사용하려고 할 때 오류가 발생할 수 있음 (OAuth2ProviderService throws error if client did not provide its name or logo #609)software.name이misskey인 서버만 허용하며, 여기에 해당하지 않을 경우https://instanceapp.misskey.page/not-misskey.txt로 분류되어 서버 목록에 나타나지 않습니다.이러한 문제를 우회하기 위해, JoinMisskey API에서의 NodeInfo 호출이 감지되면,
misskey를 반환하는 방식으로 우회합니다.이 방법은 향후 JoinMisskey API의 변경으로 인해 사용하지 못할 가능성이 있습니다.