diff --git a/CHANGELOG.md b/CHANGELOG.md index 2737082..85874a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ ## Unreleased +## 2.4.3 + +**2023-08-24** + +### Changed + +- Focus main input elements (thanks @egor-tensin) + +### Fixed + +- Stretched vertically lines, mostly with bash scripts. + + ## 2.4.2 **2023-08-24** @@ -10,7 +23,6 @@ ### Fixed - Reading of encrypted pastes set to burn-after-reading. -- Stretched vertically lines, mostly with bash scripts. ## 2.4.1 diff --git a/Cargo.lock b/Cargo.lock index 09f19b0..0dbaf68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2089,7 +2089,7 @@ checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" [[package]] name = "wastebin" -version = "2.4.2" +version = "2.4.3" dependencies = [ "askama", "askama_axum", diff --git a/Cargo.toml b/Cargo.toml index 328c658..5538bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wastebin" -version = "2.4.2" +version = "2.4.3" edition = "2021" rust-version = "1.70"