Skip to content

Commit 1e00ce5

Browse files
committed
chore: Release v0.3.1
Features: - Implemented auto-arranging node positions for the Module hierarchy and Component tree graphs - Combined Standard and Routing legends into one entry Fixes: - Added an extra safeguard using the optional chaining operator to the `entity` project property to prevent potential bugs - Corrected and improved the resolution of soft in-class connections and components not linked to the root component on the Component tree graph Documentation: - Updated the Core Philosophy section to better reflect the project's vision - Updated the project name in the License for consistency
1 parent 48096b7 commit 1e00ce5

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

77

8+
## [0.3.1] - 2026-03-17
9+
10+
### Features
11+
- Implemented auto-arranging node positions for the Module hierarchy and Component tree graphs
12+
- Combined Standard and Routing legends into one entry
13+
14+
### Fixes
15+
- Added an extra safeguard using the optional chaining operator to the `entity` project property to prevent potential bugs
16+
- Corrected and improved the resolution of soft in-class connections and components not linked to the root component on the Component tree graph
17+
18+
### Documentation
19+
- Updated the Core Philosophy section to better reflect the project's vision
20+
- Updated the project name in the License for consistency
21+
22+
823
## [0.3.0] - 2026-03-13
924

1025
### 🌀 Beyond the Visible Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>GraphLens</h1>
55
<details align="center">
66
<summary>
7-
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Version"><img src="https://img.shields.io/badge/version-0.3.0-blue.svg" alt="Version" /></a>
7+
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Version"><img src="https://img.shields.io/badge/version-0.3.1-blue.svg" alt="Version" /></a>
88
<a href="https://github.com/GraphLens/graphlens" title="Status"><img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" /></a>
99
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Last updated"><img src="https://img.shields.io/visual-studio-marketplace/last-updated/GraphLens.graphlens?cacheSeconds=7200" alt="status" /></a>
1010
<a href="https://open-vsx.org/extension/GraphLens/graphlens" title="Verification on Open VSX Registry"><img src="https://img.shields.io/badge/Open%20VSX-Verified-8a35da?logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMC41TDAgNC41TDAuNTU1NTU2IDEwLjVDMS4xMzA2MSAxNi4wNSA0LjI2NjY3IDIxLjI0IDEwIDIyLjVDMTUuNzMzMyAyMS4yNCAxOC44NjM5IDE2LjA1IDE5LjQ0NDQgMTAuNUwyMCA0LjVMMTAgMC41Wk04LjE4MTU5IDE2LjA0NTRMMy43ODk0NCAxMS45NDUzTDUuMzM3NjggMTAuNUw4LjE4MTU5IDEzLjE0NDZMMTUuNDE3NyA2LjM4OTYxTDE2Ljk2NTkgNy44NDUxNkw4LjE4MTU5IDE2LjA0NTRaIiBmaWxsPSJ3aGl0ZSIgLz4gPC9zdmc+Cg==" alt="Verification on Open VSX Registry" /></a>
@@ -41,7 +41,7 @@
4141

4242
### 📢 Updates
4343

44-
> **Release 0.3.0:** Advanced directives, soft in-class connections and full selector processing! Details on the [Releases page](https://github.com/GraphLens/graphlens/releases).
44+
> **Release 0.3.0-0.3.1:** Advanced directives, soft in-class connections, auto-arranging graph nodes, and full selector processing! Details on the [Releases page](https://github.com/GraphLens/graphlens/releases).
4545
4646
> **Foundation & Identity:** Meet our new brand style and explore the principal concepts driving GraphLens – from software entropy to code liquidity – in the [Core Philosophy](#7-core-philosophy-).
4747

0 commit comments

Comments
 (0)