Pomotroid Versions Save

:tomato: Simple and visually-pleasing Pomodoro timer

v0.6.1

5 years ago

Timer Improvements ⏱

Improvements to the Timer class, which now uses setTimeout instead of setInterval. This change should remove small, incremental lags in time that could accumulate. See issue #32.

Thank you to @winktim for this enhancement #41

Dependency Updates 📦

Various dependency updates, most notably:

  • electron v4 ➡ v5
  • electron-builder v19 ➡ v20
  • electron-debug v2 ➡ v3

v0.6.0

5 years ago

Features 🌮

  • Volume control :sound: You can now control the volume level of alert sounds.
  • Notifications now display timer duration.

Bug Fixes :bug:

  • Fixes #1. This is accomplished by re-initializing the dial animation on window focus and show events.
  • Fixed a bug where multiple instances of the timer dial animation would be created, leading to inconsistent animations.

v0.5.0

5 years ago

Minor Dev Improvements and About Menu

  • Added an About menu with version information and links to releases page and project documentation.
  • Pass window icon to constructor.
  • Consistent artifact name using electron-builder macros.

v0.4.1

5 years ago
  • Added build for 32-bit Windows arch. Needs testing on 32-bit system.
  • Bug fixes.
  • Several dependencies upgraded, including Babel upgrade from v6 to v7.
  • Note you may need to uninstall previous versions of Pomotroid prior to installing.

Bug Fixes

  • Fixed situation where timer settings and view settings would not persists. See #27
  • Fixed always-on-top bug for Ubuntu 18.04. See #30
  • Fixed situation where default settings would not be reset if settings were changed without loading existing configuration file.

v0.4.0

5 years ago

Feature Update: Minimize to Tray

This release includes a minimize to tray functionality with huge help from @letmaik (see PRs #26 #28 ).

  • Option to minimize application to tray
  • Tray icon animates dynamically with application timer

This feature is currently only available in Windows.

v0.3.0

6 years ago

Feature Update: Auto-start Timer Option

⏱ Option to auto-start the timer upon timer completion. Default is set to true.

v0.2.0

6 years ago
  • 💬 Desktop notifications are now available and active by default.
  • Ability to set window to always on top.
  • New settings menu where you can enable/disable these features.

v0.1.2

6 years ago
  • Increased click areas for all icon buttons
  • Icon CSS class refactoring

v0.1.1

6 years ago

This release contains a few small visual updates, including color-coordinated slider bars within the settings menu.

Edit 2018-02-27: Added Debian/Ubuntu flavored Linux binaries.

v0.1.0

6 years ago

Initial release of Pomotroid. Currently available for Windows 32/64 and Mac OSX.

Pomotroid is in its early stages, so feedback and contributions are welcome! :seedling: