v0.8.0

ankitects/ankiv0.8.0Mar 29, 2026by azophy

AI Summary

This release adds a browser auto-open prompt feature to the login flow, allowing the application to automatically detect and open the browser after displaying the login URL.

Key Highlights

  • Added browser auto-open prompt with Y/n default
  • Defaults to 'yes' for a smoother user experience
  • Cross-platform browser opening support (xdg-open/open/cmd)

New Features

  • Browser auto-open prompt

Full Release Notes

## What's Changed

### New Features
- feat: add browser auto-open prompt with Y/n default
  - Prompt user to open browser automatically after displaying login URL
  - Default to yes (empty input, 'y', or 'yes' opens browser)
  - Support cross-platform browser opening (xdg-open/open/cmd)

Full changelog: https://github.com/azophy/sshifu/compare/v0.7.9...v0.8.0