All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Reduce decimal digits in UI (#402) (57b866d)
- Use tokio task ids in task views (#403) (001fc49)
- Add support for Unix domain sockets (#388) (bff8b8a, closes #296)
- Add scheduled time per task (#406) (ac20daa)
- Add task scheduled times histogram (#409) (3b37dda)
- Update
tonic
to 0.9 (#420) (54f6be9) - Update MSRV to Rust 1.60.0 (e3c5656)
- Update screenshots in README (#419) (4f71484)
- Revert "update screenshots in README (#419)" (7b86f7f)
- Update screenshots in README (#421) (f4d3213)
- Fix ascii-only flipped input (#377) (da0e972)
- Declare
tokio-console
bin asdefault-run
(#379) (40f7971) - Make
retain_for
default to 6s if not specfied (#383) (3248caa, fixes #382) - Enable view-switching keystrokes on details views (#387) (d98f159)
- Fix
ViewOptions
default lang' (#394) (a7548d0, fixes #393) - Fix calculation of busy time during poll (#405) (6fa2185)
- Emit a parse error a config file contains unknown fields (#330) (3a67d47)
- Add missing configurations to config file (#334) (472ff52, closes #331)
- Display outliers in histogram view (#351) (dec891f)
- Add subcommand to gen shell completions (#336) (df4d468)
- Only suggest opening issues for panics (#365) (23cb6bf)
- Init error handling before subcmds (#365) (6646568)
- Filter out boring frames in backtraces (#365) (523a44a)
- Include config options in autogenerated issues (#365) (fcb54df)
- Always log to a file instead of
stderr
(#340) (ef39b9a, fixes #339) - Default
--no_colors
tofalse
(#344) (e58352f)
- Update
tonic
to0.7
(#318) (83d8a87)console-api
is now no longer compatible with projects usingprost
0.9 ortonic
0.7. These crates must be updated to useconsole-api
0.2.
- breaking Update
tonic
to0.7
(#318) (83d8a87) - Read configuration options from a config file (#320) (defe346, closes #310)
- Surface dropped event count if there are any (#316) (16df5d3)
- Add
gen-config
subcommand to generate a config file (#324) (e034f8d) - Add autogenerated example config file to docs (#327) (79da280)