yshavit / whatdid

What did I do all day?
MIT License
8 stars 0 forks source link

restore state on startup #338

Closed yshavit closed 1 year ago

yshavit commented 1 year ago

Save the following state, and restore it on startup:

This means that restarting the app doesn't affect its functionality; it'll be as if it never ended. In particular, this means that restarting the app for an upgrade (either the app's or even the whole computer's) won't mess with your entries.

I think this will resolve issue #268, but I'm going to keep it open a bit for testing.