You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove save emoji (#25)
As reported in #20, the emoji displayed when data is saved to file
causes issues. As this is not a vital feature, we are removing it
for the sake of better compatibility on MacOS.
Fixes#20.
refactor: make event handlers asynchronous
The event handlers have been made asynchronous to allow them to perform
async I/O as needed. Tasks can also be submitted which are checked for
completion so that their result/exception can be retrieved and reported
back to the user.