CHANGELOG
0.0.3 - 2026-09-06
- Code: Add a
-l --listen option to show only listening sockets.
- Code: Add a
-p --pid PID option to show the sockets in the namespace of a given process ID by parsing /proc/PID/net
- Code:
Miniss::Sockets now accepts a custom base folder, missing sockets files are skipped)
- Code: Support
NEW_BOUND_INACTIVE TCP state.
- Compatibility: Drop Crystal 1.7 support. Breaking changes.
- Compatibility: Add support for Crystal 1.8-1.21.
- Maintenance: Update dependencies.
- Maintenance: Update workflows.
- Quality: Fix tests & CI.
- Quality: Lint the code.
0.0.2 - 2023-04-09
- Code: Create a new
Miniss::Socket class so sockets are objects, make the code cleaner, more concise, more modular and more reusable.
- Code: Create a new
Miniss::Sockets to handle the enumeration of Miniss::Socket.
- Code: Add UDP support.
- Code: Add IPv6 support.
- Code: Dynamic column width.
- Code: Argument parser and colors.
- Quality: Begin documenting the code.
- Quality: Lint the code.
- Quality: Add unit tests.
- Quality: Add more typing.
- Branding: Add a logo.
0.0.1 - 2023-03-03