Skip to content

Releases: Splode/pomotroid

v0.6.1

18 May 16:58
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

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

09 Feb 22:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Features 🌮

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

Bug Fixes 🐛

  • 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

05 Feb 02:39
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

03 Feb 05:15
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • 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

06 Sep 15:50
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

23 Apr 04:08
3ac18b5
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Feature Update: Auto-start Timer Option

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

v0.2.0 Feature Update: Desktop Notifications

14 Mar 02:12
1291e71
Compare
Choose a tag to compare
  • 💬 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 Minor UI Tweaks

09 Mar 16:38
Compare
Choose a tag to compare
Pre-release
  • Increased click areas for all icon buttons
  • Icon CSS class refactoring

v0.1.1 Minor visual update

31 Jan 22:41
Compare
Choose a tag to compare
Pre-release

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.

Initial Release

31 Jan 03:45
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

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! 🌱