mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
some new constants + bump version
This commit is contained in:
parent
801153a9b9
commit
9f166efc26
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue