Skip to content

Commit 0d798be

Browse files
committed
v0.16.0
Added: * [Alacritty](https://alacritty.org) support * [Changelog](https://thcon.app/changelog) page in HTML docs Removed: * Default dark-mode/light-mode config paths for kitty
1 parent 4572231 commit 0d798be

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.16.0 - 2023-09-16]
911
### Added:
1012
* [Alacritty](https://alacritty.org) support
1113
* [Changelog](https://thcon.app/changelog) page in HTML docs

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