From 247f8924883fd38344c20e44e32c88ae0b46fc0c Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 14:56:17 -0500 Subject: [PATCH 1/2] Remove duplicate release note text in v1.1.2 The text "This version renames the \`master\` branch to \`main\` and updates to Swift 6." was incorrectly duplicated in the v1.1.2 section. This change belongs only in the v1.2 section where it originally appeared. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43ddd00..8c0993d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -41,7 +41,7 @@ Thanks to @martindufort there's now an AppKit-specific overlay. ### ✨ New features -`SystemNotificationAppKitOverlay` is a new AppKit-specific overlay view. This version renames the `master` branch to `main` and updates to Swift 6. +`SystemNotificationAppKitOverlay` is a new AppKit-specific overlay view. From e6ccf1267bbffdde8e93f3aaa14607939fe0c696 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 14:57:24 -0500 Subject: [PATCH 2/2] Update LICENSE links from master to main branch Since the repository renamed the default branch from \`master\` to \`main\` in v1.2, the LICENSE links in the README should point to the new branch name. Updated both the badge link and the reference link at the bottom of the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7652a9f..ef4fa0b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Version Swift 6.1 Documentation - MIT License + MIT License

@@ -148,4 +148,4 @@ SystemNotification is available under the MIT license. See the [LICENSE][License [Documentation]: https://danielsaidi.github.io/SystemNotification [Getting-Started]: https://danielsaidi.github.io/SystemNotification/documentation/systemnotification/getting-started -[License]: https://github.com/danielsaidi/SystemNotification/blob/master/LICENSE +[License]: https://github.com/danielsaidi/SystemNotification/blob/main/LICENSE