Skip to content

v1.7.1

Choose a tag to compare

@ulysse-bonneau-simvia ulysse-bonneau-simvia released this 17 Apr 08:43
· 104 commits to main since this release

[1.7.1] - 2026-04-17

Centralize extension-generated files under a single .vs-code-aster/ folder per project, with timestamped run logs and automatic migration from legacy locations.

Added

  • Project-local .vs-code-aster/ folder grouping all extension-generated files:
    • mesh_cache/ — converted .obj files (previously .visu_data/)
    • screenshots/ — PNGs saved from the viewer's screenshot button (previously next to source files)
    • run_logs/ — one timestamped log per code_aster run (previously a single overwritten .vscode-aster-run.log)
  • New vs-code-aster.maxRunLogs setting (default 10) to cap run-log retention; oldest logs are pruned when a new run starts
  • med2obj-version header in generated .obj files: the extension now detects stale caches from older converter versions and regenerates them automatically
  • Automatic migration of legacy .visu_data/ and .vscode-aster-run.log on first use, with info notifications so users know where files moved

What's Changed

  • Feat/extension generated files by @ulysse-bouchet-simvia in #24

Full Changelog: v1.7.0...v1.7.1