Releases: quentinformatique/pomodoro-timer
Release list
v1.1.2
v1.1.1
v1.1.0
Add manual mode to change between phases
v1.0.4
v1.0.3
v1.0.2
Release Notes: Pomodoro Timer v1.1.0
🎉 Major Improvements
✅ Timer Persistence Between Pages
The major issue where the timer would reset when navigating between pages has been fixed. You can now:
- Access settings while a cycle is running without losing your progress
- Check the guide and return to the timer without interruption
- Refresh the page and find your timer in the state where you left it
🎨 UI Enhancements
- Updated footer with copyright information "©2025 Quentinformatique"
- Improved timer circle visualization
- Enhanced control buttons for better user experience
⚙️ Technical Changes
- Implementation of a centralized timer management service (
TimerService) - Optimization of React hooks to avoid rendering issues
- Intelligent storage of timer state in cookies
- Recovery of elapsed time even after being away from the application
📋 Bug Fixes
- Fixed TypeScript typing errors
- Improved notification sound management
- Optimized performance during cycle transitions
💡 Coming Soon
In upcoming versions, we plan to add:
- Session statistics
- Full-screen "focus" mode
- Additional themes
Thank you for using Pomodoro Timer to improve your productivity!
©2025 Quentinformatique
v1.0.1
Release Notes: Pomodoro Timer v1.1.0
🎉 Major Improvements
✅ Timer Persistence Between Pages
The major issue where the timer would reset when navigating between pages has been fixed. You can now:
- Access settings while a cycle is running without losing your progress
- Check the guide and return to the timer without interruption
- Refresh the page and find your timer in the state where you left it
⚙️ Technical Changes
- Implementation of a centralized timer management service (
TimerService) - Optimization of React hooks to avoid rendering issues
- Intelligent storage of timer state in cookies
- Recovery of elapsed time even after being away from the application
📋 Bug Fixes
- Fixed TypeScript typing errors
- Improved notification sound management
- Optimized performance during cycle transitions
💡 Coming Soon
In upcoming versions, we plan to add:
- Session statistics
- Full-screen "focus" mode
- Additional themes
Thank you for using Pomodoro Timer to improve your productivity!
V1.0.0
Pomodoro Timer v1.0.0 🎉
A modern, elegant, and feature-rich Pomodoro Timer application built with React, designed with a clean Apple-inspired interface.
✨ New Features
⚙️ Customizable Settings
- Timer Durations: Customize work sessions, short breaks, and long breaks
- Cycles Configuration: Adjust the number of cycles before long breaks
- Persistent Settings: All preferences are saved in cookies
🌍 Internationalization (i18n)
- Full support for English and French
- Language selector in settings
- Automatic language detection based on browser preferences
- Persistent language choice
🎨 Theme System
- 4 beautiful themes available:
- Default theme
- Light theme
- Dark theme
- Blue theme
- Theme persistence through cookies
- Smooth theme transitions
🔔 Browser Notifications
- Native browser notifications for cycle changes
- Permission management
- Custom messages for:
- Work sessions
- Short breaks
- Long breaks
- Session completions
⌨️ Keyboard Shortcuts
Space: Play/Pause timerR: Reset timerM: Toggle soundEsc: Return to timer from settings/guide
📖 User Guide
- Comprehensive documentation
- Multi-language support
- Detailed explanations for all features
- Clean and consistent design
🎯 Core Features
Timer Functionality
- Clean and intuitive circular progress indicator
- Digital time display
- Visual cycle progress indicators
- Sound notifications with mute option
- Automatic cycle transitions
User Interface
- Responsive design for all screen sizes
- Apple-inspired minimal aesthetic
- Smooth animations and transitions
- Clear visual feedback
- Intuitive navigation
🔧 Technical Details
- Built with React and TypeScript
- Modern state management
- Cookie-based persistence
- Responsive CSS with Tailwind
- Modular component architecture
🌟 Coming Soon
- Additional language support
- Custom themes creation
- Statistics tracking
- Mobile app version
Thank you for using our Pomodoro Timer! I hope it helps boost your productivity while maintaining a pleasant user experience. Feel free to report any issues or suggest new features through our GitHub issues.
V0.1
First release, a few features are missing but the app is still usable. List of missing features:
- Settings (choose time intervals, change number of work cycles, ...)
- Statistics
- Persistence
- Few UI upgrades
You can see the site at: pomodo.costesquentin.fr
Full Changelog: https://github.com/quentinformatique/pomodoro-timer/commits/V0.1