Skip to content

Commit b0bd672

Browse files
committed
Update changelog for 1.16.0 upcoming release
1 parent 2cd1760 commit b0bd672

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,29 @@ All notable changes to this project will be documented in this file. This projec
1212

1313
## [Unreleased]
1414

15+
Nothing yet.
16+
17+
## [1.16.0] - 2024-03-11
18+
1519
### Added
1620

17-
- New `plist-format-xml` hook to auto-format XML property list (plist) files to use tabs instead of spaces, and will alphabetically sort keys.
21+
- New `format-xml-plist` hook to auto-format XML property list (plist) files to use tabs instead of spaces, and will alphabetically sort keys. (#79, thanks to n8felton)
22+
- New `--valid-shebangs` parameter to specify additional custom shebangs in use for your environment. Works with the `check-munki-pkgsinfo`, `check-jamf-scripts`, `check-jamf-extension-attributes`, `check-outset-scripts`, and `check-munkiadmin-scripts` hooks. (#75, thanks to @kbrewersq)
23+
24+
### Changed
25+
26+
- Hook output rewritten to use f-strings instead of `.format()`.
1827

1928
## [1.15.0] - 2024-02-11
2029

2130
### Added
2231

23-
- Now validates that all XML `<result>` tags are closed in Jamf extension attributes (#76, thanks to @WardsParadox).
32+
- Now validates that all XML `<result>` tags are closed in Jamf extension attributes. (#76, thanks to @WardsParadox)
2433

2534
### Fixed
2635

2736
- Fixed a bug in the `munki-makecatalogs` hook (#72, thanks to @kbrewersq).
28-
- Added optional `--munki-repo` parameter to `check-munki-pkgsinfo` and `munki-makecatalogs` hooks, in order to specify a path to your Munki repo. Useful for situations where the Munki repo is a subdirectory of the Git repo itself. (#73 and #74, thanks to @kbrewersq).
37+
- Added optional `--munki-repo` parameter to `check-munki-pkgsinfo` and `munki-makecatalogs` hooks, in order to specify a path to your Munki repo. Useful for situations where the Munki repo is a subdirectory of the Git repo itself. (#73 and #74, thanks to @kbrewersq)
2938

3039
## [1.14.1] - 2023-11-20
3140

@@ -37,8 +46,8 @@ All notable changes to this project will be documented in this file. This projec
3746

3847
### Added
3948

40-
- `check-preference-manifests` hook now outputs more specific error message if `pfm_documentation_url` is empty (#67, thanks to @relgit).
41-
- `check-munki-pkgsinfo` hook now detects path mismatches on case-sensitive filesystems (#66, thanks to @AaronBurchfield).
49+
- `check-preference-manifests` hook now outputs more specific error message if `pfm_documentation_url` is empty. (#67, thanks to @relgit)
50+
- `check-munki-pkgsinfo` hook now detects path mismatches on case-sensitive filesystems. (#66, thanks to @AaronBurchfield)
4251

4352
## [1.13.0] - 2023-11-18
4453

@@ -337,7 +346,8 @@ All notable changes to this project will be documented in this file. This projec
337346

338347
- Initial release
339348

340-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.15.0...HEAD
349+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.16.0...HEAD
350+
[1.16.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.15.0...v1.16.0
341351
[1.15.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.14.1...v1.15.0
342352
[1.14.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.14.0...v1.14.1
343353
[1.14.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.13.0...v1.14.0

0 commit comments

Comments
 (0)