Skip to content

Releases: devhindo/draw

v1.3.0: Smart Auto-Shutdown

04 Apr 12:28

Choose a tag to compare

What's New

  • Smart Auto-Shutdown: The CLI server now uses Server-Sent Events (SSE) to track active browser tabs. When you close the drawcli tab 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

04 Apr 12:09

Choose a tag to compare

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's localStorage is preserved across sessions. Your Dark Mode preference, tool selections, and grid configurations will now be completely remembered every time you run draw.