Skip to content

Commit ff6cc5e

Browse files
chore: Update CHANGELOG and README
1 parent fce3099 commit ff6cc5e

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to the **VS Code Aster** extension will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2026-01-08
9+
10+
Added support for quadratic nodes in the visualizer
11+
12+
### Added
13+
- Quadratic nodes are now correctly displayed in the visualization
14+
15+
### Fixed
16+
- [Wrong numbering for the mesh viewer #1](https://github.com/simvia-tech/vs-code-aster/issues/1)
17+
18+
## [1.0.2] - 2026-01-07
19+
20+
Micro-patch to fix Python < 3.10 issues.
21+
22+
### Fixed
23+
- Removed modern typing and use legacy one to be compatible with older Python version. Python 3.8 or later is still required.
24+
825
## [1.0.1] - 2025-12-18
926

1027
Micro-patch to fix README issues.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/simvia-tech/vs-code-aster/main/resources/images/simvia.png" alt="Simvia Logo" width="50%" /></p>
22

33
<p align="center">
4-
<a href="/"><img src="https://img.shields.io/badge/version-1.0.1-blue" alt="Version" /></a>
4+
<a href="/"><img src="https://img.shields.io/badge/version-1.1.0-blue" alt="Version" /></a>
55
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-GPL%203.0-green" alt="License" /></a>
66
</p>
77

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The extension aims to reduce friction between modeling, validation, execution, and analysis by bringing **code_aster** native workflows into the editor.
66

7-
## Current Capabilities (v1.0.0)
7+
## Current Capabilities (v1.1.0)
88

99
- `.export` file generator
1010
- 3D mesh viewer

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.

0 commit comments

Comments
 (0)