Changelog
- 280bac2 Bugfix/mock backend passphrase (#60)
- b06966b README.md phrasing
- 4f023ac README.md: Add non-interactive example
- 73cd186 README.md: Add screenshot
- e0bdaae README.md: Clean up TODOs
- 3b83128 README.md: Getting a little zany with acknowledgements
- 2a535fd README.md: Too zany, cut it back
- c1c534b README.md: getting started
- 2f17c46 README.md: more zany acknowledgements
- b694045 README: Acknowledgements
- d45d311 Refactor installation commands in README
- 6a5c46d This commit enhances the error handling in the darwin backend by capturing the stderr stream for all external command executions. This will provide more detailed error messages, which will help in diagnosing issues with commands like
networksetup. (#50) - 57d99bf Tweak styling
- 251d40b backend/mock: Tweak sleep
- d398486 feat(tui): Refactor edit view to use FocusManager and generic components (#57)
- f16ef5c feat: Handle connection errors gracefully without exiting (#55)
- ee46978 fix(darwin): Correctly select Wi-Fi device (#51)
- 42a178f fix(mock): Update known networks instead of duplicating (#59)
- 9a847e7 fix(tui): Improve UX in view_edit (#58)
- d4a2e2a internal/tui/tui.go: Tweak message
- 376f80e internal/tui: Fix Y/n
- 4fd8e1d refactor(darwin): Extract wifi device finding logic and add tests (#52)
- 2300582 refactor: Use constants for connection timeouts