Skip to content

Commit

Permalink
updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amatteo committed May 14, 2024
1 parent 8a833a1 commit a247c36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ If all worked, it should show up like this now:

## Release Notes

### 0.3.4
* Bugfixes:
* fixed bug with duplicate diagnoses, when the archivar processes all jbeam files, and then you open a jbeam file, and you modify it
* fixed showing nodes in 3D view from a different vehicle
* ignore processing "slotType" with "processTableWithSchemaDestructive"
* in 3D scene view, virtual nodes colored blue and have "(v)" appended to the node name
* fixed JBeam files parsed counter
* fixed parsing jbeam/sjson files that don't have an outer object
* more parsing bugs fixed
* fixed/updated jbeam/part config file icons thanks to [Sopze92](https://github.com/Sopze92)

### 0.3.3
* Bugfixes:
* fixed syntax checker not working in some cases
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"3D",
"beamng"
],
"version": "0.3.3",
"version": "0.3.4",
"engines": {
"vscode": "^1.84.0"
},
Expand Down

0 comments on commit a247c36

Please sign in to comment.