Skip to content

Releases: netwk-pro/blog

🚀 v1.5.0 — Layout Refresh & New Content

24 Sep 01:28
9c9db76
Compare
Choose a tag to compare

This release introduces a refreshed site layout, dark-mode-first design, and workflow/dependency updates.

Highlights

  • ✍️ New blog post: SonicWall (with promo images)
  • 🎨 Default dark mode with optional light mode toggle
  • 🦄 Layout improvements and footer update (explicit cookie-free notice)
  • 🔧 CI workflows modernized (actions/checkout v5, setup-node v5, setup-python v6)
  • 📦 Dependency updates, including eslint, stylelint, and mkdocs-material
  • 🗂 Added discord.svg for brand assets

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Jul 10:16
93f71ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.11...v1.4.0

v1.3.11

27 Jul 09:06
6626456
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.10...v1.3.11

v1.3.10

27 Jul 08:57
9f9cef3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.3.10

v1.3.9

18 Jul 06:41
dbf1555
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

11 Jul 04:22
b5e31da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

v1.3.7

07 Jul 22:23
1b1b7ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

📦 v1.3.6

01 Jul 07:53
7bb1cb3
Compare
Choose a tag to compare

✍️ Content Updates

  • Added new blog post: EFF & SCOTUS ruling (2025-07-01-eff-scotus.md)
  • Included promotional assets: eff-scotus-promo.png and .webp

🛠 Dependency Upgrades

  • @eslint/js^9.30.0
  • browserslist^4.25.1
  • eslint^9.30.0
  • prettier3.6.2

v1.3.5 – Final Registry Fixes for GitHub Packages

24 Jun 07:03
eb34538
Compare
Choose a tag to compare

This patch ensures reliable authentication and publishing to GitHub Packages by:

  • Scoping npm whoami and npm publish directly to https://npm.pkg.github.com/
  • Avoiding reliance on implicit registry resolution from .npmrc or package.json

This update finalizes the transition to a fully stable, scoped publish workflow for the blog repository.

v1.3.4 – Legacy Auth Config Cleanup

24 Jun 06:42
8dc8a34
Compare
Choose a tag to compare

This release resolves authentication failures caused by a deprecated .npmrc file that incorrectly redirected scoped packages to GitHub Packages. With this file removed, publishing via setup-node and environment-based tokens now works as expected.

🔧 Fixes

  • Removed .npmrc with outdated registry and token mappings.
  • Re-established clean, token-based authentication flow for scoped packages targeting npmjs.