Releases: ChuYanLon/chad46
Releases · ChuYanLon/chad46
Release list
v2.1.0
Fixes
- fixup_devicons.lua: guard condition no longer skips casing fixes when
pairs()iterates in non-deterministic order (cssbeforec,woff2beforewoff). - fixup_devicons.lua: DevIconJson insertion no longer produces double-comma syntax error.
- sync.sh: devicons fixup applied inline during download — eliminates false
updated: 1in sync.log from upstream's lowercase DevIcon names.
v2.0.0
What's Changed
- chore: sync themes & integrations by @github-actions[bot] in #6
- chore: sync themes & integrations by @github-actions[bot] in #7
- chore: sync themes & integrations by @github-actions[bot] in #8
- chore: sync themes & integrations by @github-actions[bot] in #11
Full Changelog: v1.1.0...v2.0.0
v1.1.0
Features
- Heirline adapter with full statusline style support
- Shared adapters.statusline module for custom statusline integrations
- cmp.style config option for nvim-cmp / blink.cmp UI style
- statusline.styles config for custom/overridden statusline themes
- doc/chad46.txt — vimdoc help file for :help chad46
Refactor
- Extracted shared statusline styles into a common module
- Lualine and Heirline adapters now delegate to the shared module
Docs
- Added Heirline complete usage example in README
- Added default config reference block
- Added vimdoc help file
License
- Added NvChad contributors copyright attribution
v1.0.0
v1.0.0 — Stable release
Highlights
- 94 NvChad themes as standard
:colorschemecommands — use:colorscheme chad46_<name> - 44 plugin highlight integrations — auto-detected via lazy.nvim
- 14 auto-applied plugin configs — Telescope, Nvim-tree, Lualine, Bufferline, etc.
- Daily auto-sync from NvChad/base46 via GitHub Actions
- base30/base16 dual color system with full compat layer
Breaking Changes
- Removed
opts.themeandopts.theme_toggle— use:colorscheme chad46_<name>instead - Removed
require(\"chad46\").toggle()— use:colorscheme chad46_<name>orload() priority = 1000no longer needed in lazy.nvim spec