diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e2e7e51 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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). + + +## [1.0.1] – 2026-01-28 +Fixed: +- Crash on macOS 10.13 if path contains space character +- Larger status icon glyph + + +## [1.0.0] – 2026-01-27 +Initial release + + +[1.0.1]: https://github.com/relikd/Menuscript/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/relikd/Menuscript/compare/1eca425c5f453bc0ed47f780d491656549d3ab53...v1.0.0 diff --git a/src/Info.plist b/src/Info.plist index aada7a0..c1870fb 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.0 + 1.0.1 CFBundleVersion - 1 + 2 LSMinimumSystemVersion 10.13 LSBackgroundOnly