todometer Changelog

What's new in todometer 2.0.1

Feb 27, 2020
  • Improvements:
  • This fixes notifications settings that were not saving properly
  • This allows for users to resume their tasks that they paused before
  • This adds the ability to see an example notification before enabling them

New in todometer 2.0.0 (Feb 25, 2020)

  • Updates Electron
  • Updates React
  • Switches to hooks
  • No more class components
  • Removes Redux
  • Updates application-building steps
  • Updates app icon
  • Makes the app responsive and resizable
  • Reduces app size
  • Removes moment and replaces it with date-fns
  • Makes entire app keyboard-navigable
  • Better Linux support (thanks to @The-Jonsey for this!)
  • Adds reminder and reset notifications

New in todometer 1.0.4 (Sep 15, 2017)

  • #3 and #17: Turns out the mainWindow of the app was being called as the app started up, before it was defined in some cases. Added a fix to set a temporary value to the mainWindow until it's properly created.
  • #15, #38, and #41: The app wasn't refreshing overnight if the computer went to sleep at some point during the day. Added a listener for the computer power to reload the clock when the computer wakes up.
  • #45: Fixed part of this to allow fullscreen on all platforms. Need to do some further testing on Windows to rework the Hide function.