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 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
- - **HubSpot API mode** — upload, download, and manage themes without the HubSpot CLI
123
- - **File uploads** — attach images and documents to chat (drag-and-drop or paperclip)
124
- - **Tabbed settings** — organized into AI, HubSpot, GitHub, and vibeSpot tabs with descriptions
125
- - **Per-template version history** — scoped git commits, filtered history, safe rollback
126
- - **Light/dark mode** — system preference detection, persisted toggle
127
- - **Performance** — 137KB bundle, ETag caching, lazy SDK loading, session index cache
128
- - **ZIP download** — export themes from the dashboard
129
- - **Inline rename** — double-click to rename projects and templates
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