feature: add changelog to about dialog

This commit is contained in:
2025-03-24 20:36:18 +01:00
parent 8ce0c1bf9e
commit c19cdf6f41
4 changed files with 43 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ import os
krow_icon = "icons" + os.sep + "krowlog.svg"
license_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "LICENSE"
changelog_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "changelog.txt"
tab_width = 4