All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Handle Windows path correctly (#555) (6ad0def)
- Avoid crash when accessing selected item (#570) (9205e15)
- Replace target column with kind column in tasks view (#478) (903d9fa)
- Add flags and configurations for warnings (#493) (174883f)
- Add
--allow
flag (#513) (8da7037)
- Ignore key release events (#468) (715713a)
- Accept only
file://
,http://
,https://
URI (#486) (031bddd) - Fix column sorting in resources tab (#491) (96c65bd)
- Only trigger lints on async tasks (#517) (4593222)
- Remove duplicate controls from async ops view (#519) (f28ba4a)
- Add pretty format for 'last woken' time (#529) (ea11ad8)
- Update Tonic and Prost dependencies (#364) (f9b8e03)
This commit updates the public dependenciesprost
andtonic
to semver-incompatible versions (v0.11.0 and v0.8.0, respectively). This is a breaking change for users who are integrating theconsole-api
protos with their owntonic
servers or clients. - Update
tonic
to v0.10 and increase MSRV to 1.64 (#464) (96e62c8)
This is a breaking change for users ofconsole-api
andconsole-subscriber
, as it changes the publictonic
dependency to a semver-incompatible version. This breaks compatibility withtonic
0.9.x andprost
0.11.x.
- breaking Update Tonic and Prost dependencies (#364) (f9b8e03)
- Only suggest opening issues for panics (#365) (da2a89c)
- Init error handling before subcmds (#365) (ec66eda)
- Filter out boring frames in backtraces (#365) (95a5e54)
- Include config options in autogenerated issues (#365) (3244a1f)
- Reduce decimal digits in UI (#402) (c13085e)
- Use tokio task ids in task views (#403) (f5b06d2)
- Add support for Unix domain sockets (#388) (a944dbc, closes #296)
- Add scheduled time per task (#406) (f280df9)
- Add task scheduled times histogram (#409) (d92a399)
- Update
tonic
to 0.9 (#420) (48af1ee) - Update MSRV to Rust 1.60.0 (b18ee47)
- Migrate to
ratatui
and updatecrossterm
(#425) (b209dd6) - Help view modal (#432) (359a4e7)
- Add way to inspect details of task from resource view (#449) (132ed4e, closes #448)
- Add warning for tasks that never yield (#439) (d05fa9e)
- breaking Update
tonic
to v0.10 and increase MSRV to 1.64 (#464) (96e62c8)
- Update screenshots in README (#419) (e9bcd67)
- Revert "update screenshots in README (#419)" (993a3d9)
- Update screenshots in README (#421) (8a27f96)
- Add column descriptions for all tables (#431) (e3cf82b)
- Update MSRV version docs to 1.64 (#467) (94a5a51)
- Fix ascii-only flipped input (#377) (652ac34)
- Declare
tokio-console
bin asdefault-run
(#379) (9ce60ec) - Make
retain_for
default to 6s if not specfied (#383) (0a6012b, fixes #382) - Enable view-switching keystrokes on details views (#387) (f417d7a)
- Fix
ViewOptions
default lang' (#394) (a1cf1b8, fixes #393) - Remove
tracing-subscriber
0.2 from dependencies (#404) (768534a) - Fix calculation of busy time during poll (#405) (e2c536a)
- Remove histogram minimum count (#424) (02cf8a6)
- Remove trailing space from task/resource location (#443) (90e5918)
- Make long locations readable (#441) (9428d7f, closes #411)
- Fix task detail view Id to display remote tokio::task::Id (#455) (70c3952)
- Remove histogram minimum count (#424) (2617504)
- Remove trailing space from task/resource location (#443) (29a09ad)
- Make long locations readable (#441) (daa3d51, closes #411)
- 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)