Skip to content

Commit

Permalink
HandyDash v2.0 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Handy committed Aug 17, 2024
1 parent a0b3564 commit 44d3279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@

Please see below for HandyDash v2.0 features and improvements.

**Features and Improvements:**
- Move Node feature added. Activated via the control bar on each node.
- Compact View feature added. Activated via the root node control bar, this shows a compact view for healthy nodes. Clicking on the node still activates the zoom feature, and shows all metrics while the compact view is enabeld, until the node is zoomed out once again.
- Improved Console Logging. Controlled via the appsettings.json file. Enabled by default via the 'ConsoleLoggingEnabled' setting, with 'Error', 'Warn', or 'Verbose' being valid 'ConsoleLoggingLevel' values.
- Ability to execute node checks in serial or parallel. Controlled via the appsettings.json file, via the 'RunChecksInParallel' setting, that is set to false by default. Other general improvements to thread synchronization.
- Ability to set a proxy server for HandyDash to use, when undertaking HTTP checks. Controlled via the appsettings.json file, via the 'ProxyOverride' setting.
- Removed 50 node limit.

**Package Details:**
- The 'dotnet8' package requires the 'ASP.NET Core 8.0 Runtime' to be pre-installed on the host system.
- All other packages are fully self contained, and can be simply unzipped and executed.

## v1.1

Version 1.1 includes the bug fixes listed below.
Expand Down

0 comments on commit 44d3279

Please sign in to comment.