fix(tlsalert): Centralize plugin imports in TlsAlert and update plan checklist

This commit is contained in:
2025-05-03 19:02:26 +00:00
parent f512fb4252
commit 8291f1f33a
4 changed files with 16 additions and 9 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-03 - 10.0.2 - fix(tlsalert)
Centralize plugin imports in TlsAlert and update plan checklist
- Mark the 'Centralize plugin imports in ts/plugins.ts' item as complete in readme.plan.md
- Replace direct 'net' imports with a centralized 'plugins' import in ts/smartproxy/classes.pp.tlsalert.ts
- Update all socket type references from net.Socket to plugins.net.Socket for consistency
## 2025-05-03 - 10.0.1 - fix(docs)
Improve mermaid diagram formatting in readme.md using HTML <br> tags for line breaks