diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ab0d3fe..218b1caae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: ### Other Changes 📎 END REPLACE--> - Feel free to also read our [CHANGELOG.md](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md). + For a comprehensive view of changes, read the [CHANGELOG](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md). --- diff --git a/dist/common/cryptomator.config b/dist/common/config.properties similarity index 100% rename from dist/common/cryptomator.config rename to dist/common/config.properties diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index ac5e6a3d1..5ec5bcbee 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -109,7 +109,7 @@ - + diff --git a/src/main/resources/i18n/strings_ko.properties b/src/main/resources/i18n/strings_ko.properties index 5322bdad1..2df79e8a1 100644 --- a/src/main/resources/i18n/strings_ko.properties +++ b/src/main/resources/i18n/strings_ko.properties @@ -705,12 +705,15 @@ eventView.entry.brokenDirFile.showEncrypted=망가진 암호화된 링크 보기 eventView.entry.brokenFileNode.message=망가진 파일시스템 노드 eventView.entry.brokenFileNode.showEncrypted=망가진 암호화된 노드 보기 eventView.entry.brokenFileNode.copyDecrypted=복호화된 경로 복사하기 +eventView.entry.inUse.message=파일 사용 중 eventView.entry.inUse.showDecrypted=복호화된 파일 보기 eventView.entry.inUse.showEncrypted=암호화된 파일 보기 eventView.entry.inUse.copyUserAndDevice=파일 잠금 사용자 및 기기 이름 복사 +eventView.entry.inUse.ignoreLock=사용 여부 상태 무시 # Notifications ## FileIsInUse Notification notification.inUse.message=다른 기기에서 파일 사용 중 +notification.inUse.description=해당 파일은 %s이(가) %s의 컴퓨터에서 열어 놓은 상태입니다. 파일을 닫고 동기화가 완료될 때까지 기다리도록 요청하세요. 상태를 무시하고 지금 파일을 열 수도 있지만, 이렇게 하면 충돌이 발생하거나 최신 변경 사항이 덮어쓰여질 수 있습니다. notification.inUse.action=사용 여부 상태 무시 \ No newline at end of file diff --git a/suppression.xml b/suppression.xml index 2b351269a..bb1ff3f9b 100644 --- a/suppression.xml +++ b/suppression.xml @@ -99,5 +99,14 @@ ^pkg:maven/org\.purejava/flatpak-update-portal@.*$ cpe:/a:flatpak:flatpak + + + + ^pkg:maven/org\.eclipse\.jetty/jetty-.*$ + CVE-2025-11143 + CVE-2025-11143 +