Skip to content

Commit 68ee347

Browse files
committed
0.1.2
1 parent cc4245e commit 68ee347

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "highbrow"
33
license = "MIT"
4-
description = "A simple browser chooser"
5-
version = "0.1.1"
4+
description = "A simple browser selector"
5+
version = "0.1.2"
66
edition = "2024"
77

88
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For users who appreciate the finer things in life, Highbrow is a lightweight, ru
99
## Features
1010

1111
- Rules-based URL routing: Automatically open URLs in specific browsers based on regex patterns
12-
- Browser selector: When no rule matches, use the simple UI to choose the browser
12+
- Browser selector: When no rule matches, use the simple UI to select the browser
1313

1414
## Getting Started
1515

media/screenshot.png

14 KB
Loading

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use utils::launcher::spawn_browser;
1212

1313
fn main() {
1414
env_logger::init();
15-
log::info!("Starting Highbrow browser chooser");
15+
log::info!("Starting Highbrow browser selector");
1616

1717
let config = load_config_or_default();
1818
log::info!(

0 commit comments

Comments
 (0)