[Setup] Use instance name in default data path (#3171)

* enhance(setup): use instance name in default data path

* chore(changelog): add towncrier entries

* enhance(setup): tell user that instance name is case-sensitive
This commit is contained in:
jack1142
2020-01-02 14:59:22 +01:00
committed by Michael H
parent f3c57b6730
commit f3e7c2028c
5 changed files with 71 additions and 34 deletions

View File

@@ -0,0 +1 @@
Handle invalid folder names for data path gracefully in ``redbot-setup`` and ``redbot --edit``.

View File

@@ -0,0 +1 @@
``redbot-setup`` will now use instance name in default data path to avoid creating second instance with same data path.

View File

@@ -0,0 +1 @@
Instance names can now only include characters A-z, numbers, underscores, and hyphens. Old instances are unaffected by this change.