Added
--extras jvm-stack-tracehighlights JVM stack traces (Java, Kotlin, Scala, etc.)TAILSPIN_EXTRASenvironment variable to set extras without the--extrasflag
Performance
- Cache ANSI style prefixes in a thread-local, avoiding per-line allocation in the render pipeline
Fixed
- Theme parse and read errors now include the path of the offending file
- Reject unknown fields in
theme.tomlso they surface as errors instead of being silently ignored --execno longer tears down the pager the moment the spawned subprocess exits- Kill the pager when tailspin exits due to a stream error, instead of leaving it orphaned
- Overriding builtin keywords in
theme.tomlshould always take precedence over the builtin
ones (#267)