Skip to content

Commit

Permalink
added draft RELEASES.md and assets for #1247
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 18, 2024
1 parent 008bdb1 commit 730dd61
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

Release notes for Trippy 0.6.0 onwards. See also the [CHANGELOG](CHANGELOG.md).

# 0.12.0 - UNRELEASED

## Highlights

Draft release note follows.

### Sample History Missing Probes

Trippy shows a history of samples for each hop as a chart at the bottom of the TUI display. Each vertical line in the
chart corresponds with one sample, which is the value of `Last` column.

If a probe is lost, then the sample for that round will be shown as a blank line. Starting from this release, Trippy
will instead show a full vertical line in red (default theme colour) for lost probes to make them stand out.

<img width="60%" src="https://raw.githubusercontent.com/fujiapple852/trippy/master/assets/0.12.0/lost_probes.png"/>

The theme color of regular samples can be configured using the existing `samples-chart-color` configuration option and
the theme color of lost probes can be configured using the new `samples-chart-lost-color` configuration option.

To set the theme color of lost probes to blue for a single run:

```shell
trip example.com --tui-theme-colors samples-chart-lost-color=blue
```

This can be made permanent by setting the `samples-chart-lost-color` value in the `theme-colors` section of the
configuration file:

```toml
[theme-colors]
samples-chart-lost-color = "blue"
```

See [1242](https://github.com/fujiapple852/trippy/issues/1242) for more details.

# 0.11.0

## Highlights
Expand Down Expand Up @@ -213,6 +248,7 @@ target-port = 33434
```

As the default behavior in Trippy leads to these confusing issues, this release modifies the default sequence number to

33434. This is a **breaking change** and will impact users who rely on the old default initial sequence number.

This change introduces a new problem, albeit a lesser one: UDP traces will now begin with a destination port of 33434
Expand Down
Binary file added assets/0.12.0/lost_probes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 730dd61

Please sign in to comment.