From 6558df1459cc4a60e7e58f295d8d815be4b9a580 Mon Sep 17 00:00:00 2001 From: Madis Liias Date: Tue, 25 Apr 2023 21:47:36 +0300 Subject: [PATCH] Add changelog for 0.2.5 --- CHANGELOG.md | 14 +++++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e4a03..031b535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.4] +## [0.2.5] - 2023-04-25 + +### Fixed + +- Improve installation in Linux (auto-creates ~/.local/bin/ directory) +- Don't crash if Firefox is detected, but profiles.ini is missing + +## [0.2.4] - 2023-04-25 ### Fixed @@ -15,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Recognize chromium-browser.desktop (e.g Raspberry Pi OS) as Chrome - Remove openssl system dependency (ssl is used to verify https when fetching profile images) -## [0.2.3] +## [0.2.3] - 2023-03-29 ### Fixed @@ -43,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release -[unreleased]: https://github.com/Browsers-software/browsers/compare/0.2.4...HEAD +[unreleased]: https://github.com/Browsers-software/browsers/compare/0.2.5...HEAD +[0.2.5]: https://github.com/Browsers-software/browsers/releases/tag/0.2.5 [0.2.4]: https://github.com/Browsers-software/browsers/releases/tag/0.2.4 [0.2.3]: https://github.com/Browsers-software/browsers/releases/tag/0.2.3 [0.2.2]: https://github.com/Browsers-software/browsers/releases/tag/0.2.2 diff --git a/Cargo.lock b/Cargo.lock index 9bbb7a2..d8d3e2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "browsers" -version = "0.2.4" +version = "0.2.5" dependencies = [ "attohttpc", "clap", diff --git a/Cargo.toml b/Cargo.toml index 10b61bb..d5d3b07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "browsers" -version = "0.2.4" +version = "0.2.5" authors = ["Madis Liias "] edition = "2021" description = "Browsers"