ref: remove github link from preview

This commit is contained in:
relikd
2025-12-12 16:35:13 +01:00
parent 50c31f1045
commit 6cb9054a8f
3 changed files with 9 additions and 3 deletions

View File

@@ -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). 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 ## [0.9.1] 2025-12-04
Added: Added:
- Plugin version in preview footer - Plugin version in preview footer
@@ -15,5 +20,6 @@ Added:
Initial release 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.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 [0.9.0]: https://github.com/relikd/QLMarkdown/compare/f8545f5c77ec74030ea556833ff4b51cdfb75bce...v0.9.0

View File

@@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
SWIFT_VERSION = 5.0 SWIFT_VERSION = 5.0
MACOSX_DEPLOYMENT_TARGET = 10.15 MACOSX_DEPLOYMENT_TARGET = 10.15
MARKETING_VERSION = 0.9.1 MARKETING_VERSION = 0.9.2
PRODUCT_NAME = QLMarkdown PRODUCT_NAME = QLMarkdown
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLMarkdown
CURRENT_PROJECT_VERSION = 292 CURRENT_PROJECT_VERSION = 293

View File

@@ -53,7 +53,7 @@ class PreviewViewController: NSViewController, QLPreviewingController, WKNavigat
\(HTMLFormatter.format(md)) \(HTMLFormatter.format(md))
<footer> <footer>
QLMarkdown v\(ver) (\(buildVer)) (Github: <a href="https://github.com/relikd/QLMarkdown">relikd/QLMarkdown</a>) relikd/QLMarkdown v\(ver) (\(buildVer))
</footer> </footer>
</body> </body>
</html> </html>