v0.2.0
v0.2.0 - "The CLI" Release
Changed
- [BREAKING CHANGE] The
mode
config has new default values. (#33)
mode |
Run Mode |
---|---|
cli |
Run in terminal or as a service |
tray |
Run as terminal application |
When upgrading, you need to manually change your mode
to cli
in koi.yml
.
- Koi now use a specialized logger which acts exactly the same as Koishi. (#35)
- Added
env
config, now you can manually set custom environment variables to pass to all child processes. (#27)
env:
- ENV_A # Enable "ENV_A" variable
- ENV_B=hello world # Set "ENV_B" to "hello world"
- Refactored env replacement logic. (#38)
Fixed
- Removed PTY IO logic for cross-platform consistency.