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
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,39 @@ This file is part of Network Pro.
14
14
15
15
All notable changes to this project will be documented in this file.
16
16
17
-
This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), though versioning and formatting may vary.
17
+
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
18
+
Version numbers use a **SemVer-inspired**`MAJOR.MINOR.PATCH` format, with
19
+
version increments reflecting both user-visible and operational impact.
18
20
19
21
---
20
22
21
23
## [Unreleased]
22
24
23
25
---
24
26
27
+
## [1.25.20] - 2025-12-24
28
+
29
+
### Added
30
+
31
+
- Added `VERSIONING.md` to document the project’s versioning strategy.
32
+
33
+
### Changed
34
+
35
+
- Updated `.lighthouse.cjs` to utilize `https://netwk.pro` as the target.
36
+
- Removed **Services** route from `sitemap.xml` and refreshed last modified timestamps.
37
+
- Updated `README.md` to clarify the project's versioning strategy and changelog format.
38
+
- Updated `src/routes/+page.svelte` to apply `containerClass="readable"` to `<FullWidthSection>` for improved readability.
39
+
- Revised homepage and About page content (`HomeContent.svelte` and `AboutContent.svelte`) to better reflect the company’s current mission, focus, and messaging.
40
+
- Bumped project version to `v1.25.20`.
41
+
42
+
### Removed
43
+
44
+
- Removed **Services** from primary navigation (`HeaderDefault.svelte` and `HeaderHome.svelte`).
45
+
- Removed references to home implementation services from `AboutContent.svelte`.
46
+
- This change reflects a clarified focus on internal research, education, advocacy, and selectively aligned consulting, rather than broad outward-facing service offerings.
47
+
48
+
---
49
+
25
50
## [1.25.19] - 2025-12-24
26
51
27
52
### Changed
@@ -2077,7 +2102,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ This file is part of Network Pro.
13
13
14
14
15
15
16
-
[](https://vercel.com)[](https://www.npmjs.com/package/@networkpro/web)[](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
[](https://vercel.com)[](https://www.npmjs.com/package/@networkpro/web)[](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
@@ -53,7 +53,9 @@ All infrastructure and data flows are designed with **maximum transparency, self
53
53
54
54
For a history of changes to the Network Pro™ Web Presence, see the **[CHANGELOG](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CHANGELOG.md)**. All notable updates are documented there.
55
55
56
-
This project follows the principles of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), though formatting and versioning may occasionally vary.
56
+
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
57
+
Version numbers use a **SemVer-inspired**`MAJOR.MINOR.PATCH` format, with
58
+
version increments reflecting both user-visible and operational impact.
0 commit comments