Skip to content

Releases: el-tor/eltord

eltord release v0.0.2

27 Oct 05:37

Choose a tag to compare

Release 0.0.2 - Connectivity and Bandwidth improvements

eltord release v0.0.1

14 Aug 08:59

Choose a tag to compare

eltord release v0.0.1 Pre-release
Pre-release

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 taskkill process 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