9 Commits

Author SHA1 Message Date
d36724f3e7 replace watchdog with active polling thread
watchdog does not work on windows. For some
reason file modification events are not
emitted.
Fixed by replacing watchdog with a thread
that polls the modification date ever 0.5s.

Also fixed a bug that the hit view was not
properly destructed.
2025-04-06 09:34:08 +02:00
0246a3fb19 only add versions on Windows
The version-file property only has any effect on Windows.
2025-04-05 10:42:59 +02:00
67f16571f1 add version info to compiled executable
This works on Windows, but it might not work on Linux.
Also the version number is not updated automatically.
I probably have to generate the file from a template, because
even though this is a python file you cannot add python code.
2025-03-26 11:17:07 +01:00
c19cdf6f41 feature: add changelog to about dialog 2025-03-24 20:36:18 +01:00
3a2aa4f109 get version from git tag 2025-03-24 19:36:43 +01:00
81775cc902 show license in about dialog 2023-03-22 20:03:25 +01:00
6ef14a854a unused dependency to urllib3 2022-12-21 10:16:54 +01:00
40598e3b40 add krowlog.ico to have icon on Windows 2022-08-29 17:57:20 +02:00
1ad2323753 update installer to work with Windows and Linux 2022-08-29 16:43:08 +02:00