Skip to content

Commit 2fc6d86

Browse files
committed
v0.17.1
Added: * [Usage](https://thcon.app/usage) page in HTML docs Fixed: * The `helix` app no longer creates a `config.toml` directory in the current working directory * The `terminal-app` app now applies defaults when `disabled=false` is explicitly set without a light/dark config pair
1 parent a3ef4d9 commit 2fc6d86

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.17.1 - 2025-04-26]
911
### Added:
1012
* [Usage](https://thcon.app/usage) page in HTML docs
1113

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.17.0",
11+
Version: "0.17.1",
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)