Skip to content

Releases: cassidoo/todometer

Version 3.0.0

01 May 23:42

Choose a tag to compare

After many years, todometer has a fresh coat of paint, updated dependencies, and some long-awaited features!

  • Auto-updating/ability to check for updates
  • Ability to edit tasks: just click on a to-do item's text to edit it.
  • Drag and drop: click and drag tasks to pause or complete them (or just rearrange/reprioritize them)
  • Tasks stored in SQLite: now no longer in local storage, your tasks can live anywhere. Your data vault can be in a default spot (where you never touch it), or you can put it in your favorite cloud hosting folder for syncing across devices.
  • New settings panel that includes configuration for new features:
    • Moving your data vault
    • Local REST API on localhost:19747 with bearer token auth
    • todometer:// protocol handler for deep links
    • MCP server (separate stdio entrypoint) for AI assistant integration
    • Button for copying your task list to the clipboard
  • Updated logo and icons to have slightly rounded edges (all done by hand ✨)
  • New build process for releases

Version 2.0.1

26 Feb 21:27

Choose a tag to compare

They say that the best way to find bugs is to make a release. Here's the latest with some improvements:

  • #77: This fixes notifications settings that were not saving properly
  • #76 + #78: This allows for users to resume their tasks that they paused before
  • #79: This adds the ability to see an example notification before enabling them

todometer Version 2!

25 Feb 02:00
b005139

Choose a tag to compare

There are a LOT of changes here!

  • 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

Bug fixes!

05 Aug 08:41

Choose a tag to compare

Fixed a few bugs in the issue section, as well as added app version to the menu.

Bug list:

  • #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.

Launched todometer for Windows

16 May 22:44

Choose a tag to compare

In this latest release we've launched todometer for Windows! There will be some OS-specific bugs, so issues are welcome. :)