@pinkpixel/promptzy 1.3.2 → 1.4.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 CHANGED
@@ -1,161 +1,240 @@
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.1]
9
-
10
- ### Added
11
- - **🔄 Refresh Prompts Button:** Added manual refresh button in header for both web and mobile PWA
12
- - **📱 Mobile PWA Sync:** Refresh button specifically addresses mobile PWA prompt loading after Supabase configuration
13
- - **🔄 Smart Connection Check:** Refresh function re-validates Supabase connection before loading prompts
14
- - **✨ Loading States:** Visual feedback with spinning icon and disabled button during refresh operation
15
- - **📢 User Feedback:** Toast notifications for refresh success, failure, and connection issues
16
- - **🤖 Animated Robot Logo:** Added cute hover animation and robot sound effect to the Promptzy logo
17
- - **🎵 Interactive Sound:** Robot logo plays a fun sound effect when hovered for enhanced user experience
18
- - **✨ Bouncy Animation:** Logo bounces, rotates, and glows with purple shadow on hover
19
-
20
- ### Changed
21
- - **🎨 Header Layout:** Refresh button positioned between logo and settings for easy access
22
- - **📱 Responsive Design:** Refresh button adapts to mobile with proper touch targets and responsive text
23
- - **⚡ Performance:** Extracted prompt loading logic into reusable function for better code organization
24
-
25
- ### Fixed
26
- - **📱 Mobile PWA Issue:** Prompts now properly load after entering Supabase credentials on mobile app
27
- - **🔄 Cross-Device Sync:** Manual refresh ensures prompts appear when switching devices or browsers
28
- - **🔗 Connection Reliability:** Refresh validates connection before attempting to load data
29
-
30
- ## [1.3.0] - 2025-05-28
31
-
32
- ### Added
33
- - **📱 Progressive Web App (PWA):** Complete PWA implementation with service worker and offline functionality
34
- - **🏠 Mobile App Installation:** Users can now install Promptzy as a mobile app directly from their browser
35
- - **📲 Native App Experience:** PWA provides native app-like experience with no browser UI when installed
36
- - **🔄 Auto-Updates:** Service worker automatically updates the app when new versions are deployed
37
- - **💾 Offline Functionality:** Basic app functionality works offline with intelligent caching
38
- - **🎨 App Manifest:** Professional app manifest with proper branding and icons
39
- - **📱 Mobile Responsive Design:** Complete mobile layout optimization for all screen sizes
40
- - **🎯 Touch-Optimized UI:** Improved touch targets and mobile-friendly interactions
41
-
42
- ### Changed
43
- - **📱 Header Layout:** Mobile header now stacks vertically with full-width responsive buttons
44
- - **🤖 AI Assistant Panel:** Optimized for mobile with proper sizing and responsive content
45
- - **🔘 Button Responsiveness:** Buttons now hide text on very small screens while keeping icons
46
- - **📐 Custom Breakpoints:** Added `xs: 475px` Tailwind breakpoint for better mobile control
47
- - **⚙️ Settings Form:** Removed pre-filled default Supabase credentials - now starts completely blank
48
- - **🎨 Mobile Typography:** Responsive text sizing throughout the application
49
-
50
- ### Fixed
51
- - **📱 Mobile Header Overlap:** Settings button no longer covers title text on mobile
52
- - **🔘 Button Sizing:** Add Prompt button now fits properly on mobile screens
53
- - **🤖 AI Assistant Mobile:** Panel now fits correctly on mobile devices
54
- - **📝 Form Defaults:** Settings form no longer shows old database info by default
55
- - **🎯 Touch Targets:** All interactive elements now have proper touch target sizes
56
-
57
- ### Technical
58
- - **🔧 Vite PWA Plugin:** Added vite-plugin-pwa with Workbox for service worker generation
59
- - **📦 Build Process:** Enhanced build process to generate PWA assets automatically
60
- - **🎨 Tailwind Config:** Extended with custom breakpoints and responsive utilities
61
- - **📱 Manifest Generation:** Automatic web app manifest generation with proper metadata
62
-
63
- ## [1.2.0] - 2025-05-26
64
-
65
- ### Added
66
- - **🎯 Rebranded to Promptzy:** Complete rebrand from "AI Prompt Dashboard" to "Promptzy"
67
- - **✨ New Cute Logo:** Added adorable mascot-style logo for better brand recognition
68
- - **🚀 Enhanced CLI:** Primary CLI command is now `promptzy` (legacy commands still work)
69
- - **📦 New Package Name:** Published as `@pinkpixel/promptzy` on npm
70
-
71
- ### Changed
72
- - Updated all documentation to reflect Promptzy branding
73
- - Enhanced package.json with new repository URLs and package name
74
- - Improved CLI banner with Promptzy branding
75
- - Updated README with new installation instructions
76
-
77
- ### Fixed
78
- - All references to old package name updated
79
- - Repository URLs updated to new GitHub location
80
-
81
- ## [1.1.0] - 2025-05-26
82
-
83
- ### Added
84
- - System prompt configuration for the AI Assistant
85
- - Option to use default or custom system prompt in settings
86
- - Enhanced Supabase integration with user-configurable credentials
87
- - Better connection testing and error handling for Supabase
88
- - Comprehensive manual table setup guide with SQL code
89
- - Direct link to Supabase SQL Editor based on project URL
90
- - Step-by-step instructions for database setup
91
- - Copy-to-clipboard functionality for SQL setup code
92
- - Automatic synchronization when switching storage types
93
- - Integration with vector embeddings search
94
- - Workspace context in prompts
95
- - Delete confirmation dialog for prompt deletions, with "Don't show this again" option
96
- - Cloudflare Pages deployment configuration with wrangler.toml
97
- - GitHub Actions workflow for automated deployment
98
- - Comprehensive deployment guide (DEPLOYMENT.md)
99
- - SPA routing configuration for Cloudflare Pages with _routes.json
100
- - Improved bidirectional sync between local storage and Supabase
101
- - Better logging for troubleshooting sync issues
102
- - Detailed documentation on synchronization behavior in README
103
- - Updated OVERVIEW.md with latest project information and deployment details
104
- - Browser refresh notification for new Supabase connections
105
- - Enhanced AI system prompt with detailed category-specific guidelines
106
- - Auto-update mechanism for outdated AI system prompts in settings
107
- - Global CLI installation support with `prompt-dashboard` and `ai-prompt-dashboard` commands
108
- - Beautiful ASCII banner and colored output for CLI
109
- - NPX support for running without installation
110
-
111
- ### Changed
112
- - Improved Supabase client to dynamically use user-provided credentials
113
- - More robust error handling for cloud storage operations
114
- - Better fallback to local storage when cloud operations fail
115
- - Enhanced feedback during connection testing and table setup
116
- - Updated table creation flow to focus on manual setup via SQL Editor
117
- - Prompt card list switched from CSS grid to responsive Masonry-style flex columns to isolate vertical expansion
118
- - Updated _routes.json to properly handle SPA routing in Cloudflare Pages
119
- - Enhanced storage type persistence between sessions
120
- - Improved authentication detection for anonymous Supabase usage
121
- - Verified Cloudflare Pages deployment configuration with proper SPA routing
122
- - "Test Connection" button renamed to "Connect" for better UX
123
- - AI system prompt completely rewritten for better prompt generation quality
124
- - Removed non-functional "Create Table" button and improved manual setup flow
125
-
126
- ### Fixed
127
- - Table access error handling for Supabase environments
128
- - Permissions issues with automatic table creation
129
- - `.btn-hover-effect` overlay no longer blocks pointer events on card controls
130
- - Expand/collapse toggle now only affects individual cards, not all cards
131
- - Cloudflare Pages SPA routing issues by adding proper "serve" configuration
132
- - Storage preference not persisting between page reloads
133
- - Supabase synchronization not working correctly between devices
134
- - Fixed bugs in prompt import/export between storage types
135
- - Improved handling of Supabase connection failures
136
- - User-specific data filtering to prevent mixing prompts between users
137
- - Misleading "Create Table" button that couldn't actually create tables
138
- - Better error handling and messaging for Supabase connection failures
139
- - Automatic update of outdated AI system prompts for existing users
140
-
141
- ## [0.1.0] - 2025-05-19
142
-
143
- ### Added
144
- - Initial release of the Prompt Dashboard
145
- - Create, edit, and delete AI prompts
146
- - Organize prompts with custom tags
147
- - Search functionality with text and tag filtering
148
- - Dual storage options (local and Supabase)
149
- - AI Assistant for generating prompt ideas
150
- - User authentication with Supabase
151
- - Responsive UI with Shadcn/UI components and Tailwind CSS
152
-
153
- ### Changed
154
- - Enhanced UI with improved styling
155
- - Icon-based send button
156
- - Automatic API key configuration
157
-
158
- ### Fixed
159
- - Storage synchronization issues
160
- - Tag management bugs
161
- - 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.0] - 2026-03-01
9
+
10
+ ### Added
11
+
12
+ - **✨ 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
13
+ - **🪟 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
14
+ - **🎨 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
15
+ - **📖 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
16
+ - **🔬 Supabase Diagnostics Panel:** New diagnostics section in SettingsDialog reveals connection health, detected table schema, current user ID, and error details for quick troubleshooting
17
+ - **🧩 supabasePromptStore Utilities:** Added `getSupabaseDiagnostics`, `FULL_SETUP_SQL`, `clearClientCache`, `setCustomUserId`, and `getCurrentUserId` exports for richer connection management from the Settings UI
18
+
19
+ ### Changed
20
+
21
+ - **⚡ 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
22
+ - **🔌 @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
23
+ - **🎨 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
24
+ - **📦 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
25
+ - **🗑️ Removed Files:** Deleted `tailwind.config.ts` and `postcss.config.js` — no longer needed with the v4 Vite plugin
26
+ - **🖼️ 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
27
+ - **🏷️ TagFilter Redesign:** Tag pills redesigned with uppercase tracking labels and distinct active/inactive glass-style states
28
+ - **🔖 TagInput Redesign:** Tag input revamped with new button styles, hover highlights, and improved remove-tag UX
29
+ - **🔍 SearchInput Redesign:** Search input visually overhauled with updated focus ring and icon styling
30
+ - **🃏 PromptCard Enhancement:** Cards enhanced with updated typography, copy feedback, and improved expand/collapse layout
31
+ - **📭 EmptyState Redesign:** Empty state screens redesigned with updated icons, messaging, and styling
32
+ - **🤖 AIAssistant Panel:** AI panel styling refreshed with updated layout, button styles, and glass integration
33
+ - **💬 Toast/Dialog Styling:** Toast notifications and dialogs updated for visual consistency with the new theme
34
+ - **🖼️ App Icons Updated:** Logo and app icons replaced with higher-quality versions across `logo.png`, `public/favicon.png`, and `public/icon.png`
35
+ - **🗂️ Index Page Layout:** Search and tag filter area wrapped in a glass panel for a polished floating-card appearance
36
+ - **⚙️ SettingsDialog:** Imports updated to use `ShinyButton`; connection section enhanced with the new in-app setup guide and diagnostics panel
37
+
38
+ ### Fixed
39
+
40
+ - **🔒 Security:** Resolved 4 high-severity vulnerabilities in `serialize-javascript`, `@rollup/plugin-terser`, `workbox-build`, and `vite-plugin-pwa` via npm `overrides` and package upgrades
41
+ - **🐛 TypeScript:** Removed unnecessary `as any` cast in `AIAssistant.tsx` — the ref type already matched
42
+ - **🔧 ESLint Errors:** Fixed `no-empty-object-type` in `textarea.tsx` and `command.tsx` (empty interfaces converted to type aliases)
43
+ - **🖼️ Delete Dialog Styling:** Delete confirmation dialog restyled to match the new glass theme
44
+
45
+ ## [1.3.2] - 2025-07-16
46
+
47
+ ### Added
48
+
49
+ - **🤖 Enhanced AI Assistant:** Completely redesigned AI prompt generation with improved reliability
50
+ - **📡 Header-Based API Authentication:** Referrer now sent as HTTP header instead of query parameter for better CORS compatibility
51
+ - **♿ Accessibility Improvements:** Added proper DialogDescription components for screen reader support
52
+ - **🔧 Client Connection Optimization:** Implemented intelligent Supabase client caching to reduce multiple instance warnings
53
+ - **🎯 Aggressive Anti-Fluff System:** Strengthened AI system prompt to eliminate greetings, commentary, and conversational elements
54
+
55
+ ### Changed
56
+
57
+ - **🔄 API Endpoint Migration:** Switched from EventSource to fetch-based streaming for better error handling
58
+ - **📝 Prompt Generation Logic:** Updated to use GET requests with query parameters for improved stability
59
+ - **🎨 Dialog UX:** Enhanced prompt form dialog with contextual descriptions for better user experience
60
+ - **⚡ Performance Optimization:** Reduced Supabase client creation through intelligent caching mechanism
61
+ - **🎯 System Prompt Refinement:** Completely rewrote AI system prompt with strict output rules and explicit "NO" list
62
+
63
+ ### Fixed
64
+
65
+ - **🐛 Supabase URL Bug:** Fixed critical issue where prompts were being saved to hardcoded default URL instead of user's configured URL
66
+ - **🔗 CORS Issues:** Resolved cross-origin request problems by moving referrer to HTTP headers
67
+ - **⚠️ Console Warnings:** Eliminated "Multiple GoTrueClient instances" warnings through proper client management
68
+ - **♿ Accessibility Warnings:** Fixed missing DialogDescription warnings for better screen reader support
69
+ - **🤖 AI Response Quality:** Eliminated unwanted greetings, commentary, and conversational elements from AI-generated prompts
70
+
71
+ ## [1.3.1]
72
+
73
+ ### Added
74
+
75
+ - **🔄 Refresh Prompts Button:** Added manual refresh button in header for both web and mobile PWA
76
+ - **📱 Mobile PWA Sync:** Refresh button specifically addresses mobile PWA prompt loading after Supabase configuration
77
+ - **🔄 Smart Connection Check:** Refresh function re-validates Supabase connection before loading prompts
78
+ - **✨ Loading States:** Visual feedback with spinning icon and disabled button during refresh operation
79
+ - **📢 User Feedback:** Toast notifications for refresh success, failure, and connection issues
80
+ - **🤖 Animated Robot Logo:** Added cute hover animation and robot sound effect to the Promptzy logo
81
+ - **🎵 Interactive Sound:** Robot logo plays a fun sound effect when hovered for enhanced user experience
82
+ - **✨ Bouncy Animation:** Logo bounces, rotates, and glows with purple shadow on hover
83
+
84
+ ### Changed
85
+
86
+ - **🎨 Header Layout:** Refresh button positioned between logo and settings for easy access
87
+ - **📱 Responsive Design:** Refresh button adapts to mobile with proper touch targets and responsive text
88
+ - **⚡ Performance:** Extracted prompt loading logic into reusable function for better code organization
89
+
90
+ ### Fixed
91
+
92
+ - **📱 Mobile PWA Issue:** Prompts now properly load after entering Supabase credentials on mobile app
93
+ - **🔄 Cross-Device Sync:** Manual refresh ensures prompts appear when switching devices or browsers
94
+ - **🔗 Connection Reliability:** Refresh validates connection before attempting to load data
95
+
96
+ ## [1.3.0] - 2025-05-28
97
+
98
+ ### Added
99
+
100
+ - **📱 Progressive Web App (PWA):** Complete PWA implementation with service worker and offline functionality
101
+ - **🏠 Mobile App Installation:** Users can now install Promptzy as a mobile app directly from their browser
102
+ - **📲 Native App Experience:** PWA provides native app-like experience with no browser UI when installed
103
+ - **🔄 Auto-Updates:** Service worker automatically updates the app when new versions are deployed
104
+ - **💾 Offline Functionality:** Basic app functionality works offline with intelligent caching
105
+ - **🎨 App Manifest:** Professional app manifest with proper branding and icons
106
+ - **📱 Mobile Responsive Design:** Complete mobile layout optimization for all screen sizes
107
+ - **🎯 Touch-Optimized UI:** Improved touch targets and mobile-friendly interactions
108
+
109
+ ### Changed
110
+
111
+ - **📱 Header Layout:** Mobile header now stacks vertically with full-width responsive buttons
112
+ - **🤖 AI Assistant Panel:** Optimized for mobile with proper sizing and responsive content
113
+ - **🔘 Button Responsiveness:** Buttons now hide text on very small screens while keeping icons
114
+ - **📐 Custom Breakpoints:** Added `xs: 475px` Tailwind breakpoint for better mobile control
115
+ - **⚙️ Settings Form:** Removed pre-filled default Supabase credentials - now starts completely blank
116
+ - **🎨 Mobile Typography:** Responsive text sizing throughout the application
117
+
118
+ ### Fixed
119
+
120
+ - **📱 Mobile Header Overlap:** Settings button no longer covers title text on mobile
121
+ - **🔘 Button Sizing:** Add Prompt button now fits properly on mobile screens
122
+ - **🤖 AI Assistant Mobile:** Panel now fits correctly on mobile devices
123
+ - **📝 Form Defaults:** Settings form no longer shows old database info by default
124
+ - **🎯 Touch Targets:** All interactive elements now have proper touch target sizes
125
+
126
+ ### Technical
127
+
128
+ - **🔧 Vite PWA Plugin:** Added vite-plugin-pwa with Workbox for service worker generation
129
+ - **📦 Build Process:** Enhanced build process to generate PWA assets automatically
130
+ - **🎨 Tailwind Config:** Extended with custom breakpoints and responsive utilities
131
+ - **📱 Manifest Generation:** Automatic web app manifest generation with proper metadata
132
+
133
+ ## [1.2.0] - 2025-05-26
134
+
135
+ ### Added
136
+
137
+ - **🎯 Rebranded to Promptzy:** Complete rebrand from "AI Prompt Dashboard" to "Promptzy"
138
+ - **✨ New Cute Logo:** Added adorable mascot-style logo for better brand recognition
139
+ - **🚀 Enhanced CLI:** Primary CLI command is now `promptzy` (legacy commands still work)
140
+ - **📦 New Package Name:** Published as `@pinkpixel/promptzy` on npm
141
+
142
+ ### Changed
143
+
144
+ - Updated all documentation to reflect Promptzy branding
145
+ - Enhanced package.json with new repository URLs and package name
146
+ - Improved CLI banner with Promptzy branding
147
+ - Updated README with new installation instructions
148
+
149
+ ### Fixed
150
+
151
+ - All references to old package name updated
152
+ - Repository URLs updated to new GitHub location
153
+
154
+ ## [1.1.0] - 2025-05-26
155
+
156
+ ### Added
157
+
158
+ - System prompt configuration for the AI Assistant
159
+ - Option to use default or custom system prompt in settings
160
+ - Enhanced Supabase integration with user-configurable credentials
161
+ - Better connection testing and error handling for Supabase
162
+ - Comprehensive manual table setup guide with SQL code
163
+ - Direct link to Supabase SQL Editor based on project URL
164
+ - Step-by-step instructions for database setup
165
+ - Copy-to-clipboard functionality for SQL setup code
166
+ - Automatic synchronization when switching storage types
167
+ - Integration with vector embeddings search
168
+ - Workspace context in prompts
169
+ - Delete confirmation dialog for prompt deletions, with "Don't show this again" option
170
+ - Cloudflare Pages deployment configuration with wrangler.toml
171
+ - GitHub Actions workflow for automated deployment
172
+ - Comprehensive deployment guide (DEPLOYMENT.md)
173
+ - SPA routing configuration for Cloudflare Pages with \_routes.json
174
+ - Improved bidirectional sync between local storage and Supabase
175
+ - Better logging for troubleshooting sync issues
176
+ - Detailed documentation on synchronization behavior in README
177
+ - Updated OVERVIEW.md with latest project information and deployment details
178
+ - Browser refresh notification for new Supabase connections
179
+ - Enhanced AI system prompt with detailed category-specific guidelines
180
+ - Auto-update mechanism for outdated AI system prompts in settings
181
+ - Global CLI installation support with `prompt-dashboard` and `ai-prompt-dashboard` commands
182
+ - Beautiful ASCII banner and colored output for CLI
183
+ - NPX support for running without installation
184
+
185
+ ### Changed
186
+
187
+ - Improved Supabase client to dynamically use user-provided credentials
188
+ - More robust error handling for cloud storage operations
189
+ - Better fallback to local storage when cloud operations fail
190
+ - Enhanced feedback during connection testing and table setup
191
+ - Updated table creation flow to focus on manual setup via SQL Editor
192
+ - Prompt card list switched from CSS grid to responsive Masonry-style flex columns to isolate vertical expansion
193
+ - Updated \_routes.json to properly handle SPA routing in Cloudflare Pages
194
+ - Enhanced storage type persistence between sessions
195
+ - Improved authentication detection for anonymous Supabase usage
196
+ - Verified Cloudflare Pages deployment configuration with proper SPA routing
197
+ - "Test Connection" button renamed to "Connect" for better UX
198
+ - AI system prompt completely rewritten for better prompt generation quality
199
+ - Removed non-functional "Create Table" button and improved manual setup flow
200
+
201
+ ### Fixed
202
+
203
+ - Table access error handling for Supabase environments
204
+ - Permissions issues with automatic table creation
205
+ - `.btn-hover-effect` overlay no longer blocks pointer events on card controls
206
+ - Expand/collapse toggle now only affects individual cards, not all cards
207
+ - Cloudflare Pages SPA routing issues by adding proper "serve" configuration
208
+ - Storage preference not persisting between page reloads
209
+ - Supabase synchronization not working correctly between devices
210
+ - Fixed bugs in prompt import/export between storage types
211
+ - Improved handling of Supabase connection failures
212
+ - User-specific data filtering to prevent mixing prompts between users
213
+ - Misleading "Create Table" button that couldn't actually create tables
214
+ - Better error handling and messaging for Supabase connection failures
215
+ - Automatic update of outdated AI system prompts for existing users
216
+
217
+ ## [0.1.0] - 2025-05-19
218
+
219
+ ### Added
220
+
221
+ - Initial release of the Prompt Dashboard
222
+ - Create, edit, and delete AI prompts
223
+ - Organize prompts with custom tags
224
+ - Search functionality with text and tag filtering
225
+ - Dual storage options (local and Supabase)
226
+ - AI Assistant for generating prompt ideas
227
+ - User authentication with Supabase
228
+ - Responsive UI with Shadcn/UI components and Tailwind CSS
229
+
230
+ ### Changed
231
+
232
+ - Enhanced UI with improved styling
233
+ - Icon-based send button
234
+ - Automatic API key configuration
235
+
236
+ ### Fixed
237
+
238
+ - Storage synchronization issues
239
+ - Tag management bugs
240
+ - 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.