Skip to content

Releases: LethalCompanyModding/LogMuncher

3.2.1.0

22 Aug 01:16
49186d0
Compare
Choose a tag to compare

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

12 Aug 01:28
a65b48d
Compare
Choose a tag to compare

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

04 Aug 22:33
0ac72c8
Compare
Choose a tag to compare

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

02 Aug 21:44
5c84486
Compare
Choose a tag to compare

Features:

  • Outputs to lovely HTML
  • Outputs links to Documentation for each matched problem in each issue