Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
Added:
* [Emacs](https://www.gnu.org/software/emacs/) support
* [Prior art](https://thcon.app/prior-art) page in HTML docs

Changed:
* Improved contrast of syntax-highlighted code blocks
* `thcon_linux_x86_86` binaries are now named `thcon_linux_amd64`

Fixed:
* `gnome-shell` now respects the user themes included in `config.toml`,
  instead of always using "Arc" and "Arc-Dark-solid".
  • Loading branch information
sjbarag committed Oct 12, 2023
1 parent 18f018b commit af419af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Also I copied this intro verbatim from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [v0.17.0 - 2023-10-11]
### Added:
* [Emacs](https://www.gnu.org/software/emacs/) support
* [Prior art](https://thcon.app/prior-art) page in HTML docs
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var rootCmd = &cobra.Command{
Use: "thcon",
Version: "0.16.0",
Version: "0.17.0",
Short: "Switches apps between dark mode and light mode",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
// PersistentPreRun executes after arg validation.
Expand Down

0 comments on commit af419af

Please sign in to comment.