Skip to content

Latest commit

Β 

History

History
133 lines (84 loc) Β· 3.26 KB

File metadata and controls

133 lines (84 loc) Β· 3.26 KB

[unreleased]

πŸš€ Features

  • (groups) [breaking] Make the colors in render-markdown match the theme
  • (groups) [breaking] Revert the render-markdown header colors to colored ones

[4.5.0] - 2026-05-26

πŸš€ Features

  • (groups) Add semantic highlights for SQL
  • (react) Highlight uppercase variables as constant
  • (optional) Add docstring with markdown syntax support for Python

πŸ› Bug Fixes

  • (palette) Fix off-by-one for base_colors
  • (palette) Fix contrast ternary
  • (terminal) Use lighter gray for terminal

🚜 Refactor

  • (groups) Define groups as local
  • Better error handling and type definitions

[4.4.0] - 2026-04-30

πŸš€ Features

  • (groups) Add new Neovim 0.12 highlight
  • (groups) Add kosayoda/nvim-lightbulb support
  • (groups) Add vim-mediawiki support

[4.3.0] - 2026-03-22

πŸš€ Features

  • (groups) Add more mini.nvim support
  • (terminal) Add terminal color support
  • (groups) Add beacon.nvim support
  • (groups) Add mini.starter support

πŸ› Bug Fixes

  • (groups) Fix folding support
  • (groups) Don't use transparency for mini.notify
  • (groups) Fix the mini.notify border color with the same reason as the last commit

βš™οΈ Miscellaneous Tasks

  • (cliff) Add notice about versioning confusion to git-cliff
  • (cliff) Show the versioning notice only at v0.3.1

[4.2.0] - 2026-02-20

πŸš€ Features

  • (groups) Add mini.indentscope support
  • (groups) Add indent-blankline.nvim support

πŸ› Bug Fixes

  • (groups) Prevent the hlchunk.nvim plugin from overriding highlights

πŸ’Ό Other

  • Add GitSigns highlight group
  • Make FlashLabel more noticable
  • Make italics optional and add option to override highlights

βš™οΈ Miscellaneous Tasks

  • (cliff) Don't filter unconventional commits

[4.1.0] - 2026-01-17

πŸ› Bug Fixes

  • (javascript) Don't highlight const varaibles as constant

[4.0.0] - 2026-01-17

πŸš€ Features

  • (groups) Add custom TS colors for todo.txt files
  • (groups) Use accent color instead of red with todo.txt context tags
  • (groups) Add support for semantic highlights

πŸ› Bug Fixes

  • (typescript) Don't highlight const variables as constant

βš™οΈ Miscellaneous Tasks

  • (release) Add CHANGELOG link to release body text

Important

I don't know how I failed to notice, but I made a mistake with the versioning after v0.3.1. The fact that v4.0.0 came after v0.3.1 is entirely due to my lack of attention. Please excuse me if this causes any confusion.

[0.3.1] - 2026-01-01

🚜 Refactor

  • (palette) Simplify determining base colors
  • (palette) Remove unused variables and definitions

[0.3.0] - 2025-12-30

πŸš€ Features

  • (init) Add accent color to setup options
  • (groups) Use accent color for definitions

βš™οΈ Miscellaneous Tasks

  • (init) Add types and format

[0.2.1] - 2025-12-28

πŸ› Bug Fixes

  • (groups) Fix search groups not being visible

[0.2.0] - 2025-12-26

πŸš€ Features

  • Add high/low contrast and dark/light theme options

πŸ’Ό Other

  • Merge remote-tracking branch 'refs/remotes/origin/main'

βš™οΈ Miscellaneous Tasks

  • (release) Rename the release action
  • (scripts) Add alpha simulator script

[0.1.0] - 2025-12-24

πŸ’Ό Other

  • Initial commit