Releases: tichopad/alacritty-theme-switch
Releases · tichopad/alacritty-theme-switch
Version 3.0.1
Version 3.0.0
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-themescommand to fetch themes from GitHub repositories (using the official repository by default)clear-themescommand 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
Changed
- Updated README
Version 2.0.0
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
Fixed
- Fixed publish workflow reference branch
Version 2.0.0-beta.1
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
Breaking
- Upgraded required Node.js version to 22 and later
Fixed
- Switched to TOML format for Alacritty's configuration file
Version 1.2.0
Changed
- Last selected theme is now selected by default when the menu opens (thanks @cls-02 !)
Version 1.1.11
Added
- Added shorter command alias
atsto fix annoying auto-complete issue
Dependencies
- Update
js-yaml,chalk,fs-extra
Packaging
- Update
eslint,mock-fs,prettier
Version 1.1.10
Changed
- Dropped support for Node 10 (through dependencies update)
Dependencies
- Update
inquirer
Packaging
- Upgraded
huskyfrom v4 to v6 - Update
eslint