Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0a7002

Browse files
chore(main): release 19.1.0
1 parent 9e5d5d3 commit f0a7002

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

‎CHANGELOG.md‎

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

3+
## [19.1.0](https://github.com/AstroNvim/astrocommunity/compare/v19.0.0...v19.1.0) (2025年06月06日)
4+
5+
6+
### Features
7+
8+
* **lsp:** add sonarlint-nvim ([#1526](https://github.com/AstroNvim/astrocommunity/issues/1526)) ([d96c771](https://github.com/AstroNvim/astrocommunity/commit/d96c771877ed53e94937ddfe5d377e32b6024417))
9+
* **pack:** add biome ([#1511](https://github.com/AstroNvim/astrocommunity/issues/1511)) ([88b9065](https://github.com/AstroNvim/astrocommunity/commit/88b906580854b770fb8f8ccee64ec54a105cca59))
10+
* **pack:** add eslint ([#1503](https://github.com/AstroNvim/astrocommunity/issues/1503)) ([8ae3804](https://github.com/AstroNvim/astrocommunity/commit/8ae3804d4703de24066f39fea55467a58a51136f))
11+
* **pack:** add spring-boot pack ([#1534](https://github.com/AstroNvim/astrocommunity/issues/1534)) ([2c879c0](https://github.com/AstroNvim/astrocommunity/commit/2c879c0583e7230fd17cf2d531fd8fff030c734a))
12+
13+
14+
### Bug Fixes
15+
16+
* **ansible:** improve regex pattern to avoid false matches ([#1535](https://github.com/AstroNvim/astrocommunity/issues/1535)) ([16231a6](https://github.com/AstroNvim/astrocommunity/commit/16231a665146b0fe70593dd450afd6e964a3cbe1))
17+
* **avante-nvim:** Check for nil value in opts table for markview.nvim dependency ([#1537](https://github.com/AstroNvim/astrocommunity/issues/1537)) ([80b9c58](https://github.com/AstroNvim/astrocommunity/commit/80b9c580686610784667f1261392b989f62b580a))
18+
* **avante-nvim:** Update OXY2DEV/markview.nvim's opts table ([#1518](https://github.com/AstroNvim/astrocommunity/issues/1518)) ([e1e0c99](https://github.com/AstroNvim/astrocommunity/commit/e1e0c991c174b957401436415e1fc39f244ad78a))
19+
* **harper:** Link to correct configuration doc ([2f550c0](https://github.com/AstroNvim/astrocommunity/commit/2f550c0ac46f9604db7894bb6189e25655921f88))
20+
* **html-css:** Add styled to treesitter ([#1524](https://github.com/AstroNvim/astrocommunity/issues/1524)) ([4d2a40f](https://github.com/AstroNvim/astrocommunity/commit/4d2a40f3481f215bea42d7b396aa1f00148bc6da))
21+
* **indent-rainbowline:** Update indent-rainbowline to use new indent-blankline config ([#1514](https://github.com/AstroNvim/astrocommunity/issues/1514)) ([7a007c1](https://github.com/AstroNvim/astrocommunity/commit/7a007c1557e8c1dd0066bdd7e5899d12784f9930))
22+
* **java:** fix issue with submodule root discovery ([#1530](https://github.com/AstroNvim/astrocommunity/issues/1530)) ([2107a4c](https://github.com/AstroNvim/astrocommunity/commit/2107a4cd2f14319a30229570f984d15ce243f488))
23+
* **java:** update root markers ([#1525](https://github.com/AstroNvim/astrocommunity/issues/1525)) ([62865ef](https://github.com/AstroNvim/astrocommunity/commit/62865efa7b1541d125db8595727e9a37e91f6f6b))
24+
* **nginx:** correct package name from nginx_language_server to nginx-language-server ([2758407](https://github.com/AstroNvim/astrocommunity/commit/27584070d688d040a0d1de1c18eac0b3ade6b90d))
25+
* **nginx:** fix incorrect nginx package name ([#1517](https://github.com/AstroNvim/astrocommunity/issues/1517)) ([2758407](https://github.com/AstroNvim/astrocommunity/commit/27584070d688d040a0d1de1c18eac0b3ade6b90d))
26+
* **nvim-treesitter-context:** fix outdated commands ([#1538](https://github.com/AstroNvim/astrocommunity/issues/1538)) ([9e5d5d3](https://github.com/AstroNvim/astrocommunity/commit/9e5d5d3baec294705b2718bd9712054a13f8fdca))
27+
* **sonarlint-nvim:** remove optional ([#1533](https://github.com/AstroNvim/astrocommunity/issues/1533)) ([9768a31](https://github.com/AstroNvim/astrocommunity/commit/9768a311c09742bd1c04195e319a91814356da3a))
28+
* **sql:** Dont overide opts.handlers table ([#1520](https://github.com/AstroNvim/astrocommunity/issues/1520)) ([ff8b03b](https://github.com/AstroNvim/astrocommunity/commit/ff8b03bb8fbf68249359e7169ad7464af53ca984))
29+
* **vue:** remove usage of old Mason API ([fb7aeaf](https://github.com/AstroNvim/astrocommunity/commit/fb7aeaf8f8cadd8efe3001a11e1470f840313b03))
30+
* **vue:** Use `get_install_path()` from mason registery to find volar installation path ([#1531](https://github.com/AstroNvim/astrocommunity/issues/1531)) ([f14d0ff](https://github.com/AstroNvim/astrocommunity/commit/f14d0fff40a2e4426f47b9b865cf2844e121159f))
31+
332
## [19.0.0](https://github.com/AstroNvim/astrocommunity/compare/v18.0.0...v19.0.0) (2025年05月21日)
433

534

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /