You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.0.0] - 2026-02-09
11
+
12
+
### Added
13
+
-**GeoIP Location Support**: Show country codes for remote IPs using GeoLite2 databases with auto-discovery (#151)
14
+
-**PCAP Export with Process Attribution**: Export captured packets to PCAP files with a process attribution JSONL sidecar for Wireshark enrichment (#137)
15
+
-**eBPF-based ICMP PID Tracking**: Track process IDs for ICMP connections using eBPF on Linux (#136)
16
+
-**Process Detection Degradation Warnings**: Show warnings in the UI when process detection falls back to a less accurate method (#128)
17
+
-**ARM64 Musl Static Builds**: CI now produces arm64 musl static Linux builds with eBPF support
18
+
19
+
### Fixed
20
+
-**Service Name Precedence**: Corrected ordering when multiple service name sources conflict (#150)
21
+
-**Pointer Dereference Safety**: Use `as_ref()` for safer pointer dereference in macOS/FreeBSD interface stats (#147)
22
+
-**Clippy Warnings**: Resolve `unnecessary_unwrap` errors flagged by clippy (#144)
23
+
-**ICMP Dead Code**: Remove dead code warning in ICMP handling (#138)
24
+
-**GitHub Actions Permissions**: Add explicit permissions to all GitHub Actions workflows (#131)
25
+
-**Logging Initialization**: Set up logging level before privileges check for earlier diagnostic output (#143)
0 commit comments