Skip to content

Latest commit

 

History

History
391 lines (224 loc) · 26.4 KB

CHANGELOG.md

File metadata and controls

391 lines (224 loc) · 26.4 KB

Changelog

4.0.0 (2024-07-05)

⚠ BREAKING CHANGES

  • remove dev mode and move to automatic dev detection using mini.hipatterns

Features

  • add syntactic sugar to links (b4a6355)
  • only enable dev mode if dev mode enabled in Lazy (36c57b4)
  • plugins: add mini.icons support (a551c24)
  • remove dev mode and move to automatic dev detection using mini.hipatterns (1b6ee72)
  • util: allow adhoc toggling of live reloading (92cbe2e)

Bug Fixes

  • disable lazy loading of mini.hipatterns in AstroTheme project (dac0ccf)
  • fix typo (d83b89c)
  • palettes: add missing tables (110ab34)

3.9.0 (2024-06-17)

Features

  • modify [@markup](https://github.com/markup) highlights to improve distinction and readability (829dd74)
  • treesitter: modify markup highlights for better color distinction (#129) (829dd74)

3.8.0 (2024-05-27)

Features

  • lsp: add new Ok diagnostic highlight (7a9b5de)

3.7.2 (2024-05-22)

Bug Fixes

  • base: display eob characters as none_text (d9545b3)

3.7.1 (2024-05-08)

Bug Fixes

  • treesitter: updated highlight groups (#125) (f65074b)

3.7.0 (2024-04-10)

Features

  • plugins: add nvcheatsheet.nvim support (df9251f)

3.6.1 (2024-04-01)

Bug Fixes

  • astrojupiter: fix typo in color import (2934045)

3.6.0 (2024-03-30)

Features

3.5.0 (2024-03-27)

Features

  • base: add colors to spelling undercurls (5755ea7)

3.4.1 (2024-02-29)

Bug Fixes

  • lsp: fix incorrect link (7c195fa)

3.4.0 (2024-02-19)

Features

  • palette: add back old astrolight as astromars-light (#112) (ade0b60)
  • palette: align astrolight with astrodark (#109) (dffc812)
  • palette: rename astromars-light to astrojupiter (#114) (bb84325)
  • todo-comments: add highlight support (#115) (1a16dac)
  • treesitter: change variable.memeber to link to property (#108) (b42a494)

Bug Fixes

  • remove manual blend specifications (8064465)
  • treesitter: fix spelling error on coment.warning (7bc3bc6)
  • treesitter: fix spelling error on comment.warning (#113) (7bc3bc6)

3.3.1 (2024-01-21)

Bug Fixes

  • treesitter: update treesitter to use new highlight naming scheme (#105) (b37ac47)

3.3.0 (2024-01-16)

Features

  • add type safety and lua language server integration (#104) (3f2b6de)
  • plugins: add vim-illuminate support (0addc7d)

Reverts

  • Harpoon highlights are merged upstream (6ba0560)

3.2.0 (2023-12-04)

Features

3.1.0 (2023-11-25)

Features

3.0.2 (2023-10-12)

Bug Fixes

  • base: make default menu_selection less bright and easier to see icons (#92) (045e424)
  • make default menu_selection less bright and easier to see icons (045e424)

3.0.1 (2023-10-11)

Bug Fixes

  • astrodark: remove unnecessary color (c16348e)
  • astrolight: revert accidental astrolight color changes (16d8b6f)

3.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • remove popup as it is to difficult to manage

Features

  • add mini.start support (6490250)
  • add transparency to notify (cd6dc12)
  • astrodark: update to color palette (8861f59)
  • base: add transparency option to cursorline (a2d4203)
  • base: change pmenusel to use the menu_selection property (00c0fb6)
  • base: change wildmenu background to use accent (1f3df14)
  • base: disable any blend on pmenuthumb (e86aa42)
  • base: disable blend on title background if title_invert (0e1833b)
  • base: make machparen stand out more, closes: #77 (7aee6a6)
  • base: make substitute more bold and noticeable (8538403)
  • base: move cursor to ui.text property (a55bfc5)
  • base: rework logic for float highlight family (ceb3836)
  • cmp: move match highlights to text_match property (0da2954)
  • lazy: move to NormalFloat (dcb64ab)
  • mason: move to NormalFloat (0ccec22)
  • movee Pmenu to float (4d32cd2)
  • notify: rework logic and highlights (6c013fc)
  • spotlight: add support for spotlight (5ab2612)
  • spotlight: update spotlight to work with transparency (d8da4ef)
  • telescope: initial restructure to support prompt background (3411a62)

Bug Fixes

  • astrolight: added missing prompt palette (729ae9a)
  • remove popup as it is to difficult to manage (dd49c67)
  • spotlight: add syntax text (10d45e7)
  • wezterm: update wezterm astrodark palette (3f4a86f)

2.4.0 (2023-09-28)

Features

  • indent-blankline: add support for indent-blankline v3 (51ef620)

Bug Fixes

  • fix typos and also add spell checking (717cbcc)
  • README: fix typos (#85) (829b24a)
  • README: fix typos in README (829b24a)

2.3.0 (2023-08-01)

Features

Bug Fixes

  • plugins: support alias for nvim-window-picker (4a40257)
  • util: fix set_highlights table merge (#74) (7adf477)

2.2.0 (2023-07-17)

Features

  • add better separation of float and popup windows. (1038b4b)
  • add distinct highlights for popups and floats (f90b51d)
  • add initial simple_syntax_colors option (#66) (5421df0)
  • astrodark: added wezterm theme (#64) (a182b19)
  • astrodark: change border and main accent color (a631244)
  • astrolight: add better terminal colors black and white (041c6b7)
  • astromars: add better terminal colors black and white (9bce5cc)
  • base: add italic, bold highlights make title bold (2d3ed4f)
  • lazy: initial lazy support (1fab3f2)
  • mason: initial mason support (9f1e321)
  • nvim-treesitter: change colors to be less random (067d786)
  • telescope: optimize colors (849f225)
  • treesitter: change markdown title colors to be more ordered (a4d3022)

Bug Fixes

  • astrodark: syntax and ui color re-balance (#67) (166d653)
  • lsp: un-comment type.property highlight (5cea057)
  • lsp: un-commented type.property highlight (#68) (5cea057)
  • util: simplify set_highlights and fix settings being cleared (#63) (d9ac783)

2.1.1 (2023-07-11)

Bug Fixes

2.1.0 (2023-07-11)

Features

  • astromars: complete astromars remake (bdf165b)

Bug Fixes

  • aerial: move all text to ui.text & add ui.accent (3ca6be8)
  • astrodark: re-balance syntax colors, make ui.text brighter (b85a49d)

2.0.1 (2023-07-10)

Bug Fixes

  • fix when calling :colorscheme astrotheme (200c833)

2.0.0 (2023-07-10)

⚠ BREAKING CHANGES

  • renamed all secondary colors to have a prefix of alt_xxxx
  • palettes: astrolight revision 2

Features

  • add dev feature live color reloading (f71d3e1)
  • add nvim-window-picker support (26447ae)
  • astrodark: add accents and complete rework of all colors (4b760b1)
  • astrodark: add more color palettes and more (018f4b7)
  • astrodark: initial palette refresh; update to new naming scheme (23a6e2e)
  • astrodark: refactor main UI background colors (f2ef6d2)
  • astrolight: initial palette refresh; update to new naming scheme (42b07ff)
  • astrolight: update palettes to use new properties (ea19b90)
  • astromars: initial palette refresh; update to new naming scheme (faccafe)
  • astromars: large palette change and value balancing (873c6a0)
  • base: add palette for status, change tabline to crust (7905486)
  • base: change diff to have more readable colors (1fb9920)
  • base: change search to have more readable colors (af4935b)
  • change subtext0 & subtext1 to better names; more palette properties (2643ccf)
  • cmp: change deprecated item to be red with strike through (07c9590)
  • config: add style table with properties that can be changed (e7eb895)
  • config: make inactive default; add neo-tree style option (dbf2d9b)
  • large update to new naming scheme; complete color rework (791dad8)
  • neo-tree: add opts for background configurations (55e9308)
  • neo-tree: make tabs feel more integrated (30ec241)
  • palettes: add astromars (d2106bb)
  • plugins: add flash.nvim support (ab46df6)
  • plugins: add rainbow-delimiters.nvim (f13c2e5)
  • respect vim.o.background when set to light/dark (567f886)
  • swapped subtext0 and subtext1 around (b74b5f4)
  • telescope: add opts for background configurations (cce4469)
  • tree-sitter: add markdown titles (7b93f1b)
  • treesitter: add better separation to builtin and alt methods/var (27ee450)
  • util: add function to reload modules (6b74256)
  • util: change terminal_color to follow new name scheme (3d2aa78)
  • utils: add opts to be accessed from hl group callbacks (64640a8)
  • which-key: add more hl groups and opts (cf3ff3a)

Bug Fixes

  • astrolight: add properties and blocked out colors so it can load (9f299ee)
  • astromars: add properties and blocked out colors so it can load (003fb46)
  • base: dim FoldColumn (f8f358d)
  • config: add missing check for italic comments (3a8f753)
  • inactive window colors work as expected (72055d1)
  • indent-blankline: correct file name so that it loads (39220a8)
  • neo-tree: fix neo-tree indentation marker (0da2b88)

Code Refactoring

  • palettes: astrolight revision 2 (cd57e69)
  • renamed all secondary colors to have a prefix of alt_xxxx (2e3034a)

1.7.0 (2023-06-20)

Features

  • lsp: add LspInlayHint highlight (8bb8e20)

1.6.1 (2023-05-23)

Bug Fixes

  • dap-ui: change variable color to be legible (#36) (5b252ec)

1.6.0 (2023-05-12)

Features

  • base: add cursor colors and missing cursor groups (efd89b8)
  • lightspeed: add missing hl groups; change some hl to links (60f93ef)
  • noice: add initial support for noice (8a368f0)

1.5.0 (2023-04-13)

Features

  • treesitter: add more hl groups and reformat to mirror docs (#26) (bda69f0)

1.4.0 (2023-04-11)

Features

  • treesitter: major syntax theme rework for better readability (#24) (90ea2ed)

1.3.0 (2023-04-11)

Features

Bug Fixes

  • ci: stable tag name is fixed and will always exist so force push to it on releases (33e8b06)

1.2.1 (2023-04-07)

Bug Fixes

  • hl: add missing diff highlight groups (0e81659)