* **ENHANCEMENT:** a print logger level has been added (lives between info and warning logs). To convert a `print()` statement, simply prefix it with `log.`, i.e. `log.print()`. * **REFACTOR:** logging in now coloured 'in house' without the need of the coloredlogs package
2.5.1
* **ENHANCEMENT:** reworking the `init` command so a user can create/use a settings file in the CWD (instead of the default `~/.config` directory)
2.4.1
* **FIXED** small bug fixes to daemonise code
2.4.0
* **FEATURE** added a class to help daemonise code
2.3.12
* **FIXED** doc fixes
2.3.11
* **FIXED**: deadlocked connections now attempt to reconnect.