You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,29 @@ All notable changes to this project will be documented in this file. This projec
12
12
13
13
## [Unreleased]
14
14
15
+
Nothing yet.
16
+
17
+
## [1.16.0] - 2024-03-11
18
+
15
19
### Added
16
20
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()`.
18
27
19
28
## [1.15.0] - 2024-02-11
20
29
21
30
### Added
22
31
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)
24
33
25
34
### Fixed
26
35
27
36
- 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)
29
38
30
39
## [1.14.1] - 2023-11-20
31
40
@@ -37,8 +46,8 @@ All notable changes to this project will be documented in this file. This projec
37
46
38
47
### Added
39
48
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)
42
51
43
52
## [1.13.0] - 2023-11-18
44
53
@@ -337,7 +346,8 @@ All notable changes to this project will be documented in this file. This projec
0 commit comments