Releases: ewilliams0305/kangaroo
Releases · ewilliams0305/kangaroo
Release 0.3.0
Released via github actions workflow, see repository README.md
What's Changed
- Development by @ewilliams0305 in #64
- Move away from defaulting to windows, create OS X support by @cammurray in #68
- 70 multi target by @ewilliams0305 in #72
- 70 multi target by @ewilliams0305 in #73
- changed tar to zip by @ewilliams0305 in #74
- Development by @ewilliams0305 in #75
New Contributors
- @cammurray made their first contribution in #68
Full Changelog: v0.2.1...0.3.0
Release 0.3.0-alpha.46
Released via github actions workflow, see repository README.md
What's Changed
- Development by @ewilliams0305 in #64
- Move away from defaulting to windows, create OS X support by @cammurray in #68
New Contributors
- @cammurray made their first contribution in #68
Full Changelog: v0.2.1...0.3.0-alpha.46
Desktop Application Improvements
What's Changed
- reversed order of data so table appears to scroll by @ewilliams0305 in #51
- Scan mode control by @ewilliams0305 in #52
- Recent scans ip by @ewilliams0305 in #54
- refactored callback as tuple for labels by @ewilliams0305 in #55
- create address validation method by @ewilliams0305 in #57
- reset factory when data is updated by @ewilliams0305 in #59
- added message containing validation failures by @ewilliams0305 in #61
- Scan mode control by @ewilliams0305 in #62
- Avalonia UI Improvements by @ewilliams0305 in #63
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Avalonia UI 🎉
What's Changed
- updated readme by @ewilliams0305 in #32
- Add sql lite by @ewilliams0305 in #39
- Live status updates by @ewilliams0305 in #40
- Dashboard by @ewilliams0305 in #41
- added cancellation token evaluation to stop runing scans by @ewilliams0305 in #42
- Kangaroo avalonia UI by @ewilliams0305 in #43
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Piolet
This basically works now...
What's Changed
- Subnet calculation unit tests by @ewilliams0305 in #26
- Add Query Tests by @ewilliams0305 in #27
- Webserver query by @ewilliams0305 in #28
- added single node scanner by @ewilliams0305 in #30
- Added single scanner and HTTP query by @ewilliams0305 in #31
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What's Changed
- added IAsyncEnumerable to IScanner by @ewilliams0305 in #17
- added gif by @ewilliams0305 in #18
- Added network documentation to readme by @ewilliams0305 in #19
- Mac Address Equality by @ewilliams0305 in #22
- Address factory tests by @ewilliams0305 in #23
- Resolved /16 subnet calculations by @ewilliams0305 in #24
Full Changelog: v0.0.3...v0.0.4
Release v0.0.3
Dotnet Tool
Kangaroo is packaged as both a library and dotnet CLI tool.
dotnet tool install --global Kangaroo.CLI --version 0.0.3
and use the cli command kangaroo
Kangaroo.CLI
Commands:
range Scans the configured range of IP addresses
adapter Scans IP address using the subnet on the provided adapter
scan-adapter
subnet Scans the configured subnet, note only /16 - /24 is currently available
Options:
-h, --help Show help message
--version Show version
What's Changed
- Added subnet and adapter scans by @ewilliams0305 in #16
Full Changelog: v0.0.2...v0.0.3
Initial Release 0.0.2
What's Changed
- Completed degree or parallelism by @ewilliams0305 in #1
- Updated readme with initial information by @ewilliams0305 in #5
- Added builder information to readme by @ewilliams0305 in #10
- Create address factories to generate collections of IP addresses by @ewilliams0305 in #11
- packaged dotnet tool and graphics by @ewilliams0305 in #12
New Contributors
- @ewilliams0305 made their first contribution in #1
Full Changelog: https://github.com/ewilliams0305/kangaroo/commits/v0.0.2