fix(smartproxy): Update project documentation and internal configuration files; no functional changes.

This commit is contained in:
Philipp Kunz 2025-05-15 14:35:43 +00:00
parent a2e3e38025
commit ddcfb2f00d
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 2025-05-15 - 18.0.2 - fix(smartproxy)
Update project documentation and internal configuration files; no functional changes.
- Synchronized readme, hints, and configuration metadata with current implementation
- Updated tests and commit info details to reflect project structure
## 2025-05-15 - 18.0.1 - fix(smartproxy) ## 2025-05-15 - 18.0.1 - fix(smartproxy)
Consolidate duplicate IRouteSecurity interfaces to use standardized property names (ipAllowList and ipBlockList), fix port preservation logic for 'preserve' mode in forward actions, and update dependency versions in package.json. Consolidate duplicate IRouteSecurity interfaces to use standardized property names (ipAllowList and ipBlockList), fix port preservation logic for 'preserve' mode in forward actions, and update dependency versions in package.json.

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartproxy', name: '@push.rocks/smartproxy',
version: '18.0.1', version: '18.0.2',
description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.' description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
} }