@jefuriiij/synthra 0.8.0 → 0.8.1
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 +13 -0
- package/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +2 -2
- package/dist/dashboard/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ For older versions, see [GitHub Releases](https://github.com/jefuriiij/synthra/r
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.8.1] — 2026-06-16
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Dashboard polish.** The Overview is now a tidy bento — equal-height cards,
|
|
15
|
+
with the Savings and Total-spend cards sized to their content and a tall Moat
|
|
16
|
+
spanning the right that scrolls internally. The Arsenal view groups skills,
|
|
17
|
+
agents, and MCP servers into labeled sections by source ("In this project",
|
|
18
|
+
"Personal · this machine", and one per plugin) so a big toolkit is easy to
|
|
19
|
+
scan. Base text bumped to 14px for readability. UI-only; data unchanged.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
10
23
|
## [0.8.0] — 2026-06-15
|
|
11
24
|
|
|
12
25
|
### Changed
|