Releases: mishamyrt/runon
Releases · mishamyrt/runon
1.0.6
Bug Fixes
- correctly write colored log to file
- adapt installation script to new structure
Features
- move all daemon logic to swift
- sync outputs between logger entities
Refactoring
- rename logger module to log
- improve command splitting
- allow configuring keep alive
1.0.5
Bug Fixes
- sync sub-loggers level
- display correct command name in help
Features
- improve logging
- add subloggers support
Performance Improvements
- avoid interval parsing if nil
Refactoring
- use semaphore for queues
- move config sources to dir
- move action array extension to utils
- improve config actions parsing
- improve entrypoint
Testing
- correctly trim content
- improve stream implementation
1.0.4
Features
- set log level from arguments
- dim log timestamp
Refactoring
- clean up action runner
- isolate logger
- split config and handling
Testing
1.0.3
Bug Fixes
- update changelog before release commit
Features