Skip to content

Commit f22477f

Browse files
committed
0.8.2
1 parent d91ce33 commit f22477f

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.8.2] - 2026-07-03
2+
3+
### Features
4+
5+
- Add support for operator-preference tests in Soar grammar ([913a986](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/913a98620d7f9a0c48278d8f08f8447355d252ee))
6+
- Enhance datamap validation and parsing for conjunctive attribute tests ([367946e](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/367946e01951d64d0e2550f17608bc71673f7230))
7+
- Implement a persistent search field for datamap and layout trees in a webview ([d91ce33](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/d91ce33b3ee478f67ed44c6181c9b9365a58138e))
8+
9+
### Bug Fixes
10+
11+
- Allow self-linked datamap attributes and non-<s> state variable names ([7491536](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/74915361d9a6f5b397e6679d9d94fff0076c0e43))
12+
- Stabilize datamap linked-vertex display names in editor pickers ([9a60cd8](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/9a60cd8ac1dc5dbc050dff97beb758d1d39eeb24))
13+
- Update sorting logic in datamap tree provider ([5abc19b](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/5abc19b12749e944e4185aa2a59641b6640032b3))
14+
15+
### Refactor
16+
17+
- Consolidate project validation commands into a single 'Check Project' command ([e08377d](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/e08377d2bfca394fb307949daccbbae0413d990c))
18+
19+
### Miscellaneous Tasks
20+
21+
- Update actions/checkout and actions/setup-node to latest version ([3164045](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/31640450fd30365a265323bb83a8fb0f0ead3419))
22+
- Replace legacy agents with git submodule ([83385e0](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/83385e045768814d142c4301bf34a6b63aaa01ea))
23+
- [**breaking**] Rename extension due to vs code marketplace naming conflicts to Soar Development Tools (soar-dev-tools) ([082273c](https://github.com/THA-Embedded-Systems-Lab/soar-code-extension/commit/082273c7461bf2ba94c0f785aacfad9f6c6bf4a8))
24+
125
## [0.8.1] - 2026-07-02
226

327
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "soar-dev-tools",
33
"displayName": "Soar Development Tools",
44
"description": "Soar development tools including LSP, MCP, datamap tools, syntax highlighting, and debugging interface",
5-
"version": "0.8.1",
5+
"version": "0.8.2",
66
"publisher": "tha-embedded-systems-lab",
77
"license": "MIT",
88
"icon": "doc/Images/icon.png",

0 commit comments

Comments
 (0)