Skip to content

Latest commit

 

History

History
248 lines (134 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

248 lines (134 loc) · 12.6 KB

Changelog

3.0.0 (2024-05-13)

⚠ BREAKING CHANGES

  • palette: Removal of base04
    • Integrated Selenized color palette into the project.
  • The highlight and colors callbacks now accept only two parameters, colors and colorhelper table.

Features

  • .gitignore removed (058a75e)
  • Add support for nvim-notify in colorscheme (221eb6b)
  • Add support for packer.nvim in colorscheme (55cbf08)
  • barbecue (5ad821f)
  • extras highlight token (c389ad2)
  • github workflows, vusted, stylua (a630aa5)
  • highlights for todo.nvim (3d1e225)
  • hl for noice-progress (55506b1)
  • lazy (4443451)
  • lazy, packer hl groups (5f155d9)
  • neogit (8318f74)
  • neorg hl (b4dbaaa)
  • palette: Add support for Selenized color palette (3338aa4)
  • treesitter hl character.printf (9c0cc96)
  • utils.math removed, colors hsl func removed, improv darken,lighten (d618ab9)
  • vim-sneak (84bfe3b)
  • zen-mode (3465c6c)

Bug Fixes

  • base03 color (9567554)
  • check if neovim is nightly to load advanced hl (0963ad8)
  • color search,visual,telescope,winseparator (ce004ce)
  • colorcolumn, incsearch, floatborder (7b0181d)
  • Configuring highlight of type "variable" #69 (a630aa5)
  • indentblankline, whitespace, treesitter text hl (76de882)
  • inlay-hint (fe803f1)
  • invalid color (67ce0bb)
  • jsx tags, methods being italized, incsearch low contrast (888695f)
  • LspInlayHint foreground color on light mode (54a7b79)
  • neo editor winseparator (54430f0)
  • neovim - signcolumn bg (7357e0e)
  • solarized setup (595bd9a)
  • telescope selection (85ac187)
  • tests (058a75e)
  • treesitter parameter style was not being overridden by config (2f59f9d)
  • vscode_theme (b6cd0ff)

Code Refactoring

2.2.0 (2024-05-13)

Features

  • .gitignore removed (058a75e)
  • github workflows, vusted, stylua (a630aa5)
  • treesitter hl character.printf (9c0cc96)

Bug Fixes

2.3.0 (2024-03-28)

Features

Bug Fixes

2.2.0 (2024-03-28)

Features

  • github workflows, vusted, stylua (6a34504)

Bug Fixes

2.1.0 (2023-12-24)

Features

2.0.0 (2023-12-23)

⚠ BREAKING CHANGES

  • palette: Removal of base04
    • Integrated Selenized color palette into the project.

Features

  • palette: Add support for Selenized color palette (3338aa4)

1.6.0 (2023-12-21)

Features

1.5.0 (2023-12-21)

Features

  • utils.math removed, colors hsl func removed, improv darken,lighten (d618ab9)

1.4.0 (2023-12-19)

Features

1.3.0 (2023-12-18)

Features

  • highlights for todo.nvim (3d1e225)

1.2.0 (2023-12-15)

Features

Bug Fixes

1.1.1 (2023-12-06)

Bug Fixes

1.1.0 (2023-11-26)

Features

1.0.7 (2023-10-31)

Bug Fixes

  • jsx tags, methods being italized, incsearch low contrast (888695f)

1.0.6 (2023-10-02)

Bug Fixes

1.0.5 (2023-08-17)

Bug Fixes

  • treesitter parameter style was not being overridden by config (2f59f9d)

1.0.4 (2023-07-06)

Bug Fixes

  • LspInlayHint foreground color on light mode (54a7b79)

1.0.3 (2023-07-06)

Bug Fixes

  • colorcolumn, incsearch, floatborder (7b0181d)

1.0.2 (2023-07-01)

Bug Fixes

  • neo editor winseparator (54430f0)

1.0.1 (2023-06-29)

Bug Fixes

  • indentblankline, whitespace, treesitter text hl (76de882)

1.0.0 (2023-06-29)

⚠ BREAKING CHANGES

  • The highlight and colors callbacks now accept only two parameters, colors and colorhelper table.

Features

Bug Fixes

  • base03 color (9567554)
  • check if neovim is nightly to load advanced hl (0963ad8)
  • color search,visual,telescope,winseparator (ce004ce)
  • invalid color (67ce0bb)
  • neovim - signcolumn bg (7357e0e)
  • vscode_theme (b6cd0ff)

Code Refactoring