@jefuriiij/synthra 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cli/index.js +849 -841
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +849 -841
- package/dist/dashboard/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,27 @@ For older versions, see [GitHub Releases](https://github.com/jefuriiij/synthra/r
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.1.14] — 2026-05-29
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Dashboard visual refresh.** No API surface change — all visual / UX.
|
|
15
|
+
- Removed the hero strip and the standalone Legend card. Date + active
|
|
16
|
+
project now live as compact chips inside the top nav (active-project
|
|
17
|
+
path uses RTL truncation so the folder name stays visible).
|
|
18
|
+
- New **Projects bar chart** in the left column — colored bars ranked
|
|
19
|
+
by turn count. Stable per-name OKLCH palette (8 colors, hash-keyed)
|
|
20
|
+
so a project keeps the same color across sessions. Click any row to
|
|
21
|
+
open its full breakdown.
|
|
22
|
+
- **Donut legend** gains a turn-count column alongside the percentage.
|
|
23
|
+
- **Savings card** elevated: radial green backdrop, money figure 40px,
|
|
24
|
+
soft glow — makes the "what Synthra saved you" number the visual
|
|
25
|
+
anchor of the dashboard.
|
|
26
|
+
- **Recent turns column headers** are now hover-explainable.
|
|
27
|
+
- Active-project chip tightens + month name hides under 1100px width.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
10
31
|
## [0.1.13] — 2026-05-29
|
|
11
32
|
|
|
12
33
|
### Fixed
|