Skip to content

Commit e453e2a

Browse files
committed
chore: release 3.0.13
1 parent f066a6b commit e453e2a

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.13] - 2026-07-08
11+
12+
### Added
13+
- **Status Bar**: Added an in-editor diagnostic details view from the DynaSense status dashboard.
14+
15+
### Changed
16+
- **Status Bar**: Refined dashboard action names and ordering, moving DynaSense output to the end and placing healthy environment status after primary workflow actions.
17+
- **i18n**: The extension language now follows VS Code display language changes at runtime when `lsdyna.language` is set to `auto`.
18+
- **Formatter**: Restored `*INCLUDE_PATH` wrapping through both document formatting and the CodeLens formatting command.
19+
20+
### Fixed
21+
- **Keywords**: Accepted numbered `*CASE_BEGIN_<n>` and `*CASE_END_<n>` variants as valid custom case boundary keywords.
22+
1023
## [3.0.12] - 2026-06-25
1124

1225
### Fixed

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
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/hqyyqh/vscode-lsdyna"
1212
},
1313
"icon": "images/extension-icon.png",
14-
"version": "3.0.12",
14+
"version": "3.0.13",
1515
"engines": {
1616
"vscode": "^1.50.0"
1717
},

0 commit comments

Comments
 (0)