Skip to content

Releases: AstroNvim/astrocore

v1.6.0

07 Jun 13:21
Compare
Choose a tag to compare

1.6.0 (2024-06-07)

Features

  • add unique_list which gets unique values from list (70e0682)

v1.5.0

03 Jun 15:13
Compare
Choose a tag to compare

1.5.0 (2024-06-03)

Features

  • setup highlighturl capabilities on setup (3bf9e36)

Bug Fixes

  • resolve path before running vim.ui.open (879b67b)

v1.4.0

24 May 14:59
Compare
Choose a tag to compare

1.4.0 (2024-05-24)

Features

  • rooter: allow rooter.ignore.servers to be an arbitrary filter function (0283868)
  • rooter: allow passing rooter configurations to rooting functions for API execution (0707cb4)

v1.3.3

13 May 19:06
Compare
Choose a tag to compare

1.3.3 (2024-05-13)

Bug Fixes

  • rooter: detect unique LSP roots in the case of multiple language servers (c15cfb2)

v1.3.2

07 May 15:29
Compare
Choose a tag to compare

1.3.2 (2024-05-07)

Bug Fixes

  • don't schedule functions when loading plugins (70b9a20)

v1.3.1

06 May 11:18
Compare
Choose a tag to compare

1.3.1 (2024-05-06)

Bug Fixes

  • don't trim content by default when reading a file (c637f51)

v1.3.0

06 May 02:04
Compare
Choose a tag to compare

1.3.0 (2024-05-06)

Features

v1.2.2

29 Apr 14:11
Compare
Choose a tag to compare

1.2.2 (2024-04-29)

Bug Fixes

  • rooter: normalization of path "/" should be "/" (60db5cc)

Reverts

  • use vim.keymap.set defaults (cbd996e)

v1.2.1

22 Apr 12:44
Compare
Choose a tag to compare

1.2.1 (2024-04-22)

Bug Fixes

  • add check for new islist function (248e38a)

v1.2.0

17 Apr 20:27
Compare
Choose a tag to compare

1.2.0 (2024-04-17)

Features

  • allow specific window to be provided to delete_url_match and set_url_match (2a77fdc)
  • store current window highlighturl state (abe1ce8)

Bug Fixes

  • toggles: toggle all windows when toggling url matching (417f798)