Releases: el-tor/eltord
Releases · el-tor/eltord
eltord release v0.0.2
eltord release v0.0.1
Initial release of eltord 0.0.1
Added
- ✅ Process Cleanup: Added proper cleanup of spawned Tor processes on app termination
- ✅ Cross-Platform Support: Full Windows support with
taskkillprocess management - ✅ Signal Handling: Graceful shutdown on Ctrl-C and other termination signals
- 🔧 Process Isolation: Maintains crash protection while ensuring clean shutdown
Fixed
- 🐛 Fixed orphaned Tor processes when main application is killed
- 🐛 Fixed "MultipleHandlers" panic from signal handler registration
- 🐛 Improved Windows subprocess spawning and tracking
Changed
- 🔧 Code Organization: Refactored signal handling to prevent duplicate handler registration
- 🔧 Error Handling: Better error messages and logging for process management