Commit graph

4 commits

Author SHA1 Message Date
Lance Edgar
2a835d9bcb feat: use latest flet, try to fix threading issues
see also, previous comment in pyproject.toml (removed in this commit).

there is some event loop error happening on app exit with latest flet,
which may or may not be solved with this commit.  but since flet is
still essentially in beta phase, seems better to stay on latest
version instead of holding back.

this tries to fix the issue(s) in the following ways:

- timestamp thread is now "daemonized"
- if runtime error happens in timestamp control, ignore and exit thread
- if runtime error happens in main thread error handler, also ignore

we'll see what happens next after some usage
2024-07-05 16:41:11 -05:00
Lance Edgar
56ac6b2770 bump: version 0.2.0 → 0.2.1 2024-07-01 11:55:59 -05:00
Lance Edgar
96a571b5d0 bump: version 0.1.0 → 0.2.0 2024-06-10 21:57:16 -05:00
Lance Edgar
af840fdcd4 feat: switch from setup.cfg to pyproject.toml + hatchling 2024-06-10 21:56:59 -05:00