Skip to content

Releases: theme-controller/thcon

v0.17.1

26 Apr 17:26

Choose a tag to compare

v0.17.1 Pre-release
Pre-release

Added:

  • 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

Binary Availability

My cirrus-ci access token is very likely expired. This release probably won't get auto-generated binaries for darwin, linux, or freebsd. Please fall back to go install github.com/theme-controller/thcon@latest to build v0.17.1 from source.

v0.17.0

12 Oct 00:21

Choose a tag to compare

v0.17.0 Pre-release
Pre-release

Added:

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".

v0.16.0

16 Sep 18:59

Choose a tag to compare

v0.16.0 Pre-release
Pre-release

Added:

Removed:

  • Default dark-mode/light-mode config paths for kitty

v0.15.5

31 Aug 14:40

Choose a tag to compare

v0.15.5 Pre-release
Pre-release

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.

v0.15.4 (CI Infrastructure Release)

31 Aug 14:39

Choose a tag to compare

Pre-release

Maintenance release to improve CI infrastructure. No other changes beyond v0.15.1.

v0.15.3 (CI Infrastructure Release)

11 Aug 16:39

Choose a tag to compare

Pre-release

Maintenance release to improve CI infrastructure. No other changes beyond v0.15.1.

v0.15.2 (CI Infrastructure Release)

11 Aug 16:20

Choose a tag to compare

Pre-release

Maintenance release to improve CI infrastructure. No other changes beyond v0.15.1.

v0.15.2

11 Aug 16:19

Choose a tag to compare

v0.15.2 Pre-release
Pre-release

Fixed:

  • When not already running, Terminal.app no longer stays running in the background after switching themes

v0.15.0

11 Aug 15:01

Choose a tag to compare

v0.15.0 Pre-release
Pre-release

Relicensed to BSD 3-clause (previous releases were Apache 2.0 / MIT dual-licensed).

Changed:

  • Updated third-party dependencies

v0.14.0 - 2023-06-11

12 Jun 00:25

Choose a tag to compare

v0.14.0 - 2023-06-11 Pre-release
Pre-release

Completely rewritten in Go. Configuration format is backwards-compatible with the rust version, but the CLI makes no claims of backwards compatibility.

Added:

Removed:

  • Sublime Text support
    • ST4 has been out for long enough that maintaining support for ST3 is unnecessary
  • Visual Studio Code support
    • VSCode supports OS theme syncing on all major platforms since no later than March 2022
  • Atom support
    • Atom was sunset in December 2022
  • The thcon-listen binary is no longer included during installation
    • Use the thcon listen subcommand instead