Skip to content

Commit c8fe69c

Browse files
committed
docs: New Year release
- Added New Year decorations and animations: garlands, falling snow, and Santa hats on root nodes - Made some internal improvements, details in the CHANGELOG
1 parent ef21533 commit c8fe69c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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

88

9+
## [0.1.5] - 2025-12-31
10+
11+
### New Year Release 🎄❄️✨
12+
13+
#### Holiday Atmosphere in the WebView
14+
- Added New Year decorations and animations: garlands, falling snow, and Santa hats on root nodes. To enable these features check the "General info" panel.
15+
- Internal improvements for better UX.
16+
17+
#### Core & Architecture
18+
- Implemented bidirectional communication to persist settings between the Extension and WebView
19+
20+
921
## [0.1.4] - 2025-12-30
1022

1123
### Documentation

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="./assets/logo.png" alt="logo" width="150" />
44
<h1>GraphLens</h1>
55
<p>
6-
<img src="https://img.shields.io/badge/version-0.1.4-blue.svg" alt="version" />
6+
<img src="https://img.shields.io/badge/version-0.1.5-blue.svg" alt="version" />
77
<img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" />
88
<img src="https://img.shields.io/badge/license-Proprietary-red.svg" alt="license" />
99
</p>
@@ -20,6 +20,8 @@
2020

2121
### 📢 Announcement
2222

23+
> **Happy New Year!** Check the **General info** panel for the Holiday Atmosphere! 🎄❄️✨
24+
2325
> **Beta Release:** We are excited to present the first public version of GraphLens! A roadmap and improvement proposals will be introduced later.
2426
2527
> **New to GraphLens?** [Try Demo](https://github.com/GraphLens/demo) to learn the basics.

0 commit comments

Comments
 (0)