@@ -22,6 +22,47 @@ version increments reflecting both user-visible and operational impact.
2222
2323---
2424
25+ ## [ 1.4.4] - 2026-08-02
26+
27+ ### Changed
28+
29+ - Updated social link labels in ` mkdocs.yml ` to use the full Network Pro™ name.
30+ - Replaced the PostHog Cloud analytics disclosure in ` src/privacy.md ` with the
31+ site's self-hosted Matomo practices, including tracking-choice precedence and
32+ partial IP address masking.
33+ - Refreshed the privacy policy dates and the corresponding timestamps in
34+ ` src/sitemap.xml ` .
35+ - Updated ` .github/workflows/publish.yml ` to install npm ` v12.0.2 ` directly and
36+ removed the Corepack enablement step.
37+ - Bumped project version to ` v1.4.4 ` .
38+ - Added npm dependency overrides for ` brace-expansion ` , ` fast-uri ` , ` picomatch ` ,
39+ and ` shell-quote ` .
40+ - Allowed the ` simple-git-hooks@2.13.1 ` install script through the package
41+ script policy.
42+ - Refreshed ` package-lock.json ` for the updated direct and transitive
43+ dependencies.
44+ - Updated front-end tooling dependencies:
45+ - ` @eslint/json ` ` ^1.0.1 ` → ` ^2.0.1 `
46+ - ` autoprefixer ` ` ^10.4.27 ` → ` ^10.5.4 `
47+ - ` browserslist ` ` ^4.28.1 ` → ` ^4.28.7 `
48+ - ` eslint ` ` ^10.0.2 ` → ` ^10.8.0 `
49+ - ` globals ` ` ^17.4.0 ` → ` ^17.9.0 `
50+ - ` markdownlint ` ` ^0.40.0 ` → ` ^0.41.1 `
51+ - ` markdownlint-cli2 ` ` ^0.21.0 ` → ` ^0.23.2 `
52+ - ` postcss ` ` ^8.5.8 ` → ` ^8.5.25 `
53+ - ` prettier ` ` 3.8.1 ` → ` 3.9.6 `
54+ - ` stylelint ` ` ^17.4.0 ` → ` ^17.14.1 `
55+ - ` stylelint-config-html ` ` ^1.1.0 ` → ` ^2.0.0 `
56+ - ` stylelint-order ` ` ^7.0.1 ` → ` ^8.1.1 `
57+ - Updated Python dependencies:
58+ - ` mkdocs-material ` ` 9.7.4 ` → ` 9.7.7 `
59+
60+ ### Removed
61+
62+ - Removed ` mkdocs-get-deps ` ` 0.2.0 ` as a direct Python dependency.
63+
64+ ---
65+
2566## [ 1.4.3] - 2026-03-04
2667
2768### Changed
@@ -121,7 +162,8 @@ version increments reflecting both user-visible and operational impact.
121162
122163<!-- Link references -->
123164
124- [ Unreleased ] : https://github.com/netwk-pro/docs/compare/v1.4.3...HEAD
165+ [ Unreleased ] : https://github.com/netwk-pro/docs/compare/v1.4.4...HEAD
166+ [ 1.4.4 ] : https://github.com/netwk-pro/docs/releases/tag/v1.4.4
125167[ 1.4.3 ] : https://github.com/netwk-pro/docs/releases/tag/v1.4.3
126168[ 1.4.2 ] : https://github.com/netwk-pro/docs/releases/tag/v1.4.2
127169[ 1.4.1 ] : https://github.com/netwk-pro/docs/releases/tag/v1.4.1
0 commit comments