Skip to content

Releases: tohjustin/pomodori

v2.2.0 Release

26 May 06:30
Compare
Choose a tag to compare

Patch is up live @ https://pomodori-pwa.firebaseapp.com/

Changes

  • f2a4535: Remove Google Analytics (to avoid GDPR -_-)

v2.1.1 Release

12 Jul 04:43
Compare
Choose a tag to compare

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

11 Jul 05:22
Compare
Choose a tag to compare

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

10 Jul 04:44
Compare
Choose a tag to compare

Updated project to use the latest PWA template from vue-cli

v1.2.0 Release

22 Jan 07:17
Compare
Choose a tag to compare

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

03 Jan 06:54
Compare
Choose a tag to compare

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

02 Jan 07:46
Compare
Choose a tag to compare

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

01 Jan 09:03
Compare
Choose a tag to compare

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