some new constants + bump version

This commit is contained in:
mst 2024-11-26 15:27:08 +03:00
parent 801153a9b9
commit 9f166efc26

View file

@ -5,9 +5,12 @@ blacklistFile = 'word_blacklist.txt'
# reserved for 1.7.0 or later
# ipBlacklistFile = 'ip_blacklist.txt'
configFile = 'config.json'
exportsFile = 'exports.json'
faviconDir = Path.cwd() / 'static' / 'icons' / 'favicon'
tempDir = Path.cwd() / 'static' / 'temp'
exportsDir = Path('static') / 'exports'
emojiPath = Path.cwd() / 'static' / 'emojis'
appName = 'CatAsk'
version = '1.6.1'
version = '1.7.0'
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
version_id = '-alpha'