1.12.0 (2026-09-26)
Features
Better support for log files with anomalies (malformed and/or reordered logs):
- Still show available logs when some parsing failed (0cd875f)
- Don't add malformed timestamps to log indexes, so that time-based query remains functional (7893e7b)
- Show malformed log records instead of dropping them (5e6e160)
- Show original timestamps for out-of-order log records, and color them by severity (b63a6e1, 7452596)
General improvements:
- Add logfile and loglineno fields, so that it's clear where the particular log message comes from (b387a23)
- add Vim-style search to the logs table, still experimental (45ec78d)
- Add more query debugging info, mainly useful for nerdlog development only (6050e84)