Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0] - 2025-12-25

### Added
- **Project Rename**: Renamed from `chrome_launcher` to `browser_launcher` to reflect multi-browser support
- **Multi-browser support**: Chrome, Chromium, Edge, Brave, Opera, Vivaldi
- **Cross-platform browser detection**: Windows, macOS, Linux with automatic path resolution
- **Enhanced CLI**: 20+ command line options including `--browser`, `--headless`, `--window-size`, security controls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
browser_launcher = "0.2.0"
browser_launcher = "1.0.0"
```

### As a CLI Tool
Expand Down