chore: bump version
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -5,6 +5,15 @@ 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.1.0] – 2026-02-07
|
||||
Added:
|
||||
- Dynamic menus (`[dyn]` flag)
|
||||
- Modifier flags `[ignore]` and `[inactive]`
|
||||
- Icons for menu items (additional to folder icons)
|
||||
- `.icns` icons
|
||||
- Hide menu items which start with underscore
|
||||
|
||||
|
||||
## [1.0.1] – 2026-01-28
|
||||
Fixed:
|
||||
- Crash on macOS 10.13 if path contains space character
|
||||
@@ -15,5 +24,6 @@ Fixed:
|
||||
Initial release
|
||||
|
||||
|
||||
[1.1.0]: https://github.com/relikd/Menuscript/compare/v1.0.1...v1.1.0
|
||||
[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
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</string>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2</string>
|
||||
<string>3</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.13</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
||||
Reference in New Issue
Block a user