Skip to content

Commit a1f9393

Browse files
committed
chore(release): v1.7.2 - [Architectural Symmetry]
1 parent 2024bb5 commit a1f9393

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.7.2] - 2026-04-07 - [Architectural Symmetry]
6+
7+
### Changed
8+
9+
- **Modular Infrastructure**: Decoupled the monolithic `cli.mjs` into specialized components (`engine`, `ui`, `constants`, `assets`).
10+
- **Asset Migration**: Consolidated root-level configuration assets into a structured `data/` directory.
11+
- **UI Componentization**: Isolated `renderLogo` and `renderSignature` into reusable modules for improved maintainability.
12+
- **Icon Centralization**: Unified all UI tokens and interactive emojis into a single source of truth (`constants.mjs`).
13+
514
## [1.7.1] - 2026-04-05 - [High-Fidelity Restoration]
615

716
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wistantkode/dotfiles",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "High-End Linux Infrastructure & AI-Driven Orchestration Protocols",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)