Skip to content

Releases: AstroNvim/astrocore

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)

v1.11.0

28 Oct 16:38
Compare
Choose a tag to compare

1.11.0 (2024-10-28)

Features

  • health: add health check for conflicting mappings (1040947)

v1.10.0

27 Sep 14:56
Compare
Choose a tag to compare

1.10.0 (2024-09-27)

Features

  • add with_file helper to run a function on an opened file (ca2a852)

v1.9.0

19 Sep 17:33
Compare
Choose a tag to compare

1.9.0 (2024-09-19)

Features

  • add patch_func to monkey patch into an existing function (e7d7a35)

v1.8.1

17 Sep 20:06
Compare
Choose a tag to compare

1.8.1 (2024-09-17)

Bug Fixes

  • remove non-public facing json module as it was merged upstream (2d19ef3)

v1.8.0

29 Aug 15:30
Compare
Choose a tag to compare

1.8.0 (2024-08-29)

Features

  • buffer: add utility to check if a buffer has a filetype (a00fa8c)

v1.7.2

27 Aug 14:27
Compare
Choose a tag to compare

1.7.2 (2024-08-27)

Bug Fixes

  • buffer: make sure previous buffer is valid (1087dc4)

v1.7.1

08 Aug 08:26
Compare
Choose a tag to compare

1.7.1 (2024-08-08)

Bug Fixes

  • the right hand side is not mandatory when setting a mapping (47a7b83)