-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BREAKING CHANGE] Replace toggle-privacy
key binding with expand-privacy
and contract-privacy
#1347
Labels
Milestone
Comments
This was referenced Oct 9, 2024
Closed
fujiapple852
changed the title
Add
[BREAKING CHANGE] Add Oct 14, 2024
tui-privacy
config and change default value of tui-privacy-max-ttl
tui-privacy
config and change default value of tui-privacy-max-ttl
Description of the feature from the 0.9.0 release note here. |
fujiapple852
added a commit
that referenced
this issue
Oct 14, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 14, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 14, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
changed the title
[BREAKING CHANGE] Add
[BREAKING CHANGE] Add Oct 15, 2024
tui-privacy
config and change default value of tui-privacy-max-ttl
expand-privacy
and contract-privacy
bindings
fujiapple852
changed the title
[BREAKING CHANGE] Add
[BREAKING CHANGE] Replace Oct 15, 2024
expand-privacy
and contract-privacy
bindingstoggle-privacy
key binding with expand-privacy
and contract-privacy
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
… and `contract-privacy` (#1347)
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 15, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 16, 2024
… and `contract-privacy` (#1347)
fujiapple852
added a commit
that referenced
this issue
Oct 16, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 16, 2024
fujiapple852
added a commit
that referenced
this issue
Oct 16, 2024
Related change: #1365 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
expand-privacy
andcontract-privacy
key bindings which increase and decreasetui-privacy-max-ttl
. The value is clamped in the range 0 (i.e. off) and the current maximum ttl of the trace.Deprecation
This is a breaking change as the existing
toggle-privacy
key binding has been deprecated.If used from a configuration file it will result in an error:
$ sudo ./target/debug/trip 1.1.1.1 Error: toggle-privacy in [bindings] section is deprecated, use expand-privacy and contract-privacy instead
If used as a command line parameter (unlikely) it will result in an error:
The text was updated successfully, but these errors were encountered: