Skip to content

Latest commit

 

History

History
104 lines (59 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

104 lines (59 loc) · 2.88 KB

0.1.7 (2022-08-10)

Features

  • include config options in autogenerated issues (#365) (fcb54dff)
  • filter out boring frames in backtraces (#365) (523a44a3)
  • init error handling before subcmds (#365) (66465689)
  • only suggest opening issues for panics (#365) (23cb6bf7)
  • update tonic to 0.8 (#364) (40e2f6fd)
  • update console-api to 0.4 (#364) (40e2f6fd)

0.1.6 (2022-05-24)

Bug Fixes

  • default --no_colors to false (#344) (e58352fe)

Features

  • add subcommand to gen shell completions (#336) (df4d4683)
  • display outliers in histogram view (#351) (dec891ff)

0.1.5 (2022-04-30)

Bug Fixes

  • always log to a file instead of stderr (#340) (ef39b9a6, closes #339)

Features

  • add missing configurations to config file (#334) (472ff52e, closes #331)
  • emit a parse error a config file contains unknown fields (#330) (3a67d476)

0.1.4 (2022-04-13)

Features

  • add autogenerated example config file to docs (#327) (79da280f)
  • add gen-config subcommand to generate a config file (#324) (e034f8d0)
  • surface dropped event count if there are any (#316) (16df5d30)
  • read configuration options from a config file (#320) (defe3460, closes #310)

0.1.3 (2022-03-09)

Bug Fixes

  • exit crossterm before printing panic messages (#307) (43606b9a)
  • prevent panics if subscriber reports out-of-order times (#295) (80d7f425)

Features

  • add icon representing column sorting state (#301) (b9e0a226)

0.1.2 (2022-02-18)

Bug Fixes

  • console-api dependencies to require 0.1.2 (#274) (b95f683f, closes #270)
  • missing histogram in task details (#269) (884f4eca, closes #262)

0.1.1 (2022-01-18)

Features

  • feature-flag tracing-journald dependency (#250) (24f25dbd)
  • add vi style keybinds for tables (#223) (1845c998)

Bug Fixes

  • fix task lookup in async ops view (#257) (9a50b630)
  • don't make details requests with rewritten IDs (#251) (4ec26a8d)
  • fix build error with journald enabled (a931b7ec)
  • increase default event buffer capacity a bit (#235) (0cf0aee3)
  • wrap controls line when the terminal is too narrow (#231) (ef415072)
  • don't enable crossterm mouse capture (#222) (e020d66c, closes #167)

Changes

  • move ID rewriting from console-subscriber to the client (#244) (095b1ef)

0.1.0 (2021-12-16)

  • Initial release! 🎉