LaneMind changelog banner

Changelog

What's new, improved, and fixed in LaneMind.

v0.19.5

Accent Color Accordion FixMay 18, 2026

Fixed

  • Accent Color section in Settings now opens reliably on the first click. The five theme accordions (Accent Color, Background Color, Deepest Background, Text Color, Text Sizes) were native <details> elements; the Accent slider also fires an IPC to update the live overlay accent, and that re-render race caused the native toggle to drop the first click on the Accent row specifically while the other four kept working. All five rows are now React-controlled toggles with explicit onClick handlers, so the open/close state survives any re-render and the click target is the entire row header
  • Each accordion header is now a real <button> with aria-expanded and keyboard focus styling, so screen readers and Tab navigation announce the section state correctly

v0.19.4

Settings Drawer Click FixMay 18, 2026

Fixed

  • Settings drawer was unresponsive when interactive mode was off. The accordion rows (Accent color, Background color, Deepest background, Text color, Text sizes), sliders, and inner buttons would not fire because the main hub window stayed in click-through mode unless the cursor was over the title bar. The Settings panel is now treated as part of the main window chrome and the window is forced fully interactive while Settings is open, so every control inside responds on the first click
  • Drawer no longer captures mouse events while it is translated off-screen (pointer-events disabled when closed, re-enabled when open). Prevents the closed drawer from absorbing stray clicks on the right edge of the hub

Community

Discord is LiveMay 14, 2026

Added

  • The LaneMind Discord community is officially live! Whether you want help installing the app, share a match clip, ask coaching questions, swap build ideas, or just hang out with other Dota 2 players who care about improving — there is a channel waiting for you.
  • Help us grow it: tell your stack, your guild, your party-queue regulars. The more players who join, the sharper our threat-pattern discussions get, the faster bugs are reported, and the better LaneMind becomes for everyone.
  • Inside you will find dedicated channels for build talk, role discussion, post-game report sharing, a support-ticket flow, self-assign role panels (Lane / Rank / Region / Notifications), live changelog posts the moment we ship a new patch, and a friendly LFG board.
  • Permanent invite: https://discord.gg/GBDwejvhPK — see you in chat!

v0.19.3

Auto-Updater Fix + DiscordMay 14, 2026

Fixed

  • Auto-updater is back online. The app version was a non-semver string ("0.19.02" with leading zero in the patch), which caused electron-updater to throw ERR_UPDATER_INVALID_VERSION at startup and silently disable update checks. Version is now a clean semver (0.19.3) and the auto-updater module loads correctly again
  • Update Settings panel now surfaces the actual updater error message (e.g. ERR_UPDATER_INVALID_VERSION) instead of a generic "Auto-updater module not available" string, so future regressions are debuggable in one glance

Added

  • LaneMind Discord community is live. Join button shipped in Settings (next to Report Bug) and across the website footer, /download CTA, and changelog emails. Invite: https://discord.gg/GBDwejvhPK
  • Release announcements now also auto-post to the #changelog Discord channel with category-colored embeds whenever a new patch is published
  • Stripe subscription / cancellation / credit-pack purchase events now mirror to the #stripe-events Discord channel (no PII other than the customer email if available)