Skip to content

Releases: kyhou/bopen

v1.1.0

25 Mar 02:36

Choose a tag to compare

Changelog

🚀 Features

  • Add URL pattern matching core functionality

  • Add URL pattern auto-launch

  • Add pattern manager UI

🐛 Bug Fixes

  • Improve URL input field cursor navigation

🚜 Refactor

  • Replace unsafe fork/exec with safe Command API

🐛 Bug Fixes

  • Prevent self-discovery to avoid infinite recursion

🐛 Bug Fixes

  • Enable browser launch from desktop environments

  • Use setsid to create new session for browser launch

  • Use fork/execvp for browser launching

📚 Documentation

  • Add README with project documentation

  • Condense README for clarity

⚙️ Miscellaneous Tasks

  • Initial bopen project - TUI browser launcher

  • Add fork and libc dependencies

  • Add git-cliff config for changelog generation

  • Add release workflow with changelog generation

  • Add one-line installer script

v1.0.1

23 Mar 04:09

Choose a tag to compare

Changelog

🐛 Bug Fixes

  • Prevent self-discovery to avoid infinite recursion

🐛 Bug Fixes

  • Enable browser launch from desktop environments

  • Use setsid to create new session for browser launch

  • Use fork/execvp for browser launching

📚 Documentation

  • Add README with project documentation

  • Condense README for clarity

⚙️ Miscellaneous Tasks

  • Initial bopen project - TUI browser launcher

  • Add fork and libc dependencies

  • Add git-cliff config for changelog generation

  • Add release workflow with changelog generation

  • Add one-line installer script

v1.0.0

23 Mar 01:19

Choose a tag to compare

Changelog

🐛 Bug Fixes

  • Enable browser launch from desktop environments

  • Use setsid to create new session for browser launch

  • Use fork/execvp for browser launching

📚 Documentation

  • Add README with project documentation

  • Condense README for clarity

⚙️ Miscellaneous Tasks

  • Initial bopen project - TUI browser launcher

  • Add fork and libc dependencies

  • Add git-cliff config for changelog generation

  • Add release workflow with changelog generation

  • Add one-line installer script