New Features
Added new `daemon` job type
- Formerly, r3build had no way to daemonize other process and reload it on change
- `daemon` type is for auto-reloading long-running daemons
- See the new section in [README](https://github.com/puhitaku/r3build/blob/master/README.md#how-to-use-case-2-auto-reloading) for how to use it
Improvements
- Improved logs (formerly, it showed bare file events without formatting)
Bug Fixes
- Fixed the main thread not looping infinitely