Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brona committed Dec 6, 2023
1 parent df5a1a8 commit 285993d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Nicolas Peters
Wèi Cōngruì
Chen
Kenneth Endfinger
lexhuismans
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,15 @@ Goal of this utility is to provide compatible CLI with [iproute2](http://www.pol

## Supported Mac OS X versions (Tested)

* macOS Monterey 12.6
* macOS Sonoma 14.1.2

## Changelog

**v1.4.2**
* Ignores `-color` option (Issue #47, Thanks @lexhuismans)
* Accepts double dashed options, e.g. `--color` as well as `-color`
* `ip route add` ignores 2 additional arguments, e.g. `ip r a 1.1.1.1 via 2.2.2.2 dev utun5` is interpreted as `ip r a 1.1.1.1 via 2.2.2.2` (Issue #45)

**v1.4.1**
* Fixed `ip neigh show dev en0` (Issue #43, Thanks @SimonTate)

Expand Down

0 comments on commit 285993d

Please sign in to comment.