diff --git a/README.md b/README.md index d93faec..d82f3a9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Visualize Erlang/Elixir Nodes On The Command Line base on [recon](https://github %% rebar.config {deps, [observer_cli]} %% erlang.mk -dep_observer_cli = hex 1.8.0 +dep_observer_cli = hex 1.8.1 ``` **Elixir** @@ -255,6 +255,9 @@ Support F/B to page up/down. --- ### Changelog +- 1.8.1 + - Show node name in system pane. + - 1.8.0 - Support ` { [ OtpRelease, - SysVersion, + SysVersion ++ " " ++ atom_to_list(erlang:node()), erlang:system_info(process_limit), erlang:system_info(port_limit), erlang:system_info(ets_limit)