Skip to content

Commit b061e0c

Browse files
astronvimbotmehalter
authored andcommitted
chore(main): release 3.0.0
1 parent e864dc9 commit b061e0c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/AstroNvim/astrocore/compare/v2.1.2...v3.0.0) (2026-03-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Neovim v0.10
9+
10+
### Features
11+
12+
* add tooling for configuring and setting up treesitter features in Neovim ([d9a3831](https://github.com/AstroNvim/astrocore/commit/d9a383104ed2327a2d9ec5a871977ac974d589b5))
13+
* **treesitter:** add ability to disable treesitter ([aa5d2ce](https://github.com/AstroNvim/astrocore/commit/aa5d2cedabba678ee200370772b3f262c7d5466f))
14+
* **treesitter:** add the ability to configure textobjects ([6f5099f](https://github.com/AstroNvim/astrocore/commit/6f5099f50a3253af9c81f5eafc90d3b246c4916d))
15+
* update treesitter parsers when updating plugins and packages ([4ce7521](https://github.com/AstroNvim/astrocore/commit/4ce7521a185fd07652975554f775cbb01fea806a))
16+
17+
18+
### Bug Fixes
19+
20+
* **buffer:** require all restored files to have a filename and be listed ([a03e23e](https://github.com/AstroNvim/astrocore/commit/a03e23eaaa2a06f694318db5c773efff2e285de3))
21+
* fix formatting ([a4ba031](https://github.com/AstroNvim/astrocore/commit/a4ba031a05b18a2ab2f61a7e1355da1be67ca170))
22+
* **toggles:** update treesitter syntax toggling ([1ba44f8](https://github.com/AstroNvim/astrocore/commit/1ba44f8a832bffbdd6145bbb5b5686b0ea357046))
23+
* **treesitter:** don't automatically enable treesitter if user has disabled it specifically ([d633eb9](https://github.com/AstroNvim/astrocore/commit/d633eb9450c82fb12513947bf5f97b547aced760))
24+
* **treesitter:** filter already installed languages ([d621a7b](https://github.com/AstroNvim/astrocore/commit/d621a7b79cbd08c8663aa2fb8a371a95fd220802))
25+
* **treesitter:** force refresh folds on loading treesitter ([25b2ed1](https://github.com/AstroNvim/astrocore/commit/25b2ed108a18c5942e864a3a724e22b6d0a023fc))
26+
* **treesitter:** resolve incorrect callbacks in installation ([2147f73](https://github.com/AstroNvim/astrocore/commit/2147f735d922820dff0530fb6a993484735eccfd))
27+
* **treesitter:** separate automatic installation option ([58e6c06](https://github.com/AstroNvim/astrocore/commit/58e6c0649af990e3affbe687140688cff6e3bb68))
28+
29+
30+
### Code Refactoring
31+
32+
* drop support for Neovim v0.10 ([4ad031c](https://github.com/AstroNvim/astrocore/commit/4ad031cf7c4f47e4641a9490b8f3a42e14e08271))
33+
334
## [2.1.2](https://github.com/AstroNvim/astrocore/compare/v2.1.1...v2.1.2) (2026-02-18)
435

536

0 commit comments

Comments
 (0)