chore: bump version

This commit is contained in:
relikd
2025-12-01 01:41:20 +01:00
parent 62d1407d17
commit ac8b76d3fc
2 changed files with 12 additions and 2 deletions

View File

@@ -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.5.0] 2025-12-01
Fixed:
- `.appex` macOS extensions (`Info.plist` was not found)
- Removed `.appex` from `ThumbnailProvider` (extension probably dont have icons anyway)
Changed:
- Template uses `{{X}}` instead of `__X__`
## [1.4.0] 2025-11-29
Added:
- Support for `.apk` files
@@ -43,6 +52,7 @@ Added:
Initial release
[1.5.0]: https://github.com/relikd/QLAppBundle/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/relikd/QLAppBundle/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/relikd/QLAppBundle/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/relikd/QLAppBundle/compare/v1.1.0...v1.2.0