Skip to content

Releases: ChuYanLon/chad46

v2.1.0

Choose a tag to compare

@ChuYanLon ChuYanLon released this 28 Jun 14:01

Fixes

  • fixup_devicons.lua: guard condition no longer skips casing fixes when pairs() iterates in non-deterministic order (css before c, woff2 before woff).
  • fixup_devicons.lua: DevIconJson insertion no longer produces double-comma syntax error.
  • sync.sh: devicons fixup applied inline during download — eliminates false updated: 1 in sync.log from upstream's lowercase DevIcon names.

v2.0.0

Choose a tag to compare

@ChuYanLon ChuYanLon released this 11 Jun 07:21

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

Choose a tag to compare

@ChuYanLon ChuYanLon released this 10 Jun 06:20

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

Choose a tag to compare

@ChuYanLon ChuYanLon released this 10 Jun 02:19

v1.0.0 — Stable release

Highlights

  • 94 NvChad themes as standard :colorscheme commands — 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.theme and opts.theme_toggle — use :colorscheme chad46_<name> instead
  • Removed require(\"chad46\").toggle() — use :colorscheme chad46_<name> or load()
  • priority = 1000 no longer needed in lazy.nvim spec