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
## 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
### Added
- Added `src/posts/2025-11-09-privacy-and-security.md`, along with image
assets:
- `src/img/privacy-security-promo.png`
- `src/img/privacy-security-promo.webp`
- Added `src/posts/2025-11-09-sideloading.md`, along with image assets:
- `src/img/sideloading-promo.png`
- `src/img/sideloading-promo.webp`
- Introduced `npm-run-all` devDependency for more efficient linting.
### Changed
- Refactored `src/contributing.md` to accurately reflect the proper
method of
contributing.
- Revised emphasis in the **Message authentication codes** section of
`/src/posts/secure-secure-shell.md`.
- Updated CI workflows to utilize **Node.js v24** (LTS):
- `build-and-deploy.yml`
- `publish-test.yml`
- `publish.yml`
- Revised scripts in `package.json` for more efficient use by utilizing
`npm-run-all`.
- Updated `.python-version` to reflect **Python v3.14**.
- Bumped project version to `v1.5.5`.
- Updated **Node.js** dependencies:
- `@eslint/js` `^9.38.0` → `^9.39.1`
- `@eslint/json` `^0.13.2` → `^0.14.0`
- `eslint` `^9.38.0` → `^9.39.1`
- `globals` `^16.4.0` → `^16.5.0`
- Updated **Python** dependencies:
- `mkdocs-material` `9.6.22` → `9.6.23`
- `mkdocs-rss-plugin` `1.17.4` → `1.17.5`
## 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.
- [x] 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!
0 commit comments