Skip to content

Commit

Permalink
Add changelog for 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Apr 25, 2023
1 parent 92be6a9 commit 6558df1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ 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

- Recognize firefox.desktop (e.g KDE Neon) and firefox-esr.desktop (e.g Raspberry Pi OS) as Firefox
- 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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "browsers"
version = "0.2.4"
version = "0.2.5"
authors = ["Madis Liias <[email protected]>"]
edition = "2021"
description = "Browsers"
Expand Down

0 comments on commit 6558df1

Please sign in to comment.