@pinkpixel/promptzy 1.3.3 → 1.4.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 CHANGED
@@ -1,184 +1,255 @@
1
- # Changelog
2
-
3
- All notable changes to Promptzy will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [1.3.2] - 2025-07-16
9
-
10
- ### Added
11
- - **🤖 Enhanced AI Assistant:** Completely redesigned AI prompt generation with improved reliability
12
- - **📡 Header-Based API Authentication:** Referrer now sent as HTTP header instead of query parameter for better CORS compatibility
13
- - **♿ Accessibility Improvements:** Added proper DialogDescription components for screen reader support
14
- - **🔧 Client Connection Optimization:** Implemented intelligent Supabase client caching to reduce multiple instance warnings
15
- - **🎯 Aggressive Anti-Fluff System:** Strengthened AI system prompt to eliminate greetings, commentary, and conversational elements
16
-
17
- ### Changed
18
- - **🔄 API Endpoint Migration:** Switched from EventSource to fetch-based streaming for better error handling
19
- - **📝 Prompt Generation Logic:** Updated to use GET requests with query parameters for improved stability
20
- - **🎨 Dialog UX:** Enhanced prompt form dialog with contextual descriptions for better user experience
21
- - **⚡ Performance Optimization:** Reduced Supabase client creation through intelligent caching mechanism
22
- - **🎯 System Prompt Refinement:** Completely rewrote AI system prompt with strict output rules and explicit "NO" list
23
-
24
- ### Fixed
25
- - **🐛 Supabase URL Bug:** Fixed critical issue where prompts were being saved to hardcoded default URL instead of user's configured URL
26
- - **🔗 CORS Issues:** Resolved cross-origin request problems by moving referrer to HTTP headers
27
- - **⚠️ Console Warnings:** Eliminated "Multiple GoTrueClient instances" warnings through proper client management
28
- - **♿ Accessibility Warnings:** Fixed missing DialogDescription warnings for better screen reader support
29
- - **🤖 AI Response Quality:** Eliminated unwanted greetings, commentary, and conversational elements from AI-generated prompts
30
-
31
- ## [1.3.1]
32
-
33
- ### Added
34
- - **🔄 Refresh Prompts Button:** Added manual refresh button in header for both web and mobile PWA
35
- - **📱 Mobile PWA Sync:** Refresh button specifically addresses mobile PWA prompt loading after Supabase configuration
36
- - **🔄 Smart Connection Check:** Refresh function re-validates Supabase connection before loading prompts
37
- - **✨ Loading States:** Visual feedback with spinning icon and disabled button during refresh operation
38
- - **📢 User Feedback:** Toast notifications for refresh success, failure, and connection issues
39
- - **🤖 Animated Robot Logo:** Added cute hover animation and robot sound effect to the Promptzy logo
40
- - **🎵 Interactive Sound:** Robot logo plays a fun sound effect when hovered for enhanced user experience
41
- - **✨ Bouncy Animation:** Logo bounces, rotates, and glows with purple shadow on hover
42
-
43
- ### Changed
44
- - **🎨 Header Layout:** Refresh button positioned between logo and settings for easy access
45
- - **📱 Responsive Design:** Refresh button adapts to mobile with proper touch targets and responsive text
46
- - **⚡ Performance:** Extracted prompt loading logic into reusable function for better code organization
47
-
48
- ### Fixed
49
- - **📱 Mobile PWA Issue:** Prompts now properly load after entering Supabase credentials on mobile app
50
- - **🔄 Cross-Device Sync:** Manual refresh ensures prompts appear when switching devices or browsers
51
- - **🔗 Connection Reliability:** Refresh validates connection before attempting to load data
52
-
53
- ## [1.3.0] - 2025-05-28
54
-
55
- ### Added
56
- - **📱 Progressive Web App (PWA):** Complete PWA implementation with service worker and offline functionality
57
- - **🏠 Mobile App Installation:** Users can now install Promptzy as a mobile app directly from their browser
58
- - **📲 Native App Experience:** PWA provides native app-like experience with no browser UI when installed
59
- - **🔄 Auto-Updates:** Service worker automatically updates the app when new versions are deployed
60
- - **💾 Offline Functionality:** Basic app functionality works offline with intelligent caching
61
- - **🎨 App Manifest:** Professional app manifest with proper branding and icons
62
- - **📱 Mobile Responsive Design:** Complete mobile layout optimization for all screen sizes
63
- - **🎯 Touch-Optimized UI:** Improved touch targets and mobile-friendly interactions
64
-
65
- ### Changed
66
- - **📱 Header Layout:** Mobile header now stacks vertically with full-width responsive buttons
67
- - **🤖 AI Assistant Panel:** Optimized for mobile with proper sizing and responsive content
68
- - **🔘 Button Responsiveness:** Buttons now hide text on very small screens while keeping icons
69
- - **📐 Custom Breakpoints:** Added `xs: 475px` Tailwind breakpoint for better mobile control
70
- - **⚙️ Settings Form:** Removed pre-filled default Supabase credentials - now starts completely blank
71
- - **🎨 Mobile Typography:** Responsive text sizing throughout the application
72
-
73
- ### Fixed
74
- - **📱 Mobile Header Overlap:** Settings button no longer covers title text on mobile
75
- - **🔘 Button Sizing:** Add Prompt button now fits properly on mobile screens
76
- - **🤖 AI Assistant Mobile:** Panel now fits correctly on mobile devices
77
- - **📝 Form Defaults:** Settings form no longer shows old database info by default
78
- - **🎯 Touch Targets:** All interactive elements now have proper touch target sizes
79
-
80
- ### Technical
81
- - **🔧 Vite PWA Plugin:** Added vite-plugin-pwa with Workbox for service worker generation
82
- - **📦 Build Process:** Enhanced build process to generate PWA assets automatically
83
- - **🎨 Tailwind Config:** Extended with custom breakpoints and responsive utilities
84
- - **📱 Manifest Generation:** Automatic web app manifest generation with proper metadata
85
-
86
- ## [1.2.0] - 2025-05-26
87
-
88
- ### Added
89
- - **🎯 Rebranded to Promptzy:** Complete rebrand from "AI Prompt Dashboard" to "Promptzy"
90
- - **✨ New Cute Logo:** Added adorable mascot-style logo for better brand recognition
91
- - **🚀 Enhanced CLI:** Primary CLI command is now `promptzy` (legacy commands still work)
92
- - **📦 New Package Name:** Published as `@pinkpixel/promptzy` on npm
93
-
94
- ### Changed
95
- - Updated all documentation to reflect Promptzy branding
96
- - Enhanced package.json with new repository URLs and package name
97
- - Improved CLI banner with Promptzy branding
98
- - Updated README with new installation instructions
99
-
100
- ### Fixed
101
- - All references to old package name updated
102
- - Repository URLs updated to new GitHub location
103
-
104
- ## [1.1.0] - 2025-05-26
105
-
106
- ### Added
107
- - System prompt configuration for the AI Assistant
108
- - Option to use default or custom system prompt in settings
109
- - Enhanced Supabase integration with user-configurable credentials
110
- - Better connection testing and error handling for Supabase
111
- - Comprehensive manual table setup guide with SQL code
112
- - Direct link to Supabase SQL Editor based on project URL
113
- - Step-by-step instructions for database setup
114
- - Copy-to-clipboard functionality for SQL setup code
115
- - Automatic synchronization when switching storage types
116
- - Integration with vector embeddings search
117
- - Workspace context in prompts
118
- - Delete confirmation dialog for prompt deletions, with "Don't show this again" option
119
- - Cloudflare Pages deployment configuration with wrangler.toml
120
- - GitHub Actions workflow for automated deployment
121
- - Comprehensive deployment guide (DEPLOYMENT.md)
122
- - SPA routing configuration for Cloudflare Pages with _routes.json
123
- - Improved bidirectional sync between local storage and Supabase
124
- - Better logging for troubleshooting sync issues
125
- - Detailed documentation on synchronization behavior in README
126
- - Updated OVERVIEW.md with latest project information and deployment details
127
- - Browser refresh notification for new Supabase connections
128
- - Enhanced AI system prompt with detailed category-specific guidelines
129
- - Auto-update mechanism for outdated AI system prompts in settings
130
- - Global CLI installation support with `prompt-dashboard` and `ai-prompt-dashboard` commands
131
- - Beautiful ASCII banner and colored output for CLI
132
- - NPX support for running without installation
133
-
134
- ### Changed
135
- - Improved Supabase client to dynamically use user-provided credentials
136
- - More robust error handling for cloud storage operations
137
- - Better fallback to local storage when cloud operations fail
138
- - Enhanced feedback during connection testing and table setup
139
- - Updated table creation flow to focus on manual setup via SQL Editor
140
- - Prompt card list switched from CSS grid to responsive Masonry-style flex columns to isolate vertical expansion
141
- - Updated _routes.json to properly handle SPA routing in Cloudflare Pages
142
- - Enhanced storage type persistence between sessions
143
- - Improved authentication detection for anonymous Supabase usage
144
- - Verified Cloudflare Pages deployment configuration with proper SPA routing
145
- - "Test Connection" button renamed to "Connect" for better UX
146
- - AI system prompt completely rewritten for better prompt generation quality
147
- - Removed non-functional "Create Table" button and improved manual setup flow
148
-
149
- ### Fixed
150
- - Table access error handling for Supabase environments
151
- - Permissions issues with automatic table creation
152
- - `.btn-hover-effect` overlay no longer blocks pointer events on card controls
153
- - Expand/collapse toggle now only affects individual cards, not all cards
154
- - Cloudflare Pages SPA routing issues by adding proper "serve" configuration
155
- - Storage preference not persisting between page reloads
156
- - Supabase synchronization not working correctly between devices
157
- - Fixed bugs in prompt import/export between storage types
158
- - Improved handling of Supabase connection failures
159
- - User-specific data filtering to prevent mixing prompts between users
160
- - Misleading "Create Table" button that couldn't actually create tables
161
- - Better error handling and messaging for Supabase connection failures
162
- - Automatic update of outdated AI system prompts for existing users
163
-
164
- ## [0.1.0] - 2025-05-19
165
-
166
- ### Added
167
- - Initial release of the Prompt Dashboard
168
- - Create, edit, and delete AI prompts
169
- - Organize prompts with custom tags
170
- - Search functionality with text and tag filtering
171
- - Dual storage options (local and Supabase)
172
- - AI Assistant for generating prompt ideas
173
- - User authentication with Supabase
174
- - Responsive UI with Shadcn/UI components and Tailwind CSS
175
-
176
- ### Changed
177
- - Enhanced UI with improved styling
178
- - Icon-based send button
179
- - Automatic API key configuration
180
-
181
- ### Fixed
182
- - Storage synchronization issues
183
- - Tag management bugs
184
- - Form validation errors
1
+ # Changelog
2
+
3
+ All notable changes to Promptzy will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.4.1] - 2026-03-01
9
+
10
+ ### Changed
11
+
12
+ - **🤖 Pollinations API Migration:** Completely migrated AI Assistant from the deprecated `GET https://text.pollinations.ai/` endpoint to the new OpenAI-compatible `POST https://gen.pollinations.ai/v1/chat/completions` API
13
+ - **🔑 API Key Required:** Pollinations now requires an API key for all generation requests; key is stored in Settings → `pollinations-api-key` localStorage — get one free at [enter.pollinations.ai](https://enter.pollinations.ai)
14
+ - **🧠 Model Selection:** Added configurable model field in Settings (default: `gemini-fast` Google Gemini 2.5 Flash Lite); any Pollinations text model can be specified
15
+ - **⚙️ Settings UI:** Added "Pollinations API Key" and "AI Model" inputs to the AI Assistant Configuration section in Settings — no environment variables needed
16
+ - **🧹 Cleanup:** Removed all legacy debug `console.log` calls from the AI streaming flow; removed unused `top_p` / `private` query params
17
+ - **🗝️ Supabase Key Support:** Settings now accepts both the new Supabase publishable key (`sb_publishable_…`) and the legacy anon JWT — label, placeholder, and hint text updated throughout
18
+
19
+ ### Fixed
20
+
21
+ - **📡 Streaming Reliability:** Simplified SSE delta parser skips non-JSON lines cleanly instead of falling back to raw text accumulation
22
+
23
+ ## [1.4.0] - 2026-03-01
24
+
25
+ ### Added
26
+
27
+ - **✨ ShinyButton Component:** New interactive `ShinyButton` component with real-time cursor-tracking shine effects — radial gradient highlights follow mouse position, metallic sheen stripes on hover, three sizes (sm, default, lg), and customizable hex accent color; used in the Settings dialog and other key UI areas
28
+ - **🪟 Glass Theming System:** New `.glass` and `.glass__bar` CSS utility classes for a unified glassmorphism visual language across the UI — backdrop blur, translucent fills, and border highlights keyed to the theme palette
29
+ - **🎨 Accent Color Palette:** Defined CSS custom properties for a structured accent palette: cyan (`#22d3ee`), yellow (`#facc15`), and rose-pink (`#F3397E`) used consistently across buttons, labels, and decorative UI elements
30
+ - **📖 Database Setup Guide (in-app):** Comprehensive step-by-step Database Setup Guide embedded directly in the Settings dialog, covering Supabase project creation, table SQL, and troubleshooting, so users never need to leave the app
31
+ - **🔬 Supabase Diagnostics Panel:** New diagnostics section in SettingsDialog reveals connection health, detected table schema, current user ID, and error details for quick troubleshooting
32
+ - **🧩 supabasePromptStore Utilities:** Added `getSupabaseDiagnostics`, `FULL_SETUP_SQL`, `clearClientCache`, `setCustomUserId`, and `getCurrentUserId` exports for richer connection management from the Settings UI
33
+
34
+ ### Changed
35
+
36
+ - **⚡ Tailwind CSS v4 Migration:** Upgraded from Tailwind CSS v3.4 to v4.x (^4.2.1) — the new CSS-first architecture with `@import "tailwindcss"`, `@theme {}`, `@plugin`, and `@custom-variant` replaces the old PostCSS + `tailwind.config.ts` setup entirely
37
+ - **🔌 @tailwindcss/vite Plugin:** Replaced the PostCSS pipeline with the official `@tailwindcss/vite` plugin; Tailwind is now processed natively inside Vite — faster, simpler, no PostCSS config needed
38
+ - **🎨 CSS-First Theme Config:** All design tokens (colors, border-radius, screens, animations) migrated from `tailwind.config.ts` into a `@theme {}` / `@layer base` block in `src/index.css` — single source of truth in CSS
39
+ - **📦 vite-plugin-pwa v1.2.0:** Upgraded from v0.19.8 (Vite 7 support was missing); added `serialize-javascript` override to patch the upstream vulnerability chain
40
+ - **🗑️ Removed Files:** Deleted `tailwind.config.ts` and `postcss.config.js` no longer needed with the v4 Vite plugin
41
+ - **🖼️ Header Redesign:** Header rebuilt with gradient text logo (cyan→yellow→rose), cyan-accented refresh button with glow on hover, glass background, and `ShinyButton`-powered "Add Prompt" action
42
+ - **🏷️ TagFilter Redesign:** Tag pills redesigned with uppercase tracking labels and distinct active/inactive glass-style states
43
+ - **🔖 TagInput Redesign:** Tag input revamped with new button styles, hover highlights, and improved remove-tag UX
44
+ - **🔍 SearchInput Redesign:** Search input visually overhauled with updated focus ring and icon styling
45
+ - **🃏 PromptCard Enhancement:** Cards enhanced with updated typography, copy feedback, and improved expand/collapse layout
46
+ - **📭 EmptyState Redesign:** Empty state screens redesigned with updated icons, messaging, and styling
47
+ - **🤖 AIAssistant Panel:** AI panel styling refreshed with updated layout, button styles, and glass integration
48
+ - **💬 Toast/Dialog Styling:** Toast notifications and dialogs updated for visual consistency with the new theme
49
+ - **🖼️ App Icons Updated:** Logo and app icons replaced with higher-quality versions across `logo.png`, `public/favicon.png`, and `public/icon.png`
50
+ - **🗂️ Index Page Layout:** Search and tag filter area wrapped in a glass panel for a polished floating-card appearance
51
+ - **⚙️ SettingsDialog:** Imports updated to use `ShinyButton`; connection section enhanced with the new in-app setup guide and diagnostics panel
52
+
53
+ ### Fixed
54
+
55
+ - **🔒 Security:** Resolved 4 high-severity vulnerabilities in `serialize-javascript`, `@rollup/plugin-terser`, `workbox-build`, and `vite-plugin-pwa` via npm `overrides` and package upgrades
56
+ - **🐛 TypeScript:** Removed unnecessary `as any` cast in `AIAssistant.tsx` the ref type already matched
57
+ - **🔧 ESLint Errors:** Fixed `no-empty-object-type` in `textarea.tsx` and `command.tsx` (empty interfaces converted to type aliases)
58
+ - **🖼️ Delete Dialog Styling:** Delete confirmation dialog restyled to match the new glass theme
59
+
60
+ ## [1.3.2] - 2025-07-16
61
+
62
+ ### Added
63
+
64
+ - **🤖 Enhanced AI Assistant:** Completely redesigned AI prompt generation with improved reliability
65
+ - **📡 Header-Based API Authentication:** Referrer now sent as HTTP header instead of query parameter for better CORS compatibility
66
+ - **♿ Accessibility Improvements:** Added proper DialogDescription components for screen reader support
67
+ - **🔧 Client Connection Optimization:** Implemented intelligent Supabase client caching to reduce multiple instance warnings
68
+ - **🎯 Aggressive Anti-Fluff System:** Strengthened AI system prompt to eliminate greetings, commentary, and conversational elements
69
+
70
+ ### Changed
71
+
72
+ - **🔄 API Endpoint Migration:** Switched from EventSource to fetch-based streaming for better error handling
73
+ - **📝 Prompt Generation Logic:** Updated to use GET requests with query parameters for improved stability
74
+ - **🎨 Dialog UX:** Enhanced prompt form dialog with contextual descriptions for better user experience
75
+ - **⚡ Performance Optimization:** Reduced Supabase client creation through intelligent caching mechanism
76
+ - **🎯 System Prompt Refinement:** Completely rewrote AI system prompt with strict output rules and explicit "NO" list
77
+
78
+ ### Fixed
79
+
80
+ - **🐛 Supabase URL Bug:** Fixed critical issue where prompts were being saved to hardcoded default URL instead of user's configured URL
81
+ - **🔗 CORS Issues:** Resolved cross-origin request problems by moving referrer to HTTP headers
82
+ - **⚠️ Console Warnings:** Eliminated "Multiple GoTrueClient instances" warnings through proper client management
83
+ - **♿ Accessibility Warnings:** Fixed missing DialogDescription warnings for better screen reader support
84
+ - **🤖 AI Response Quality:** Eliminated unwanted greetings, commentary, and conversational elements from AI-generated prompts
85
+
86
+ ## [1.3.1]
87
+
88
+ ### Added
89
+
90
+ - **🔄 Refresh Prompts Button:** Added manual refresh button in header for both web and mobile PWA
91
+ - **📱 Mobile PWA Sync:** Refresh button specifically addresses mobile PWA prompt loading after Supabase configuration
92
+ - **🔄 Smart Connection Check:** Refresh function re-validates Supabase connection before loading prompts
93
+ - **✨ Loading States:** Visual feedback with spinning icon and disabled button during refresh operation
94
+ - **📢 User Feedback:** Toast notifications for refresh success, failure, and connection issues
95
+ - **🤖 Animated Robot Logo:** Added cute hover animation and robot sound effect to the Promptzy logo
96
+ - **🎵 Interactive Sound:** Robot logo plays a fun sound effect when hovered for enhanced user experience
97
+ - **✨ Bouncy Animation:** Logo bounces, rotates, and glows with purple shadow on hover
98
+
99
+ ### Changed
100
+
101
+ - **🎨 Header Layout:** Refresh button positioned between logo and settings for easy access
102
+ - **📱 Responsive Design:** Refresh button adapts to mobile with proper touch targets and responsive text
103
+ - **⚡ Performance:** Extracted prompt loading logic into reusable function for better code organization
104
+
105
+ ### Fixed
106
+
107
+ - **📱 Mobile PWA Issue:** Prompts now properly load after entering Supabase credentials on mobile app
108
+ - **🔄 Cross-Device Sync:** Manual refresh ensures prompts appear when switching devices or browsers
109
+ - **🔗 Connection Reliability:** Refresh validates connection before attempting to load data
110
+
111
+ ## [1.3.0] - 2025-05-28
112
+
113
+ ### Added
114
+
115
+ - **📱 Progressive Web App (PWA):** Complete PWA implementation with service worker and offline functionality
116
+ - **🏠 Mobile App Installation:** Users can now install Promptzy as a mobile app directly from their browser
117
+ - **📲 Native App Experience:** PWA provides native app-like experience with no browser UI when installed
118
+ - **🔄 Auto-Updates:** Service worker automatically updates the app when new versions are deployed
119
+ - **💾 Offline Functionality:** Basic app functionality works offline with intelligent caching
120
+ - **🎨 App Manifest:** Professional app manifest with proper branding and icons
121
+ - **📱 Mobile Responsive Design:** Complete mobile layout optimization for all screen sizes
122
+ - **🎯 Touch-Optimized UI:** Improved touch targets and mobile-friendly interactions
123
+
124
+ ### Changed
125
+
126
+ - **📱 Header Layout:** Mobile header now stacks vertically with full-width responsive buttons
127
+ - **🤖 AI Assistant Panel:** Optimized for mobile with proper sizing and responsive content
128
+ - **🔘 Button Responsiveness:** Buttons now hide text on very small screens while keeping icons
129
+ - **📐 Custom Breakpoints:** Added `xs: 475px` Tailwind breakpoint for better mobile control
130
+ - **⚙️ Settings Form:** Removed pre-filled default Supabase credentials - now starts completely blank
131
+ - **🎨 Mobile Typography:** Responsive text sizing throughout the application
132
+
133
+ ### Fixed
134
+
135
+ - **📱 Mobile Header Overlap:** Settings button no longer covers title text on mobile
136
+ - **🔘 Button Sizing:** Add Prompt button now fits properly on mobile screens
137
+ - **🤖 AI Assistant Mobile:** Panel now fits correctly on mobile devices
138
+ - **📝 Form Defaults:** Settings form no longer shows old database info by default
139
+ - **🎯 Touch Targets:** All interactive elements now have proper touch target sizes
140
+
141
+ ### Technical
142
+
143
+ - **🔧 Vite PWA Plugin:** Added vite-plugin-pwa with Workbox for service worker generation
144
+ - **📦 Build Process:** Enhanced build process to generate PWA assets automatically
145
+ - **🎨 Tailwind Config:** Extended with custom breakpoints and responsive utilities
146
+ - **📱 Manifest Generation:** Automatic web app manifest generation with proper metadata
147
+
148
+ ## [1.2.0] - 2025-05-26
149
+
150
+ ### Added
151
+
152
+ - **🎯 Rebranded to Promptzy:** Complete rebrand from "AI Prompt Dashboard" to "Promptzy"
153
+ - **✨ New Cute Logo:** Added adorable mascot-style logo for better brand recognition
154
+ - **🚀 Enhanced CLI:** Primary CLI command is now `promptzy` (legacy commands still work)
155
+ - **📦 New Package Name:** Published as `@pinkpixel/promptzy` on npm
156
+
157
+ ### Changed
158
+
159
+ - Updated all documentation to reflect Promptzy branding
160
+ - Enhanced package.json with new repository URLs and package name
161
+ - Improved CLI banner with Promptzy branding
162
+ - Updated README with new installation instructions
163
+
164
+ ### Fixed
165
+
166
+ - All references to old package name updated
167
+ - Repository URLs updated to new GitHub location
168
+
169
+ ## [1.1.0] - 2025-05-26
170
+
171
+ ### Added
172
+
173
+ - System prompt configuration for the AI Assistant
174
+ - Option to use default or custom system prompt in settings
175
+ - Enhanced Supabase integration with user-configurable credentials
176
+ - Better connection testing and error handling for Supabase
177
+ - Comprehensive manual table setup guide with SQL code
178
+ - Direct link to Supabase SQL Editor based on project URL
179
+ - Step-by-step instructions for database setup
180
+ - Copy-to-clipboard functionality for SQL setup code
181
+ - Automatic synchronization when switching storage types
182
+ - Integration with vector embeddings search
183
+ - Workspace context in prompts
184
+ - Delete confirmation dialog for prompt deletions, with "Don't show this again" option
185
+ - Cloudflare Pages deployment configuration with wrangler.toml
186
+ - GitHub Actions workflow for automated deployment
187
+ - Comprehensive deployment guide (DEPLOYMENT.md)
188
+ - SPA routing configuration for Cloudflare Pages with \_routes.json
189
+ - Improved bidirectional sync between local storage and Supabase
190
+ - Better logging for troubleshooting sync issues
191
+ - Detailed documentation on synchronization behavior in README
192
+ - Updated OVERVIEW.md with latest project information and deployment details
193
+ - Browser refresh notification for new Supabase connections
194
+ - Enhanced AI system prompt with detailed category-specific guidelines
195
+ - Auto-update mechanism for outdated AI system prompts in settings
196
+ - Global CLI installation support with `prompt-dashboard` and `ai-prompt-dashboard` commands
197
+ - Beautiful ASCII banner and colored output for CLI
198
+ - NPX support for running without installation
199
+
200
+ ### Changed
201
+
202
+ - Improved Supabase client to dynamically use user-provided credentials
203
+ - More robust error handling for cloud storage operations
204
+ - Better fallback to local storage when cloud operations fail
205
+ - Enhanced feedback during connection testing and table setup
206
+ - Updated table creation flow to focus on manual setup via SQL Editor
207
+ - Prompt card list switched from CSS grid to responsive Masonry-style flex columns to isolate vertical expansion
208
+ - Updated \_routes.json to properly handle SPA routing in Cloudflare Pages
209
+ - Enhanced storage type persistence between sessions
210
+ - Improved authentication detection for anonymous Supabase usage
211
+ - Verified Cloudflare Pages deployment configuration with proper SPA routing
212
+ - "Test Connection" button renamed to "Connect" for better UX
213
+ - AI system prompt completely rewritten for better prompt generation quality
214
+ - Removed non-functional "Create Table" button and improved manual setup flow
215
+
216
+ ### Fixed
217
+
218
+ - Table access error handling for Supabase environments
219
+ - Permissions issues with automatic table creation
220
+ - `.btn-hover-effect` overlay no longer blocks pointer events on card controls
221
+ - Expand/collapse toggle now only affects individual cards, not all cards
222
+ - Cloudflare Pages SPA routing issues by adding proper "serve" configuration
223
+ - Storage preference not persisting between page reloads
224
+ - Supabase synchronization not working correctly between devices
225
+ - Fixed bugs in prompt import/export between storage types
226
+ - Improved handling of Supabase connection failures
227
+ - User-specific data filtering to prevent mixing prompts between users
228
+ - Misleading "Create Table" button that couldn't actually create tables
229
+ - Better error handling and messaging for Supabase connection failures
230
+ - Automatic update of outdated AI system prompts for existing users
231
+
232
+ ## [0.1.0] - 2025-05-19
233
+
234
+ ### Added
235
+
236
+ - Initial release of the Prompt Dashboard
237
+ - Create, edit, and delete AI prompts
238
+ - Organize prompts with custom tags
239
+ - Search functionality with text and tag filtering
240
+ - Dual storage options (local and Supabase)
241
+ - AI Assistant for generating prompt ideas
242
+ - User authentication with Supabase
243
+ - Responsive UI with Shadcn/UI components and Tailwind CSS
244
+
245
+ ### Changed
246
+
247
+ - Enhanced UI with improved styling
248
+ - Icon-based send button
249
+ - Automatic API key configuration
250
+
251
+ ### Fixed
252
+
253
+ - Storage synchronization issues
254
+ - Tag management bugs
255
+ - Form validation errors
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Pink Pixel
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Pink Pixel
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.