Skip to content

Commit

Permalink
Make sure the ChangeLog is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Oct 20, 2020
1 parent 6ce2f4e commit 1722816
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@
keystrokes - alphanumeric characters, and angle brackets for compound keys (`<C-s>`, `<A-\>`, `<esc>`,
`<space>`, `<enter>`)
- Added support for themes. See this
[example](https://raw.githubusercontent.com/gcla/termshark/master/assets/themes/dracula.toml). Themes
[example](https://raw.githubusercontent.com/gcla/termshark/master/assets/themes/dracula-256.toml). Themes
are loaded from `~/.config/termshark/themes/` or from a small cache built-in
to termshark. A new minibuffer command `theme` can be used to change theme;
`no-theme` turns off theming.

### Changed

- Fixed a race condition that allowed an invalid Wireshark display filter to be applied.
- Fixed race conditions that resulted in spurious warnings about a failure to kill tshark processes
- If auto-scroll is enabled, and you navigate to a different packet in the packet list view during a live
capture, auto-scroll is resumed if you hit 'G' or the `end` key.

## [2.1.1] - 2020-02-02
### Added
Expand Down

0 comments on commit 1722816

Please sign in to comment.