Releases: LethalCompanyModding/LogMuncher
Releases · LethalCompanyModding/LogMuncher
3.2.1.0
What's Changed
- Next 3.2.1.0 by @RobynLlama in #7
- Makes several hot path functions async for improved performance
- Adds line returns to make output clearer
- General code cleanup
Full Changelog: 3.1.0.1...3.2.1.0
Version 3.1.0.1
What's Changed
- Corrects a typo in line number output ("$" -> "#")
- Log weighting has been tuned to more correctly prioritize all issues regardless of initial log level. This will fix warning spam from filling up the munched log and properly elevate info and debug statements that contain issues.
- Added a comment block on why default weights are the way they are for future maintainers (probably me)
- General code and task cleanup and reorganizing for legibility
Full Changelog: 3.1.0...3.1.0.1
Version 3.1.0
What's Changed
- Adds a new command line switch to filter by log source
Full Changelog: 3.0.2.0...3.1.0
Version 3.0.2
Features:
- Outputs to lovely HTML
- Outputs links to Documentation for each matched problem in each issue