Skip to content

Community basics: cask deprecation fix, NFC copy precision, FUNDING.yml - #10

Open
h5nam wants to merge 3 commits into
mainfrom
fix/community-basics-2026-07
Open

Community basics: cask deprecation fix, NFC copy precision, FUNDING.yml#10
h5nam wants to merge 3 commits into
mainfrom
fix/community-basics-2026-07

Conversation

@h5nam

@h5nam h5nam commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Three small maintenance changes from the 2026-07 service-strategy review:

  • cask: use symbol form for depends_on macos — silences the Homebrew deprecation warning reported in Homebrew warning: deprecated macOS dependency syntax in cask #9 (fixes Homebrew warning: deprecated macOS dependency syntax in cask #9). The tap mirror at h5nam/homebrew-mq-dir is already hot-fixed (613eb11) so existing brew users stop seeing the warning immediately; this keeps the source-of-truth cask in sync so the next release doesn't regress it.
  • settings: scope the Hangul NFC footer copy to its on-disk effect — the old wording implied the toggle fixed every receiving app; it renames on disk, which helps terminals/Git/zip/USB but not receivers that rebuild names from the drag URL (browsers). App target builds clean.
  • github: add FUNDING.yml — sponsor button activates once the account enrolls at github.com/sponsors.

🤖 Generated with Claude Code

h5nam and others added 3 commits July 3, 2026 17:16
Homebrew deprecated the string comparison form; the symbol form
defaults to the >= comparator, so the meaning (macOS Sonoma or
newer) is unchanged. Already hot-fixed in the tap mirror so
existing brew users stop seeing the warning on next brew update.

Fixes #9

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
The old footer read as if the toggle fixed how every receiving
app displays a dragged filename. It renames the file on disk, so
path-based receivers (terminals, Git, zip archives, USB/Windows
transfers) see NFC, but apps that rebuild the name from the drag
URL — web browsers — still display NFD (macOS re-decomposes file
URLs at the receiver; 21-year cross-vendor limitation). Say
exactly that, no more.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
The Sponsor button activates once the account enrolls at
github.com/sponsors; shipping the manifest first is harmless.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Honam Kang <honam.kang@mindfullabs.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Homebrew warning: deprecated macOS dependency syntax in cask

1 participant