Skip to content

Releases: tichopad/alacritty-theme-switch

Version 3.0.1

19 Jan 11:20
279e324

Choose a tag to compare

Changed

  • Dependency updates

Version 3.0.0

23 Oct 21:11

Choose a tag to compare

Breaking

  • Migrated from Node.js to Deno runtime
  • Minimum required version: Deno 2.0+ or Node.js 18+ (for npm package)
  • Installation method changed to JSR/npm dual distribution + pre-compiled binaries for Linux, mac and Windows

Added

  • download-themes command to fetch themes from GitHub repositories (using the official repository by default)
  • clear-themes command for quickly clearing out all themes
  • Auto-creation of config file and themes directory if missing
  • Cross-platform install scripts for Linux/macOS and Windows PowerShell
  • Cross-compiled binaries for Linux, macOS and Windows

Changed

  • Improved interactive theme selection with pseudo-fuzzy search
  • Better cross-platform path handling
  • Better test coverage

Version 2.0.1

31 Jul 20:36
3980329

Choose a tag to compare

Changed

  • Updated README

Version 2.0.0

31 Jul 20:24

Choose a tag to compare

Breaking

  • Upgraded required Node.js version to 22 and later

Fixed

  • Switched to TOML format for Alacritty's configuration file

Version 2.0.0-beta.2

30 Jul 21:08
e482807

Choose a tag to compare

Version 2.0.0-beta.2 Pre-release
Pre-release

Fixed

  • Fixed publish workflow reference branch

Version 2.0.0-beta.1

30 Jul 20:59
a907430

Choose a tag to compare

Version 2.0.0-beta.1 Pre-release
Pre-release

Fixed

  • Tests workflow now properly runs on PRs against main
  • Updated publish workflow actions so that they don't fail when checking the repository out

Version 2.0.0-beta

30 Jul 20:40
6a2eb87

Choose a tag to compare

Version 2.0.0-beta Pre-release
Pre-release

Breaking

  • Upgraded required Node.js version to 22 and later

Fixed

  • Switched to TOML format for Alacritty's configuration file

Version 1.2.0

09 May 08:01
1281816

Choose a tag to compare

Changed

  • Last selected theme is now selected by default when the menu opens (thanks @cls-02 !)

Version 1.1.11

15 May 19:06

Choose a tag to compare

Added

  • Added shorter command alias ats to fix annoying auto-complete issue

Dependencies

  • Update js-yaml, chalk, fs-extra

Packaging

  • Update eslint, mock-fs, prettier

Version 1.1.10

01 Apr 19:13

Choose a tag to compare

Changed

  • Dropped support for Node 10 (through dependencies update)

Dependencies

  • Update inquirer

Packaging

  • Upgraded husky from v4 to v6
  • Update eslint