Skip to content

Commit e5d26b4

Browse files
authored
chore: release prep for v1.5.6 (#44)
## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Description ### Changed - Updated MkDocs for Material **light mode** to use `orange` as the primary color and `deep orange` as the accent color for improved readability. - Updated `src/sitemap.xml` to reflect the newest posts and refresh last modified dates. - Bumped project version to `v1.5.6`. ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have read and followed the guidelines in the **[CONTRIBUTING](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)** document. - [x] I've checked for existing Pull Requests for the same update/change. - [x] My code follows the project’s coding style. - [x] My code has been linted locally before submission. - [x] All new and existing tests pass. &nbsp; - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes, if applicable. *(Optional, especially for new contributors)* Pull requests are part of a collaborative process — we welcome contributions and review each one carefully. For all but the smallest changes, you can expect maintainers to request improvements or clarifications. Please check back after opening your PR and be responsive to feedback so we can get your contribution merged quickly. Thanks for helping improve Network Pro Strategies!
2 parents 33b4818 + 49bd174 commit e5d26b4

File tree

6 files changed

+65
-29
lines changed

6 files changed

+65
-29
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ formatting may vary.
1616

1717
---
1818

19+
## [1.5.6] - 2025-11-09
20+
21+
### Changed
22+
23+
- Updated MkDocs for Material **light mode** to use `orange` as the primary
24+
color and `deep orange` as the accent color for improved readability.
25+
- Updated `src/sitemap.xml` to reflect the newest posts and refresh last
26+
modified dates.
27+
- Bumped project version to `v1.5.6`.
28+
29+
---
30+
1931
## [1.5.5] - 2025-11-09
2032

2133
### Added

assets/.gitkeep

Whitespace-only changes.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Network Pro™ Blog
22
site_url: https://blog.netwk.pro
3-
repo_url: https://github.com/netwk-pro/netwk-pro.github.io
3+
repo_url: https://github.com/netwk-pro/blog
44
repo_name: GitHub
55
docs_dir: src
66
site_dir: build/
@@ -23,8 +23,8 @@ theme:
2323
name: Switch to light mode
2424
# Optional light mode
2525
- scheme: default
26-
primary: amber
27-
accent: yellow
26+
primary: orange
27+
accent: deep orange
2828
toggle:
2929
icon: material/brightness-7
3030
name: Switch to dark mode

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/blog",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "The official blog of Network Pro Strategies (Network Pro™).",
55
"keywords": [
66
"advisory",
@@ -28,7 +28,7 @@
2828
"author": {
2929
"name": "Scott Lopez",
3030
"email": "[email protected]",
31-
"url": "https://bio.neteng.pro"
31+
"url": "https://bio.netwk.pro"
3232
},
3333
"type": "module",
3434
"scripts": {

src/sitemap.xml

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,44 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Last Updated: July 27, 2025 -->
2+
<!-- Last Updated: 2025-11-09 -->
33

44
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
55

66
<url>
77

88
<loc>https://blog.netwk.pro</loc>
99

10-
<lastmod>2025-09-23</lastmod>
10+
<lastmod>2025-11-09</lastmod>
1111

1212
<changefreq>monthly</changefreq>
1313

1414
<priority>1.0</priority>
1515

1616
</url>
1717

18+
<url>
19+
20+
<loc>https://blog.netwk.pro/2025/11/09/introducing-our-new-privacy--security-apps--services-portal/</loc>
21+
22+
<lastmod>2025-11-09</lastmod>
23+
24+
<changefreq>monthly</changefreq>
25+
26+
<priority>0.8</priority>
27+
28+
</url>
29+
30+
<url>
31+
32+
<loc>https://blog.netwk.pro/2025/11/09/the-end-of-true-sideloading/</loc>
33+
34+
<lastmod>2025-11-09</lastmod>
35+
36+
<changefreq>monthly</changefreq>
37+
38+
<priority>0.8</priority>
39+
40+
</url>
41+
1842
<url>
1943

2044
<loc>https://blog.netwk.pro/2025/09/23/cyber-alert-update---sonicwall-security-breach-what-you-need-to-know/</loc>
@@ -109,7 +133,7 @@
109133

110134
<changefreq>monthly</changefreq>
111135

112-
<priority>0.7</priority>
136+
<priority>0.6</priority>
113137

114138
</url>
115139

@@ -121,7 +145,7 @@
121145

122146
<changefreq>monthly</changefreq>
123147

124-
<priority>0.7</priority>
148+
<priority>0.6</priority>
125149

126150
</url>
127151

@@ -133,7 +157,7 @@
133157

134158
<changefreq>monthly</changefreq>
135159

136-
<priority>0.7</priority>
160+
<priority>0.6</priority>
137161

138162
</url>
139163

@@ -145,7 +169,7 @@
145169

146170
<changefreq>monthly</changefreq>
147171

148-
<priority>0.7</priority>
172+
<priority>0.6</priority>
149173

150174
</url>
151175

@@ -157,7 +181,7 @@
157181

158182
<changefreq>monthly</changefreq>
159183

160-
<priority>0.7</priority>
184+
<priority>0.6</priority>
161185

162186
</url>
163187

@@ -169,7 +193,7 @@
169193

170194
<changefreq>monthly</changefreq>
171195

172-
<priority>0.7</priority>
196+
<priority>0.6</priority>
173197

174198
</url>
175199

@@ -181,7 +205,7 @@
181205

182206
<changefreq>monthly</changefreq>
183207

184-
<priority>0.6</priority>
208+
<priority>0.5</priority>
185209

186210
</url>
187211

@@ -193,7 +217,7 @@
193217

194218
<changefreq>monthly</changefreq>
195219

196-
<priority>0.6</priority>
220+
<priority>0.5</priority>
197221

198222
</url>
199223

@@ -205,7 +229,7 @@
205229

206230
<changefreq>monthly</changefreq>
207231

208-
<priority>0.6</priority>
232+
<priority>0.5</priority>
209233

210234
</url>
211235

@@ -217,7 +241,7 @@
217241

218242
<changefreq>monthly</changefreq>
219243

220-
<priority>0.6</priority>
244+
<priority>0.5</priority>
221245

222246
</url>
223247

@@ -229,7 +253,7 @@
229253

230254
<changefreq>monthly</changefreq>
231255

232-
<priority>0.6</priority>
256+
<priority>0.5</priority>
233257

234258
</url>
235259

@@ -241,7 +265,7 @@
241265

242266
<changefreq>monthly</changefreq>
243267

244-
<priority>0.6</priority>
268+
<priority>0.5</priority>
245269

246270
</url>
247271

@@ -261,7 +285,7 @@
261285

262286
<loc>https://blog.netwk.pro/category/android/</loc>
263287

264-
<lastmod>2025-05-30</lastmod>
288+
<lastmod>2025-11-09</lastmod>
265289

266290
<changefreq>monthly</changefreq>
267291

@@ -273,7 +297,7 @@
273297

274298
<loc>https://blog.netwk.pro/category/open-source/</loc>
275299

276-
<lastmod>2025-05-30</lastmod>
300+
<lastmod>2025-11-09</lastmod>
277301

278302
<changefreq>monthly</changefreq>
279303

@@ -285,7 +309,7 @@
285309

286310
<loc>https://blog.netwk.pro/category/privacy/</loc>
287311

288-
<lastmod>2025-05-30</lastmod>
312+
<lastmod>2025-11-09</lastmod>
289313

290314
<changefreq>monthly</changefreq>
291315

@@ -297,7 +321,7 @@
297321

298322
<loc>https://blog.netwk.pro/category/security/</loc>
299323

300-
<lastmod>2025-09-23</lastmod>
324+
<lastmod>2025-11-09</lastmod>
301325

302326
<changefreq>monthly</changefreq>
303327

@@ -309,7 +333,7 @@
309333

310334
<loc>https://blog.netwk.pro/archive/2025/</loc>
311335

312-
<lastmod>2025-09-23</lastmod>
336+
<lastmod>2025-11-09</lastmod>
313337

314338
<changefreq>monthly</changefreq>
315339

@@ -321,7 +345,7 @@
321345

322346
<loc>https://blog.netwk.pro/tags/</loc>
323347

324-
<lastmod>2025-09-23</lastmod>
348+
<lastmod>2025-11-09</lastmod>
325349

326350
<changefreq>monthly</changefreq>
327351

@@ -333,7 +357,7 @@
333357

334358
<loc>https://blog.netwk.pro/2015/01/04/secure-secure-shell/</loc>
335359

336-
<lastmod>2025-05-11</lastmod>
360+
<lastmod>2025-11-09</lastmod>
337361

338362
<changefreq>yearly</changefreq>
339363

@@ -345,7 +369,7 @@
345369

346370
<loc>https://blog.netwk.pro/contributing/</loc>
347371

348-
<lastmod>2025-09-23</lastmod>
372+
<lastmod>2025-11-09</lastmod>
349373

350374
<changefreq>monthly</changefreq>
351375

0 commit comments

Comments
 (0)