diff --git a/CHANGELOG.md b/CHANGELOG.md index fed719d..5dbd858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ - [`3967d8a`](https://github.com/pwnwriter/hysp/commit/3967d8a1e50f1dfc89af1112514ea8843d731df9): Options to change image type,size [closes #54]. +- [`4788272`](https://github.com/pwnwriter/hysp/commit/47882720cd6330ba5e465aac7f2a4d5ccb0caedd): Use seprate config, updated changelogs notes. + +- [`89707cf`](https://github.com/pwnwriter/hysp/commit/89707cf5a270df50d885816e5bf29ea16c40ccbc): Option to provide `port` values [closes #60]. + ## ☃️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index a9cc0bc..53c64da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hxn" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "chromiumoxide", diff --git a/Cargo.toml b/Cargo.toml index ffa5328..e03a6ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hxn" -version = "0.1.9" +version = "0.1.10" edition = "2021" authors = [ "PwnWriter < hey@pwnwriter.xyz >" ] description = "Blazingly fast tool to grab screenshots of url/webpages from terminal."