Releases: KosMaster87/lets-todo-app
Releases · KosMaster87/lets-todo-app
Release v1.6.0
Added
- Align App release script with API improvements
Other
- chore: Prepare frontend for production staging
Release v1.2.0
[1.2.0] - 2025-10-30
Added
- Add professional release script with changelog generation
- Add comprehensive API domain detection for all environments (feat, staging, production)
- Remove ALL console statements including warn, error, debug with improved regex
- Disable DEBUG_MODE in staging cleanup for production-ready logs
- Remove ALL console.log statements in staging cleanup
- Remove ALL single-line comments (//) in staging cleanup
- Add automatic push to staging:prepare script
- Add docs-api and docs-app cleanup for frontend staging
- Enhanced staging cleanup - remove deployment dirs and dev docs for production
- Add automated staging:prepare workflow for frontend
- Add automated staging cleanup scripts for frontend deployment
- Translate imprint page content from German to English
- Translate application content from German to English
- Update .gitignore and README for improved documentation structure
- Update web app icons and manifest for improved branding and documentation
- Add detailed developer branch architecture documentation and code patterns
- import-export): Implement comprehensive import/export utilities for todos
- Add dark mode styles for trash todo items, enhancing visibility and aesthetics
- Add dark mode styles for reset password confirmation, including user info display and validation messages
- Refine dark mode styles for form elements and todo display, adjusting borders and adding validation states
- Update dark theme styles and enhance input field design
- Enhance todo action setup with DOM state retrieval and UI initialization
- Implement Todo Server Synchronization Manager
- Implement smart sync for user preferences and todos
- Improve HTML rendering and debugging for todo content display
- Update manifest details and add cursor position debug test page
- Enhance session management with remember preference for persistent storage
- Implement reset password functionality with confirmation and validation
- Enhance change password functionality with session validation checks
- Refactor personal data navigation module for improved structure and functionality
- Implement change password functionality with form validation and user feedback
- Implement navigation services for various views including login, registration, dashboard, todos, and options
- Enhance todo management by supporting flexible ID handling and improving server synchronization
- Notify listeners after updating application state during initialization
- Modularize state management by extracting data persistence, session management, and todo operations into separate modules
- Implement route preservation and saving for navigation
- Implement Service Registry for centralized service management
Changed
- Remove console log statements for cleaner code and improved performance
- Remove direct event handler assignment for register submit button in navigation setup
- Streamline state management by delegating responsibilities to dedicated modules and removing unused functions
- Extract application initialization logic into AppInitializer for improved separation of concerns
- Extract UI state management into a dedicated UIStateManager for improved modularity and maintainability
- Implement unified storage management system for improved data handling