@@ -24,6 +24,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- ** Performance Optimization** : Improved image loading and caching for gallery components
25
25
- ** Accessibility Enhancements** : Ensuring WCAG 2.1 AA compliance across new features
26
26
27
+ ## [ 0.7.5] - 2025-03-15
28
+ ### Added
29
+ - Event status management system with status selector component
30
+ - QR code generation during event creation process
31
+ - Event status update functionality with visual feedback
32
+ - Enhanced QR code page with improved layout and instructions
33
+ - New Add Attendee dialog with improved user experience
34
+ - Function to update event status in the database
35
+
36
+ ### Fixed
37
+ - QR code generation during event creation
38
+ - QR codes not appearing in QR codes listing page
39
+ - Event status not being properly tracked in the database
40
+ - Add Attendee dialog layout and styling issues
41
+ - Form validation and error handling in attendee management
42
+
43
+ ### Changed
44
+ - Improved QR code page layout with responsive grid design
45
+ - Enhanced event details page with status selector
46
+ - Optimized event creation process to include QR code generation
47
+ - Refined Add Attendee dialog with better visual hierarchy
48
+ - Updated form validation patterns for better user feedback
49
+
50
+ ### Technical Debt
51
+ - Identified styling inconsistencies in dialog components
52
+ - Documented remaining issues with Add Attendee dialog
53
+ - Created plan for enhancing QR code functionality
54
+ - Noted areas for improvement in form validation feedback
55
+ - Outlined responsive testing needs for new components
56
+
27
57
## [ 0.7.4] - 2025-03-10
28
58
### Added
29
59
- Functional Create Event interface with Basic Information and Advanced Settings tabs
0 commit comments