Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #1

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

mehalter
Copy link
Member

@mehalter mehalter commented Aug 2, 2023

🤖 I have created a release beep boop

1.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • condition: hard code and strongly type buffer matchers
  • component: change defaults for file_info component
  • provider: add more integrations to lsp_client_names provider

Features

  • add get_hlgroup function (25c0cf1)
  • add auto completion with lua_ls (4a6995b)
  • add status API (0ec1124)
  • add utilities for configuring icons (568a829)
  • allow highlights table to have functions as well (2eff404)
  • allow function for status.colors table (57f6ce3)
  • condition: add is_file condition (b4d1825)
  • condition: hard code and strongly type buffer matchers (f333d52)
  • config: improve highlight table typing (1eb13f8)
  • highlights: pass colors_name to highlights functions (16945ad)
  • provider: add nvim-lint support to lsp_client_names (ec20fce)
  • provider: add more integrations to lsp_client_names provider (e3c98a1)
  • set up colorscheme and highlight extensions (433343a)
  • status: add ability to freely update surrounded separators (f63eb6d)
  • status: add conda support to virtual environment component (8797cf8)
  • status: add utility to refresh heirline colors (89ee358)
  • status: add virtual environment component (4680f7f)

Bug Fixes

  • astrocore.utils moved to astrocore (7eecd43)
  • add missing setup_colors config entry (3203015)
  • add missing signcolumn_enabled condition (504623c)
  • autocmds: simiplify colorscheme setting (738c842)
  • component: fix signcolumn click handler when no sign (a560366)
  • component: fix missing file modified element in tabline file_info (937aaec)
  • component: improve signcolumn handler preference when name is an empty string (43898f1)
  • component: update click function deferment (27c0d50)
  • component: update LSP provider on resize for truncation (edda875)
  • condition: check if nvim-lint has clients attached (d466f21)
  • condition: diagnostics configuration moved to AstroCore (cb7fb48)
  • condition: loosen validity check in buffer_matches (d4fb5c2)
  • config: fix typo (ff365ce)
  • move icons_enabled back to global variable (df753ac)
  • provider: fix statuscolumn=number in neovim 0.10 (1f08c9f)
  • status: always clear cache when running update callback (ab8ce32)
  • status: always show fallback for files without a name (d5d5291)
  • status: clean up bufnr throughout condition and provider (87716d0)
  • status: fix file_icon provider to fallback to filetype (6d929e7)
  • status: fix conform integration with clients (695da66)
  • status: fix number column when signcolumn=number (36db241)
  • status: fix typo in foldcolumn component (04e2bc5)
  • status: incorrect return def in buffer_matches (ab11856)
  • status: make sure only valid buffers are passed to heirline tabline (be85280)
  • status: move click handlers to use extmarks instead of legacy signs (a310ab1)
  • status: typo causing CI Spell Check fail (c14fc11)
  • status: use vim.tbl_islist to resolve 0.9 compatibility (f3af022)
  • status: use buffer git root with Telescope (76edc8e)

Performance Improvements

  • provider: disable integrations that are unavailable (7f3e0a5)
  • status: further improve performance of file_icon provider (a2ca828)
  • status: optimize updating of surrounded components (af8b51e)
  • status: use vim.diagnostic.count if available (694e0a7)

Code Refactoring

  • component: change defaults for file_info component (b7a04fb)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot temporarily deployed to pull request August 2, 2023 14:33 Inactive
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from f3062cc to cabbfb0 Compare August 3, 2023 15:01
@github-actions github-actions bot temporarily deployed to pull request August 3, 2023 15:02 Inactive
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from cabbfb0 to caad293 Compare August 3, 2023 15:18
@github-actions github-actions bot temporarily deployed to pull request August 3, 2023 15:19 Inactive
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from caad293 to 95f97de Compare August 3, 2023 15:20
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from 95f97de to c4665ee Compare August 3, 2023 17:58
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from c4665ee to 15bc876 Compare August 3, 2023 18:12
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from 15bc876 to 6c1aac4 Compare August 3, 2023 19:23
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from 6c1aac4 to 552986f Compare August 3, 2023 19:27
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from 552986f to fbec789 Compare August 4, 2023 12:48
@mehalter mehalter force-pushed the main branch 3 times, most recently from 242fc6f to 2515e6d Compare August 4, 2023 18:11
@AstroNvim AstroNvim deleted a comment from github-actions bot Aug 6, 2023
@mehalter mehalter force-pushed the release-please--branches--main--components--astroui branch from fbec789 to f2e16a6 Compare August 6, 2023 23:42
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch 4 times, most recently from 654a38f to 852a750 Compare August 8, 2023 13:49
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 852a750 to ec776ae Compare August 8, 2023 13:52
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 94b8f01 to dab95a9 Compare December 21, 2023 22:34
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from dab95a9 to 64d6c56 Compare January 15, 2024 14:31
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 64d6c56 to 56bdea0 Compare January 24, 2024 22:25
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 56bdea0 to 6cdacc3 Compare January 24, 2024 22:31
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch 2 times, most recently from b4adc46 to 077a2b4 Compare February 12, 2024 15:14
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 077a2b4 to 96c2517 Compare February 13, 2024 22:31
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch 2 times, most recently from 7099e0a to 88409b9 Compare February 14, 2024 22:01
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 88409b9 to fff394c Compare February 23, 2024 14:38
@mehalter mehalter force-pushed the main branch 2 times, most recently from 3941e5c to 4e29b80 Compare February 23, 2024 15:09
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch 2 times, most recently from 3349357 to 924d96a Compare February 26, 2024 10:38
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch 3 times, most recently from 989c4ab to 3f168cc Compare March 7, 2024 16:59
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 3f168cc to 20c562c Compare March 7, 2024 17:05
@astronvimbot astronvimbot force-pushed the release-please--branches--main--components--astroui branch from 20c562c to 8086b7f Compare March 7, 2024 17:36
@mehalter mehalter merged commit 5aa0f68 into main Apr 1, 2024
11 checks passed
@mehalter mehalter deleted the release-please--branches--main--components--astroui branch April 1, 2024 12:40
@astronvimbot
Copy link
Contributor

🤖 Release is at https://github.com/AstroNvim/astroui/releases/tag/v1.0.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants