-
v4.2
-
New
- If the
config.ymlfile is not found in the expected config directory (e.g.~/.config/xnldorker/on Linux or%APPDATA%/xnldorker/on Windows), it will be automatically created with default values. This fixes the issue where installing withpipxdid not create theconfig.ymlfile. - Add
LICENSEfile.
- If the
-
Changed
- Remove
asynciofrominstall_requiresinsetup.pybecause it is a built-in module and does not need to be installed. - Add
PyYAMLtoinstall_requiresinsetup.pybecause it is used to read theconfig.ymlfile.
- Remove
-