Skip to content

Commit 91fddad

Browse files
committed
Prepare 0.7.0
1 parent b7efe85 commit 91fddad

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2025-05-22
9+
10+
### Changed
11+
12+
- Removed Single Instance feature
13+
14+
### Fixed
15+
16+
- Linux: fix potentially slow querying of current system theme
17+
818
## [0.6.0] - 2024-09-24
919

1020
### Fixed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "browsers"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Madis Liias <[email protected]>"]
55
edition = "2024"
66
description = "Browsers"

0 commit comments

Comments
 (0)