Current section
43 Versions
Jump to
Current section
43 Versions
Compare versions
9
files changed
+12
additions
-10
deletions
| @@ -1,5 +1,10 @@ | |
| 1 1 | # CHANGELOG |
| 2 2 | |
| 3 | + ## v0.2.4 (2020-05-22) |
| 4 | + |
| 5 | + * Do not crash on duplicate disks |
| 6 | + * Support latest LiveView |
| 7 | + |
| 3 8 | ## v0.2.3 (2020-05-15) |
| 4 9 | |
| 5 10 | * Allow the Dashboard to connect to nodes even if they are not running the Dashboard (or Phoenix) |
| @@ -3,10 +3,8 @@ | |
| 3 3 | {<<"description">>,<<"Real-time performance dashboard for Phoenix">>}. |
| 4 4 | {<<"elixir">>,<<"~> 1.7">>}. |
| 5 5 | {<<"files">>, |
| 6 | - [<<"lib">>,<<"lib/.DS_Store">>,<<"lib/phoenix">>,<<"lib/phoenix/.DS_Store">>, |
| 7 | - <<"lib/phoenix/live_dashboard">>, |
| 6 | + [<<"lib">>,<<"lib/phoenix">>,<<"lib/phoenix/live_dashboard">>, |
| 8 7 | <<"lib/phoenix/live_dashboard/layout_view.ex">>, |
| 9 | - <<"lib/phoenix/live_dashboard/.DS_Store">>, |
| 10 8 | <<"lib/phoenix/live_dashboard/system_info.ex">>, |
| 11 9 | <<"lib/phoenix/live_dashboard/logger_pubsub_backend.ex">>, |
| 12 10 | <<"lib/phoenix/live_dashboard/web.ex">>, |
| @@ -18,7 +16,6 @@ | |
| 18 16 | <<"lib/phoenix/live_dashboard/live/home_live.ex">>, |
| 19 17 | <<"lib/phoenix/live_dashboard/live/os_mon_live.ex">>, |
| 20 18 | <<"lib/phoenix/live_dashboard/live/sockets_live.ex">>, |
| 21 | - <<"lib/phoenix/live_dashboard/live/.DS_Store">>, |
| 22 19 | <<"lib/phoenix/live_dashboard/live/ports_live.ex">>, |
| 23 20 | <<"lib/phoenix/live_dashboard/live/bar_component.ex">>, |
| 24 21 | <<"lib/phoenix/live_dashboard/live/applications_live.ex">>, |
| @@ -58,7 +55,7 @@ | |
| 58 55 | {<<"name">>,<<"phoenix_live_view">>}, |
| 59 56 | {<<"optional">>,false}, |
| 60 57 | {<<"repository">>,<<"hexpm">>}, |
| 61 | - {<<"requirement">>,<<"~> 0.12.0">>}], |
| 58 | + {<<"requirement">>,<<"~> 0.12.0 or ~> 0.13.0">>}], |
| 62 59 | [{<<"app">>,<<"telemetry_metrics">>}, |
| 63 60 | {<<"name">>,<<"telemetry_metrics">>}, |
| 64 61 | {<<"optional">>,false}, |
| @@ -69,4 +66,4 @@ | |
| 69 66 | {<<"optional">>,false}, |
| 70 67 | {<<"repository">>,<<"hexpm">>}, |
| 71 68 | {<<"requirement">>,<<"~> 2.14.1 or ~> 2.15">>}]]}. |
| 72 | - {<<"version">>,<<"0.2.3">>}. |
| 69 | + {<<"version">>,<<"0.2.4">>}. |
Loading more files…