Skip to content

Latest commit

 

History

History
217 lines (105 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

217 lines (105 loc) · 12.7 KB

Changelog

3.9.3 (2024-01-26)

Bug Fixes

3.9.2 (2024-01-26)

Bug Fixes

  • add missing treesitter capture groups (d4339e5), closes #412
  • link to correct Function highlight group (#413) (20d2eb4)

3.9.1 (2024-01-24)

Bug Fixes

3.9.0 (2024-01-24)

Features

  • semanic_tokens: add missing semanic tokens (#406) (378ed7e)
  • treesitter: follow upstream highlight groups (#404) (1e0dbb4)

Bug Fixes

3.8.0 (2024-01-11)

Features

  • extra: add ghostty support (#398) (34542a4)
  • extras: add base16 scheme template generated base16 schemes. (#354) (ca21c15)

Bug Fixes

  • extra: alacritty config from yml to toml (#400) (83bad15)
  • extra: fix typo from forground to foreground (#401) (1e65031)
  • whichkey: link WhichKeyFloat to NormalFloat(#391) (281f307)

3.7.1 (2023-12-21)

Bug Fixes

  • group: Fix typo from WinSeperator to WinSeparator (3f98459), closes #387

3.7.0 (2023-12-14)

Features

Bug Fixes

  • groups: differentiate between active button with lazy.nvim (#383) (6a6076b)
  • group: WinSeperator defined along side VertSplit (#387) (de1bd3a)

3.6.1 (2023-09-20)

Bug Fixes

  • vim: loadstring (5.1) vs load (5.2>=) (#375) (4ab4dda)

3.6.0 (2023-09-19)

Features

Bug Fixes

  • compiler: add file permission error (#368) (e886e39)
  • indent_blankline: style wasn't set correctly (#351) (77aa745)
  • syntax: Fix highlight for json labels (#363) (a48f6d9)
  • vim: resolve deprecation of nested [[ (#373) (e45f802)

3.5.1 (2023-04-21)

Bug Fixes

  • extra: switch from fg3 to fg2 for white (e54427a)
  • extra: zellij black and white set to bg3/fg3 (#336) (409d646)
  • module: remove TS prefix from cmp links (669b0ce)

3.5.0 (2023-04-11)

Features

  • ci: add github action to autogenerate extra files (#327) (727a0ea)

Bug Fixes

  • cache: move setup guard before load call (#331) (88182d4)
  • release: rename "branch" -> "branches" (#328) (b9a3385)

3.4.0 (2023-04-04)

Features

  • add new lsp semantic token highlight groups (#318) (a8044b0)
  • add vim/neovim test on ubuntu/macos/windows (#320) (8bb6713)
  • module: add alpha support (4b73c9d)
  • semantic_tokens: add injected highlights (#321) (3802464)
  • semantic_tokens: link default library to function builtin (53cdaa5)

Bug Fixes

  • kitty: add "cursor_text_color" parameter (#325) (4a291f8)
  • load: add setup guard (9b6e3a4)
  • setup: ORIG_HEAD doesn't exist in Detached HEAD (d4a615a)

3.3.0 (2023-02-17)

Features

  • extra: add zellij theme file (789b302)

Bug Fixes

  • compile: correct call to set background for vim (5aeb0e7)

Performance Improvements

  • compile: remove table overhead for better performance (#312) (4cf5680)
  • compiler: remove require call to write compiled file (#311) (14489df)

3.2.0 (2023-01-24)

Features

  • add support for ts-rainbow2 (#301) (97e66df)
  • cvd: support colorblind mode with daltonization (#281) (f093297)

Bug Fixes

  • transparent: remove NormalNC link to Normal (773fd00)

3.1.0 (2023-01-18)

Features

  • color: add WCAG AA contrast validation (12e0ca7)
  • Nushell Extra Theme Config (#298) (23a678f)

Bug Fixes

  • module: use treesitter links only if module enabled (#296) (07332c1)

3.0.0 (2023-01-05)

⚠ BREAKING CHANGES

  • palette: rework dayfox (#285)

Features

  • module: add highlight support for nvim-navic (#283) (0f94892)

Bug Fixes

  • module: use correct group names for illuminate.vim (#286) (c88664b)

Code Refactoring

2.1.0 (2022-12-27)

Features

  • compiler: write compile lua file if debug set (f32eef4)
  • module: add signify support (#279) (07174bf)

Bug Fixes

  • log: agnostic log with vim.notify (b4aa477)
  • treesitter: correct yaml field (#276) (d2e0888)

Performance Improvements

  • setup: cache only opt table passed to setup (ae5df67)