@@ -9,6 +9,58 @@ For backend changes, see [Backend CHANGELOG.md](../backend/CHANGELOG.md).
99
1010---
1111
12+ ## [ 1.0.6] - 2025-06-29
13+
14+ ### 🚀 ** Deployment Infrastructure & UI Improvements**
15+
16+ #### 🔧 ** Enhanced Deployment System**
17+
18+ - ** SSH Deployment Scripts** : Added comprehensive SSH deployment automation with connection testing and enhanced security
19+ - ** Password Authentication** : Disabled password authentication in SSH connection tests for improved security
20+ - ** Deployment Documentation** : Updated README with detailed deployment commands and infrastructure setup
21+ - ** Google Apps Script Configuration** : Enhanced configuration with improved messaging (changed warnings to info level)
22+
23+ #### 🎨 ** User Interface Enhancements**
24+
25+ - ** Reset Button Icon** : Updated reset icon SVG path for improved visual representation and consistency
26+ - ** Code Formatting** : Resolved TypeScript linting errors in ` environment.ts ` configuration file
27+ - ** Google Apps Script Integration** : Fixed deployment ID and environment variable configuration issues
28+
29+ #### 📚 ** Documentation Organization**
30+
31+ - ** README Restructure** : Comprehensive restructuring of README.md for improved clarity and organization
32+ - ** API Documentation** : Properly organized Google Apps Script API fix documentation for better accessibility
33+ - ** Security Documentation** : Enhanced organization of security-related documentation and troubleshooting guides
34+
35+ #### 🔄 ** Configuration Management**
36+
37+ - ** Environment Variables** : Resolved remaining Google Apps Script deployment ID configuration issues
38+ - ** Lint Compliance** : Ensured all code changes pass ESLint and Prettier formatting requirements
39+ - ** Quality Assurance** : Maintained automated quality and security status badge updates
40+
41+ #### 🎯 ** Files Modified**
42+
43+ ** Infrastructure:**
44+ - ` scripts/deploy/ ` - New SSH deployment automation scripts
45+ - ` README.md ` - Comprehensive restructure and deployment documentation
46+ - ` frontend/src/config/environment.ts ` - Formatting fixes and configuration improvements
47+
48+ ** UI Components:**
49+ - Reset button icon SVG path updates for improved visual consistency
50+
51+ ** Documentation:**
52+ - ` docs/ ` - Reorganized Google Apps Script API documentation
53+ - Various security and troubleshooting documentation improvements
54+
55+ #### ✅ ** Impact**
56+
57+ - ✅ ** Enhanced Deployment** : Streamlined and secure deployment process with comprehensive automation
58+ - ✅ ** Improved UX** : Better visual consistency and user interface elements
59+ - ✅ ** Better Documentation** : Clearer organization and more accessible documentation structure
60+ - ✅ ** Configuration Reliability** : Resolved environment variable and deployment configuration issues
61+
62+ ---
63+
1264## [ 1.0.5] - 2025-06-29
1365
1466### 🔒 ** Critical Security Incident Resolution & Infrastructure Hardening**
0 commit comments