Skip to content

Releases: AstroNvim/astrocore

v2.0.0

26 Mar 18:47
Compare
Choose a tag to compare

2.0.0 (2025-03-26)

⚠ BREAKING CHANGES

  • rename vim.b.cmp_enabled to vim.b.completion
  • simplify diagnostic toggling to just enabled/disabled rather than various modes
  • allow rename_file to be passed in the new filename
  • remove mason module and use mason-tools-installer if available for applying mason updates
  • remove system_open function as one should use vim.ui.open
  • require Neovim v0.10

Features

  • add enabled function to large_buf configuration for fine grain control over what bufers get detected (396974e)
  • add virtual_text and virtual_lines toggles (78de20e)
  • allow large_buf.enabled function to modify large buffer configuration (9ac85b7)
  • allow rename_file to be passed in the new filename (5da4f87)
  • allow configuration of virtual text and virtual lines on startup (ea2206c)
  • prompt user to save file before renaming with rename_file (3a75df9)
  • rename vim.b.cmp_enabled to vim.b.completion (499de90)
  • set colorscheme when necessary if AstroUI is available (c78fa9c)
  • simplify diagnostic toggling to just enabled/disabled rather than various modes (d435d72)

Bug Fixes

  • config: normalize mappings when running setup (2d03ccc)
  • maintain original tab ordering when renaming file (ba308ba)
  • rename overwrite option to force in rename_file (bc7bd35)
  • validate original file exists in rename_file (8295110)

Code Refactoring

  • remove mason module and use mason-tools-installer if available for applying mason updates (88c9e08)
  • remove system_open function as one should use vim.ui.open (2715dbf)
  • require Neovim v0.10 (3690cc6)

v1.16.0

18 Feb 16:32
Compare
Choose a tag to compare

1.16.0 (2025-02-18)

Features

  • add set_diagnostics helper function to easily change diagnostics mode (a073c79)

v1.15.0

17 Feb 21:00
Compare
Choose a tag to compare

1.15.0 (2025-02-17)

Features

  • add rename_file method for prompting the user to rename a file (633a260)

v1.14.0

14 Feb 18:38
Compare
Choose a tag to compare

1.14.0 (2025-02-14)

Features

  • add support for snacks.bufdelete to buffer utilities (5e26ac1)

v1.13.2

13 Feb 19:42
Compare
Choose a tag to compare

1.13.2 (2025-02-13)

Bug Fixes

  • buffer: improve type safety for is_large (9a6ed00)

v1.13.1

13 Feb 17:24
Compare
Choose a tag to compare

1.13.1 (2025-02-13)

Bug Fixes

  • large_buf: no need to pass in bufnr data (ca7c59c)

v1.13.0

13 Feb 17:06
Compare
Choose a tag to compare

1.13.0 (2025-02-13)

Features

  • large_buf: improve is_large API and add configurable notification on detection (e3085ab)

v1.12.2

13 Feb 13:55
Compare
Choose a tag to compare

1.12.2 (2025-02-13)

Bug Fixes

  • incorrect autocommand description (d356cc5)

v1.12.1

13 Feb 13:06
Compare
Choose a tag to compare

1.12.1 (2025-02-13)

Bug Fixes

  • resolve incorrect function location (not considered breaking because bug and new) (1b72dfe)

v1.12.0

12 Feb 17:15
Compare
Choose a tag to compare

1.12.0 (2025-02-12)

Features

  • add is_large_buf to interactively check if buffer is large (7a80ad7)
  • add line_length to large buffer detection (aa76560)
  • allow disabling individual large file metrics (5463a98)

Bug Fixes

  • improve typos detection (025274c)