kandown 0.31.0 → 0.32.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 +14 -0
- package/bin/kandown.js +880 -3355
- package/bin/tui.js +1 -0
- package/dist/index.html +103 -103
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.32.1 — 2026-07-21 — "CLI Modularization & Updater Speed"
|
|
4
|
+
|
|
5
|
+
- **Fixed**: **Auto-Updater Check Throttle** — reduced update check throttle from 24h to 10 minutes (`UPDATE_CHECK_INTERVAL_MS = 10m`) and prioritized global `npm install -g kandown --force` for npm setups so release updates trigger promptly when launching Kandown.
|
|
6
|
+
- **Added**: **`kandown upgrade` Command Alias** — added `upgrade` as an alias for `kandown update`.
|
|
7
|
+
- **Refactored**: **CLI Modular Architecture** — refactored monolithic `bin/kandown.js` (3,500+ lines) into clean, modular TypeScript files in `src/cli/` (`cli.ts`, `lib/updater.ts`, `lib/board-reader.ts`, `lib/daemon.ts`). Built automatically into `bin/kandown.js` via `tsup`.
|
|
8
|
+
|
|
9
|
+
## 0.32.0 — 2026-07-21 — "38 Modern Fable UI Themes Collection"
|
|
10
|
+
|
|
11
|
+
- **Added**: **30 New Curated Fable UI Theme Presets** — expanded Kandown's built-in theme library from 8 to **38 distinct, ultra-crafted modern themes** inspired by iconic tech products, design movements, nature, elements, and luxury aesthetics:
|
|
12
|
+
- **Tech & Tools**: 🐙 **GitHub Primer**, ❄️ **Nordic Polar**, 🧛 **Dracula Pro**, 🌈 **Arc Prism**, ⚡ **Raycast Crimson**, 🎨 **Figma Studio**, 🎵 **Spotify OLED**, ⚡ **Supabase Emerald**, 🔳 **Shadcn Neutral**, 📄 **Notion Dark**.
|
|
13
|
+
- **Nature & Elements**: 🎍 **Kyoto Bamboo**, 🌸 **Tokyo Sakura**, 🏜️ **Sahara Dune**, 🌊 **Abyssal Ocean**, 🌌 **Aurora Borealis**, 🌋 **Volcanic Magma**, 🧊 **Icelandic Glacier**, 🌲 **Deep Moss Forest**, 🌅 **Golden Hour**, 🌠 **Cosmic Nebula**.
|
|
14
|
+
- **Aesthetics & Movements**: 🤖 **Cyberpunk 2077**, 🌆 **80s Synthwave**, 📐 **Bauhaus Studio**, 🗿 **Brutalist Monolith**, 💎 **Luxe Emerald**, 🌧️ **Shinjuku Rain**, ⚙️ **Brushed Copper**, ☕ **Espresso Latte**, 👑 **Black Tie Gold**, 🔮 **Lo-Fi Vaporwave**.
|
|
15
|
+
- **Added**: **Extended Signature Typography Imports** — integrated `Chakra Petch`, `Cinzel`, `DM Sans`, `Orbitron`, `Playfair Display`, and `Sora` into `globals.css` so each of the 38 themes renders with its own bespoke signature display and body fonts.
|
|
16
|
+
|
|
3
17
|
## 0.31.0 — 2026-07-21 — "Fable UI Themes Overhaul"
|
|
4
18
|
|
|
5
19
|
- **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.
|