Skip to content
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

doc: update CHANGELOG.md for 0.12.0 items #1389

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added `quit-preserve-screen` (default: `shift+q`) key binding to quit Tui without clearing the
screen ([#1382](https://github.com/fujiapple852/trippy/issues/1382))
- Added forward add backward loss heuristics ([#860](https://github.com/fujiapple852/trippy/issues/860))
- Added `--tui-locale` flag to support i18n ([#1319](https://github.com/fujiapple852/trippy/issues/1319))
- Added translations for locales `en`, `fr`, `tr`, `zh`, `pt`, `sv`, `it`, `ru`, `es` &
`de` ([#506](https://github.com/fujiapple852/trippy/issues/506))
- Added `--print-locales` flag to print all available
locales ([#1357](https://github.com/fujiapple852/trippy/issues/1357))
- Added Debian package ([#1312](https://github.com/fujiapple852/trippy/issues/1312))

### Changed

Expand All @@ -24,13 +30,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- [BREAKING CHANGE] Hide source address when `--tui-privacy-max-ttl` is
set ([#1365](https://github.com/fujiapple852/trippy/issues/1365))
- Only show hostnames if different from IPs ([#1363](https://github.com/fujiapple852/trippy/issues/1363))
- Lookup GeoIp with current locale ([#1336](https://github.com/fujiapple852/trippy/issues/1336))

### Fixed

- Reverse dns enqueued multiple times when dns-ttl expires ([#1290](https://github.com/fujiapple852/trippy/issues/1290))
- Fixed panic for icmp extensions with malformed length ([#1287](https://github.com/fujiapple852/trippy/issues/1287))
- Cursor not moved to the bottom on exit when using
`--tui-preserve-screen` ([#1375](https://github.com/fujiapple852/trippy/issues/1375))
- Config item `tui-address-mode` does not accept `ip` ([#1327](https://github.com/fujiapple852/trippy/issues/1327))
- Icmp extension mode not shown in Tui settings ([#1289](https://github.com/fujiapple852/trippy/issues/1289))

## [0.11.0] - 2024-08-11

Expand Down