Releases: devhindo/draw
Releases · devhindo/draw
v1.3.0: Smart Auto-Shutdown
What's New
- Smart Auto-Shutdown: The CLI server now uses Server-Sent Events (SSE) to track active browser tabs. When you close the
drawclitab in your browser, the terminal command will automatically shut down and exit gracefully. - Better handling of development environments (Vite dev server) to ensure shutdown works uniformly.
- Fixed React strict-mode linter warnings and improved internal type safety.
Using the New Feature
You don't need to do anything differently! Just run draw, and when you're done, close the browser tab. The terminal command will stop by itself.
v1.2.0: Persistent Settings & Dark Mode
What's New
- Persistent User Settings (Dark Mode): The CLI now uses a stable server port (
45192) by default instead of a random one. This ensures that your browser'slocalStorageis preserved across sessions. Your Dark Mode preference, tool selections, and grid configurations will now be completely remembered every time you rundraw.