kandown 0.30.1 → 0.31.0
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 +15 -0
- package/dist/index.html +45 -45
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.31.0 — 2026-07-21 — "Fable UI Themes Overhaul"
|
|
4
|
+
|
|
5
|
+
- **Added**: **Google Fonts Signature Typography Integration** — imported web font packages (`Inter Tight`, `Plus Jakarta Sans`, `Newsreader`, `SF Pro Display`, `Syne`, `Space Grotesk`, `JetBrains Mono`, `Fira Code`, `VT323`) so every theme preset features a distinct signature typography stack.
|
|
6
|
+
- **Added**: **Full-Width Theme Gallery & Grid Layout** — refactored `SettingsPage.tsx` so the theme selector is no longer squished into a narrow 190px right column. It now occupies 100% of the settings container width with a responsive 4-column desktop grid.
|
|
7
|
+
- **Changed**: **Signature Typography & Visual Personalities for 8 Presets**:
|
|
8
|
+
- ⚡ **Vercel**: Geist / Inter Tight font, radical monochrome `#000` / `#FFF`, sharp 6px radius, zero shadows.
|
|
9
|
+
- 📐 **Linear**: Plus Jakarta Sans font, electric violet accent `#5E6AD2`, dark-first surface `#08090A`, 8px radius.
|
|
10
|
+
- 🧡 **Claude**: Newsreader serif display headings, oat crème background `#F5F1EA`, terracotta accent `#D97757`, 12px radius.
|
|
11
|
+
- 🍎 **Apple**: SF Pro Display typography, translucent backdrop blur, system blue `#0A84FF`, 14px squircle radius.
|
|
12
|
+
- 💳 **Stripe**: Syne & Space Grotesk display, indigo night `#0A0A23`, blurple accent `#635BFF`, elevated shadows.
|
|
13
|
+
- 📄 **Paper**: Newsreader serif display, warm studio paper background `#F7F6F3`, flat cards, 4px radius.
|
|
14
|
+
- 🧛 **Catppuccin**: JetBrains Mono & Fira Code monospaced display, official Mocha `#1E1E2E` mauve `#CBA6F7` & Latte.
|
|
15
|
+
- 🖥️ **Terminal**: VT323 retro CRT mono font, pitch black `#0C0C0C`, phosphor neon green `#33FF66`, 0px radius.
|
|
16
|
+
- **Changed**: **Live Mini-Board Preview Cards (`ThemePreviewCard`)** — added live signature font banners (`Aa ✦ <FontName>`), real text task cards ("Refactor Auth", "Theme Engine", "CLI Doctor"), and font signature rendering inside previews.
|
|
17
|
+
|
|
3
18
|
## 0.30.1 — 2026-07-21 — "Fix Auto-Updater Crash"
|
|
4
19
|
|
|
5
20
|
- **Fixed**: **`performGlobalPackageUpdate` missing function error** — added the missing `performGlobalPackageUpdate` definition in `bin/kandown.js`, fixing a runtime `ReferenceError` crash during automatic background CLI updates and `kandown update`.
|