@jefuriiij/synthra 0.1.12 → 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 CHANGED
@@ -7,6 +7,39 @@ 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
+
31
+ ## [0.1.13] — 2026-05-29
32
+
33
+ ### Fixed
34
+
35
+ - **Dashboard footer version is now dynamic.** Was hardcoded to `v0.1.8`
36
+ in the HTML and never updated. The dashboard server now injects the
37
+ running binary's version (from `package.json`) into the footer on every
38
+ `GET /` via a `__SYN_VERSION__` placeholder. Re-run `syn .` after an
39
+ update and the dashboard reflects the new version automatically.
40
+
41
+ ---
42
+
10
43
  ## [0.1.12] — 2026-05-29
11
44
 
12
45
  ### Fixed