@@ -1911,105 +1911,104 @@ New releases and improvements
19111911 - Electron workflow: 4 line changes
19121912- README.md updates (3 line changes)
19131913
1914- ## v0.2.0
1915- 2025-10-09
1916-
1914+ <Update label = " October 9, 2025" tags = { [" New releases" , " Improvements" ]} rss = { { title: " Application foundation and comprehensive settings system" }} >
1915+ ## New features
19171916
1918- ** Added**
1919- - Complete application foundation with initial codebase structure
1920- - Comprehensive settings system:
1921- - GithubConnection component (990 lines) for GitHub integration
1922- - ConnectionDiagnostics component (610 lines) for testing connections
1923- - ConnectionsTab (184 lines) for managing integrations
1924- - TabManagement component (380 lines) for tab organization
1925- - DraggableTabList component (163 lines) for customizable tab layout
1926- - ConnectionForm component (188 lines) for service connections
1927- - CreateBranchDialog component (153 lines) for Git branch creation
1928- - GitHubAuthDialog component (190 lines) for GitHub authentication
1929- - PushToGitHubDialog component for repository operations
1930- - RepositoryCard component (146 lines) for repository display
1931- - Multiple additional connection components for NetlifyConnection and VercelConnection
1932- - Settings infrastructure components (10+ files)
1933- - GitHub issue templates and workflows configuration
1934- - Complete documentation system
1917+ * Complete application foundation with initial codebase structure
1918+ * Comprehensive settings system:
1919+ * GithubConnection component (990 lines) for GitHub integration
1920+ * ConnectionDiagnostics component (610 lines) for testing connections
1921+ * ConnectionsTab (184 lines) for managing integrations
1922+ * TabManagement component (380 lines) for tab organization
1923+ * DraggableTabList component (163 lines) for customizable tab layout
1924+ * ConnectionForm component (188 lines) for service connections
1925+ * CreateBranchDialog component (153 lines) for Git branch creation
1926+ * GitHubAuthDialog component (190 lines) for GitHub authentication
1927+ * PushToGitHubDialog component for repository operations
1928+ * RepositoryCard component (146 lines) for repository display
1929+ * Multiple additional connection components for NetlifyConnection and VercelConnection
1930+ * Settings infrastructure components (10+ files)
1931+ * GitHub issue templates and workflows configuration
1932+ * Complete documentation system
19351933
1934+ ## Improvements
19361935
1937- ** Changed**
1938- - Application renamed from "CodinIT Desktop" to "CodinIT.dev"
1939- - Updated branding across all files
1940- - Changed references in documentation
1941- - Updated README and configuration files
1942- - Enhanced Docker configuration (110 line changes)
1943- - Better build process
1944- - Improved caching
1945- - Production optimizations
1946- - README.md major overhaul (67 line changes)
1947- - Better project description
1948- - Improved setup instructions
1949- - Enhanced documentation
1950- - Settings components redesign:
1951- - ControlPanel: 378 line changes for better organization
1952- - TabTile: 190 line changes for improved UX
1953- - NetlifyConnection: 267 line changes for better integration
1954- - VercelConnection: 141 line changes for enhanced functionality
1955- - AvatarDropdown improvements (49 line changes)
1956- - Better user menu
1957- - Improved styling
1958- - Component type definitions (40 line changes in types.ts)
1959- - FAQ.md updates (30 line reduction for clarity)
1960- - GitHub workflows reorganization:
1961- - Added ci.yaml workflow (27 lines)
1962- - Added pr-release-validation.yaml (31 lines)
1963- - Added update-stable.yml (127 lines)
1964- - Added semantic-pr.yaml (32 lines)
1965- - Docker workflow enhancements (15 line changes)
1966- - Docs workflow improvements (6 line changes)
1967- - Electron workflow updates (14 line changes)
1968- - Lighthouse configuration (10 line changes)
1969- - Build scripts and actions updates:
1970- - setup-and-build action: 8 line changes
1971- - generate-changelog.sh: 2 line changes
1972- - .env.example additions (4 line additions)
1973- - Bug report template updates (4 line changes)
1974- - Issue config improvements (9 line changes)
1936+ * Application renamed from "CodinIT Desktop" to "CodinIT.dev"
1937+ * Updated branding across all files
1938+ * Changed references in documentation
1939+ * Updated README and configuration files
1940+ * Enhanced Docker configuration (110 line changes)
1941+ * Better build process
1942+ * Improved caching
1943+ * Production optimizations
1944+ * README.md major overhaul (67 line changes)
1945+ * Better project description
1946+ * Improved setup instructions
1947+ * Enhanced documentation
1948+ * Settings components redesign:
1949+ * ControlPanel: 378 line changes for better organization
1950+ * TabTile: 190 line changes for improved UX
1951+ * NetlifyConnection: 267 line changes for better integration
1952+ * VercelConnection: 141 line changes for enhanced functionality
1953+ * AvatarDropdown improvements (49 line changes)
1954+ * Better user menu
1955+ * Improved styling
1956+ * Component type definitions (40 line changes in types.ts)
1957+ * FAQ.md updates (30 line reduction for clarity)
1958+ * GitHub workflows reorganization:
1959+ * Added ci.yaml workflow (27 lines)
1960+ * Added pr-release-validation.yaml (31 lines)
1961+ * Added update-stable.yml (127 lines)
1962+ * Added semantic-pr.yaml (32 lines)
1963+ * Docker workflow enhancements (15 line changes)
1964+ * Docs workflow improvements (6 line changes)
1965+ * Electron workflow updates (14 line changes)
1966+ * Lighthouse configuration (10 line changes)
1967+ * Build scripts and actions updates:
1968+ * setup-and-build action: 8 line changes
1969+ * generate-changelog.sh: 2 line changes
1970+ * .env.example additions (4 line additions)
1971+ * Bug report template updates (4 line changes)
1972+ * Issue config improvements (9 line changes)
19751973
1974+ ## Bug fixes
19761975
1977- ** Fixed**
1978- - Docker repository name case issue
1979- - Changed to lowercase for compatibility
1980- - Added proper naming conventions
1981- - Prettier formatting errors across codebase
1982- - Applied consistent code formatting
1983- - Fixed linting issues
1984- - Build errors in production mode
1985- - Corrected build paths
1986- - Fixed configuration issues
1976+ * Fixed Docker repository name case issue
1977+ * Changed to lowercase for compatibility
1978+ * Added proper naming conventions
1979+ * Fixed Prettier formatting errors across codebase
1980+ * Applied consistent code formatting
1981+ * Fixed linting issues
1982+ * Fixed build errors in production mode
1983+ * Corrected build paths
1984+ * Fixed configuration issues
19871985
1986+ ## Cleanup
19881987
1989- ** Removed**
1990- - CODEOWNERS file (1 line)
1991- - CHANGES.md (92 lines, consolidated into CHANGELOG)
1992- - CLAUDE.md from root (238 lines, moved to project-specific location)
1993- - CONTRIBUTING.md (242 lines, consolidated)
1994- - PROJECT.md (54 lines, information integrated elsewhere)
1995- - Deprecated GitHub workflows:
1996- - preview.yaml (199 lines)
1997- - quality.yaml (181 lines)
1998- - security.yaml (121 lines)
1999- - test-workflows.yaml (247 lines)
2000- - Service integration component files (consolidated):
2001- - ConnectionForm.tsx (193 lines, replaced)
2002- - ConnectionTestIndicator.tsx (60 lines)
2003- - ErrorState.tsx (102 lines)
2004- - LoadingState.tsx (94 lines)
2005- - ServiceHeader.tsx (72 lines)
2006- - Service integration index (6 lines)
1988+ * Removed CODEOWNERS file (1 line)
1989+ * Removed CHANGES.md (92 lines, consolidated into CHANGELOG)
1990+ * Removed CLAUDE.md from root (238 lines, moved to project-specific location)
1991+ * Removed CONTRIBUTING.md (242 lines, consolidated)
1992+ * Removed PROJECT.md (54 lines, information integrated elsewhere)
1993+ * Removed deprecated GitHub workflows:
1994+ * preview.yaml (199 lines)
1995+ * quality.yaml (181 lines)
1996+ * security.yaml (121 lines)
1997+ * test-workflows.yaml (247 lines)
1998+ * Removed service integration component files (consolidated):
1999+ * ConnectionForm.tsx (193 lines, replaced)
2000+ * ConnectionTestIndicator.tsx (60 lines)
2001+ * ErrorState.tsx (102 lines)
2002+ * LoadingState.tsx (94 lines)
2003+ * ServiceHeader.tsx (72 lines)
2004+ * Service integration index (6 lines)
20072005
2006+ ## Documentation
20082007
2009- ** Changed (Documentation) **
2010- - MkDocs configuration updates for better documentation structure
2011- - README improvements for clarity and completeness
2012- - FAQ.md streamlined for better user experience
2008+ * MkDocs configuration updates for better documentation structure
2009+ * README improvements for clarity and completeness
2010+ * FAQ.md streamlined for better user experience
2011+ </ Update >
20132012
20142013## v0.1.0
201520142025-10-06
0 commit comments