Skip to content

Commit

Permalink
chore: added #859, #1255, #1233, #734, #1225 and #1246 to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 9, 2024
1 parent 64a11a3 commit c8f23a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added

- Added Ubuntu PPA package ([#859](https://github.com/fujiapple852/trippy/issues/859))
- Added Chocolatey package ([#572](https://github.com/fujiapple852/trippy/issues/572))
- Added `--generate-man` flags for generating [ROFF](https://en.wikipedia.org/wiki/Roff_(software)) man
page ([#85](https://github.com/fujiapple852/trippy/issues/85))
- Added support for last icmp packet type (`T`) column ([#1105](https://github.com/fujiapple852/trippy/issues/1105))
- Added support for last icmp packet code (`C`) column ([#1109](https://github.com/fujiapple852/trippy/issues/1109))
- Added settings dialog tab hotkeys ([#1217](https://github.com/fujiapple852/trippy/issues/1217))
- Added NAT detection for `IPv4/udp/dublin` ([#1104](https://github.com/fujiapple852/trippy/issues/1104))
- Added support for NAT detection (`N`) column ([#1219](https://github.com/fujiapple852/trippy/issues/1219))
- Added transient error handling for `IPv4` for macOS, Linux &
Windows ([#1255](https://github.com/fujiapple852/trippy/issues/1255))
- Refresh reverse DNS results after `--dns-ttl` ([#1233](https://github.com/fujiapple852/trippy/issues/1233))

### Changed

Expand All @@ -26,12 +30,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
as `max-[samples|flows]` ([#1187](https://github.com/fujiapple852/trippy/issues/1187))
- Trippy public API ([#1192](https://github.com/fujiapple852/trippy/issues/1192))
- [BREAKING CHANGE] Changed initial sequence to be `33434` ([#1203](https://github.com/fujiapple852/trippy/issues/1203))
- record `icmp` packet code ([#734](https://github.com/fujiapple852/trippy/issues/734))

### Fixed

- `DestinationUnreachable` incorrectly assumed to come from target
- Fixed `DestinationUnreachable` incorrectly assumed to come from target
host ([#1225](https://github.com/fujiapple852/trippy/issues/1225))
- Fixed incorrect target hop calculation ([#1226](https://github.com/fujiapple852/trippy/issues/1226))
- Do not conflate `AddressInUse` and `AddrNotAvailable`
errors ([#1246](https://github.com/fujiapple852/trippy/issues/1246))

## [0.10.0] - 2024-03-31

Expand Down

0 comments on commit c8f23a9

Please sign in to comment.