vibespot 0.9.3 → 0.9.5
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/README.md +9 -8
- package/dist/index.js +145 -145
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/ui/chat.js +3 -0
- package/ui/dashboard.js +32 -28
- package/ui/dialog.js +24 -3
- package/ui/index.html +22 -10
- package/ui/settings.js +19 -0
- package/ui/styles.css +31 -11
package/README.md
CHANGED
|
@@ -119,14 +119,15 @@ Settings are managed in the **Settings** panel (tabbed: AI, HubSpot, GitHub, vib
|
|
|
119
119
|
|
|
120
120
|
## What's New (v0.9)
|
|
121
121
|
|
|
122
|
-
- **
|
|
123
|
-
- **
|
|
124
|
-
- **
|
|
125
|
-
- **
|
|
126
|
-
- **
|
|
127
|
-
- **
|
|
128
|
-
- **
|
|
129
|
-
- **
|
|
122
|
+
- **Security hardening** (v0.9.5) — shell injection prevention, CORS restriction, XSS prevention, security headers, API key file permissions
|
|
123
|
+
- **Code editor** (v0.9.3) — CodeMirror 6 with syntax highlighting, file browser, Preview/Code toggle, dark/light theme
|
|
124
|
+
- **Feedback button** (v0.9.4) — submit bug reports and feature requests directly from the UI
|
|
125
|
+
- **Design extraction** (v0.9.3) — AI-powered styleguide generation from existing themes
|
|
126
|
+
- **Multi-template import** (v0.9.3) — scan and import all templates from a theme
|
|
127
|
+
- **HubSpot API mode** (v0.9.0) — upload, download, and manage themes without the HubSpot CLI
|
|
128
|
+
- **File uploads** (v0.8.0) — attach images and documents to chat (drag-and-drop or paperclip)
|
|
129
|
+
- **Per-template version history** (v0.7.0) — scoped git commits, filtered history, safe rollback
|
|
130
|
+
- **Light/dark mode** (v0.6.0) — system preference detection, persisted toggle
|
|
130
131
|
|
|
131
132
|
See [CHANGELOG.md](CHANGELOG.md) for the full history.
|
|
132
133
|
|