Skip to content

Releases: AstroNvim/astroui

v2.2.0

20 Jun 15:13
Compare
Choose a tag to compare

2.2.0 (2024-06-20)

Features

  • config: add table for configuring winbar whitelist/blacklist (abf4ac4)

Bug Fixes

  • status: filter duplicate client names (1b4cd27)

v2.1.4

27 May 20:00
Compare
Choose a tag to compare

2.1.4 (2024-05-27)

Bug Fixes

  • provider: use list_formatters instead of list_formatters_for_buffer (41bbc1c)

v2.1.3

23 May 12:17
Compare
Choose a tag to compare

2.1.3 (2024-05-23)

Bug Fixes

  • provider: only show conform clients if not fallingback to the LSP (1ce41ee)

v2.1.2

21 May 20:21
Compare
Choose a tag to compare

2.1.2 (2024-05-21)

Bug Fixes

  • config: allow colors function to return nothing if it performs in place modifications (48b3d36)

v2.1.1

21 May 16:53
Compare
Choose a tag to compare

2.1.1 (2024-05-21)

Bug Fixes

  • resolve reversed highlight groups upon resolution (c142447)

v2.1.0

16 May 17:50
Compare
Choose a tag to compare

2.1.0 (2024-05-16)

Features

  • component: add click support for venv-selector.nvim if available (9fd2345)

v2.0.1

14 May 03:34
Compare
Choose a tag to compare

2.0.1 (2024-05-14)

Bug Fixes

  • utils: fix runtime_condition check (f078ce8)

v2.0.0

14 May 03:09
Compare
Choose a tag to compare

2.0.0 (2024-05-14)

⚠ BREAKING CHANGES

  • utils: streamline parameters for null-ls helper functions

Features

  • provider: add basic runtime_condition checking support to null-ls provider (a9e5ccb)

Code Refactoring

  • utils: streamline parameters for null-ls helper functions (4e81c0a)

v1.1.2

22 Apr 12:44
Compare
Choose a tag to compare

1.1.2 (2024-04-22)

Bug Fixes

  • status: add check for new islist function (924a416)

Performance Improvements

  • component: optimize left padding in component builder (9e7b8a3)

v1.1.1

21 Apr 14:43
Compare
Choose a tag to compare

1.1.1 (2024-04-21)

Bug Fixes

  • status: prevent left padding from being overridden by children (38dc557)