Releases: tohjustin/pomodori
v2.2.0 Release
Patch is up live @ https://pomodori-pwa.firebaseapp.com/
Changes
- f2a4535: Remove Google Analytics (to avoid GDPR -_-)
v2.1.1 Release
Patch is up live @ https://pomodori-pwa.firebaseapp.com/
Bug Fixes
- b25ad61: Fix fast-forward feature not working on mobile browsers.
v2.1.0 Release
The first set of new features in Pomodori v2 has finally released! 🚀
Try out the live app @ https://pomodori-pwa.firebaseapp.com/
New Features
- 💾 User settings are now saved in browser's
localStorage
, your settings are no longer resetted whenever you close the app! - ⏩ Fast forward time when you press & hold on to the POMODORI logo!
v2.0.0 Release
Updated project to use the latest PWA template from vue-cli
v1.2.0 Release
Pomodori now send push notifications when the timer reaches zero!
Try out the live app @ https://pomodori-pwa.firebaseapp.com/
New Features
- Due to the limitations of the playing Audio files on mobile browsers, I've implemented push notifications to replace it.
Note: The Notifications API is not available on iOS devices as the service worker specification has yet to be implemented in Mobile Safari Browser. (click here for more details)
v1.1.0 Release
Pomodori finally works offline!
Try out the live app @ https://pomodori-pwa.firebaseapp.com/
New Features
- With the help of service worker, Pomodori is fully functional offline!
Note: The offline feature is not available on iOS devices as the service worker specification has yet to be implemented in Safari Browser. (click here for more details)
v1.0.1 Patch
Patch is up live @ https://pomodori-pwa.firebaseapp.com/
Bug Fixes
- #3 fix issue with alarm not triggering vibration on device when [Play Alarm Melody] setting is disabled.
v1.0.0 Release
Pomodori v1.0.0 is finally up!
Try out the live app @ https://pomodori-pwa.firebaseapp.com/
Introduction
Material design flavoured pomodoro timer built as a Progressive Web App. The app uses the pomodoro technique to help users to manage their time by breaking down work into intervals.
Features
- Start, pause or reset the pomodoro timer at any point of time.
- Receive an alarm when the timer reaches zero.
- Configure the timer's working & break duration.
- Enable/disable alarm volume
- Enable/disable alarm vibration (only available to mobile devices)
- Add the web application to mobile device's home screen
- Launch web app from mobile device's home screen (after adding it the home screen)
Future Updates
- See Informal Roadmap