1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Changelog
## [2.37.0](https://github.com/jolars/panache/compare/panache-code-v2.36.1...panache-code-v2.37.0) (2026-05-07)
### Dependencies
- updated . to v2.44.0
## [2.36.1](https://github.com/jolars/panache/compare/panache-code-v2.36.0...panache-code-v2.36.1) (2026-05-06)
### Dependencies
- updated . to v2.43.1
## [2.36.0](https://github.com/jolars/panache/compare/panache-code-v2.35.1...panache-code-v2.36.0) (2026-05-06)
### Features
- **editors:** bundle binaries in VSIX extension ([`8a98d01`](https://github.com/jolars/panache/commit/8a98d014aaa6d50779bf944656b0350cd445a2d5))
### Dependencies
- updated . to v2.43.0
## [2.35.1](https://github.com/jolars/panache/compare/panache-code-v2.35.0...panache-code-v2.35.1) (2026-05-05)
### Bug Fixes
- **editors:** remove links in docs to pass vs code check ([`f9240fb`](https://github.com/jolars/panache/commit/f9240fb2b478ad136359625ed898c587bc82eaa0))
## [2.35.0](https://github.com/jolars/panache/compare/panache-code-v2.34.2...panache-code-v2.35.0) (2026-05-05)
### Features
- **editors:** add `executableStrategy`, deprecate old options ([`884a3c4`](https://github.com/jolars/panache/commit/884a3c4d851904b01f5644ad1ca350f013636247))
- **editors:** add log-level setting ([`a6cf4c7`](https://github.com/jolars/panache/commit/a6cf4c711074073ce7e71046806edebdbad058fd))
- **editors:** add restart server command ([`ab5cfb0`](https://github.com/jolars/panache/commit/ab5cfb043bf56586952f726b4344b71eb8d7604a))
- **editors:** register as default formatter for rmd & qmd ([`889d640`](https://github.com/jolars/panache/commit/889d640d165a5b7eb98caf5424b2573a486e1720))
### Bug Fixes
- **editors:** update package lock file and get rid off uuid ([`b02ef2c`](https://github.com/jolars/panache/commit/b02ef2cf9f946500a07fdb421a0262062a47dcc5))
## [2.34.0](https://github.com/jolars/panache/compare/panache-code-v2.33.0...panache-code-v2.34.0) (2026-04-14)
### Features
* **editors:** add `extraPath` for paths to add to server ([f6e39f1](https://github.com/jolars/panache/commit/f6e39f1186271eb9f7593c0bb6d10986e9d58164))
### Bug Fixes
* **editors:** correctly find latest release ([8d8d1ef](https://github.com/jolars/panache/commit/8d8d1ef372a12a28ba6da69be10c24799287a39f))
## [2.33.0](https://github.com/jolars/panache/compare/panache-code-v2.32.0...panache-code-v2.33.0) (2026-04-14)
### Features
* **editors:** add `version` for user-friendly tagging ([31378e2](https://github.com/jolars/panache/commit/31378e2fac045072e1f1ccbbeeeebc8601903d35))
### Bug Fixes
* **editors:** update config for new tag scheme ([31378e2](https://github.com/jolars/panache/commit/31378e2fac045072e1f1ccbbeeeebc8601903d35))
* refine tag handling when finding release binaries ([aa086bd](https://github.com/jolars/panache/commit/aa086bd8a7d88f59bd8a3161c3f6a526c2a0f05b))