diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5018920 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# The Sponsor button appears once the account is enrolled at +# https://github.com/sponsors — the file is safe to ship beforehand. +github: h5nam diff --git a/Casks/mq-dir.rb b/Casks/mq-dir.rb index 810ba3e..21717a8 100644 --- a/Casks/mq-dir.rb +++ b/Casks/mq-dir.rb @@ -8,7 +8,7 @@ homepage "https://github.com/h5nam/mq-dir" auto_updates false - depends_on macos: ">= :sonoma" + depends_on macos: :sonoma app "mq-dir.app" diff --git a/Sources/mq-dir/SettingsView.swift b/Sources/mq-dir/SettingsView.swift index 5c628c2..938b853 100644 --- a/Sources/mq-dir/SettingsView.swift +++ b/Sources/mq-dir/SettingsView.swift @@ -49,7 +49,7 @@ struct SettingsView: View { } header: { Text("Filenames") } footer: { - Text("Korean filenames stored in decomposed (NFD) form look broken — like \u{315E}\u{3157}\u{3134}\u{3131}\u{3161}\u{3139} instead of 한글 — when dragged or copied into other apps. Turn this on to rename them to composed (NFC) form on disk as they leave mq-dir.") + Text("Korean filenames stored in decomposed (NFD) form look broken — like \u{315E}\u{3157}\u{3134}\u{3131}\u{3161}\u{3139} instead of 한글 — in terminals, Git, zip archives, and Windows transfers. Turn this on to rename them to composed (NFC) form on disk as they drag out of mq-dir. This fixes the name on disk; apps that rebuild names from the drag URL (such as web browsers) may still display NFD.") .foregroundStyle(.secondary) }