diff --git a/CHANGELOG.md b/CHANGELOG.md index f33b55f..f72e26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.2] – 2025-12-12 +Changed: +- Remove github link from preview footer. Too distracting / too prominent. A version note should be discreet and not get in the way. + + ## [0.9.1] – 2025-12-04 Added: - Plugin version in preview footer @@ -15,5 +20,6 @@ Added: Initial release +[0.9.2]: https://github.com/relikd/QLMarkdown/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/relikd/QLMarkdown/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0 diff --git a/Config.xcconfig b/Config.xcconfig index 31713ee..fe8b789 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES SWIFT_VERSION = 5.0 MACOSX_DEPLOYMENT_TARGET = 10.15 -MARKETING_VERSION = 0.9.1 +MARKETING_VERSION = 0.9.2 PRODUCT_NAME = QLMarkdown PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown -CURRENT_PROJECT_VERSION = 292 +CURRENT_PROJECT_VERSION = 293 diff --git a/QLPreview/PreviewViewController.swift b/QLPreview/PreviewViewController.swift index 4a0aa55..fc66e20 100644 --- a/QLPreview/PreviewViewController.swift +++ b/QLPreview/PreviewViewController.swift @@ -53,7 +53,7 @@ class PreviewViewController: NSViewController, QLPreviewingController, WKNavigat \(HTMLFormatter.format(md))