Skip to content

Releases: ganeshmshetty/mirin

Mirin v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 08:36

Full Changelog: v0.1.2...v0.2.0

Mirin v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 09:50

Highlights

Theme Support

  • Added Light, Dark, and System theme options.
  • Mirin can now automatically follow your operating system's appearance.

Better Settings Experience

  • Settings are now saved automatically—no more Save button or confirmation popups.
  • Replaced standard controls with custom toggle switches and themed dropdown menus for a more consistent experience.

Improved Home Screen

  • Updated the empty state with clearer messaging and a larger, full-color Mirin logo.
  • Refreshing devices is now smoother with the loading screen removed.

Homebrew Installation (macOS)

Mirin is now available through Homebrew.

brew install --cask ganeshmshetty/tap/mirin

Mirin v0.1.1

Choose a tag to compare

@ganeshmshetty ganeshmshetty released this 04 Jul 18:10

Mirin v0.1.1

This release brings Android 11+ Wireless Pairing out of beta with a faster, more reliable connection experience, along with a redesigned connection flow and several quality-of-life improvements.

Highlights

  • Android 11+ Wireless Pairing
    Securely pair Android 11+ devices over Wi-Fi using a 6-digit pairing code directly within the app.

  • Automatic Device Discovery
    mDNS-based discovery automatically detects compatible Android devices on your local network, eliminating the need to manually enter IP addresses.

  • Redesigned Connection Experience
    The Connect Device flow has been completely redesigned with a clean, unified interface and optional contextual guidance that appears only when needed.

  • Improved Error Handling
    Background ADB failures and timeouts are now surfaced clearly in the UI, preventing indefinite loading states and making troubleshooting easier.

  • Smarter Device History
    Devices are now saved only after a successful connection, replacing the previous auto-queueing behavior that could cause disconnected devices to reappear unexpectedly.

Commits

  • feat: Redesign the Connect Device modal with a streamlined, unified interface.
  • feat: Add Android wireless pairing, mDNS device discovery, and improved device history management.
  • chore: Bump the version to v0.1.1 and update the README.