Skip to content

Commit 760e81d

Browse files
committed
v0.15.5
Fixed: * No longer reports errors when calling lookandfeeltool on systems without KDE installed. * No longer reports errors when switching helix themes where a ~/.config/helix directory doesn't exist. Changed: * Skipped apps now use a separate "reason" field when info-level logging (-v) is enabled, instead of listing the skip-reason in the message itself.
1 parent 8d4b78e commit 760e81d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
Also I copied this intro verbatim from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77

88
## [Unreleased]
9+
10+
## [v0.15.5 - 2023-08-31]
911
### Fixed
1012
* No longer reports errors when calling lookandfeeltool on systems without KDE installed.
1113
* No longer reports errors when switching helix themes where a ~/.config/helix directory doesn't exist.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
var rootCmd = &cobra.Command{
1010
Use: "thcon",
11-
Version: "0.15.4",
11+
Version: "0.15.5",
1212
Short: "Switches apps between dark mode and light mode",
1313
PersistentPreRun: func(cmd *cobra.Command, args []string) {
1414
// PersistentPreRun executes after arg validation.

0 commit comments

Comments
 (0)