From 014169a64e41addfa9023a53c7ee0945837380d1 Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Mon, 1 Jan 2018 15:41:12 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 58 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc75324..3be0290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -### [Unreleased] +## [Unreleased] - Consider adding ARM 64 support - Challenges to consider: https://github.com/raspberrypi/linux/issues/2110 -### [v3.7.0] - 2018-01-01 +## [v3.7.0] - 2018-01-01 **Add Support for more Network Info and Refined Information Report** -#### Added +### Added - Network Info Enhancements - Added collection/display of: Adapter Name, IPv6 Address and MAC Address (for active connections) - Report only displays data for Active and Non-Virtual Adapters @@ -19,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - Gathers network data via `ip` and `ifconfig` based on command availability on host - Gathers InternetIP via `dig` and `curl` based on command availability on host -#### Changed +### Changed - Information Report - Reorganized Report to minimize number of lines, improve ability to quickly scan data - Incorporate new Network Info without adding additional lines @@ -28,28 +28,28 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - Changed most colors used in the report from **bold** to *normal* - Enhanced conditional checks when calling non-core commands to eliminates aborts -### [v3.6.3] - 2017-12-23 +## [v3.6.3] - 2017-12-23 **Enhanced Lan IP display on Linux hosts with ip command** -#### Changed +### Changed - LAN IP's displayed in report filtered to only those in the "UP" state -### [v3.6.2] - 2017-12-23 +## [v3.6.2] - 2017-12-23 **Enhanced LanIP collection on macOS** -#### Fixed +### Fixed - Eliminated Active IP's from possibly being misidentified as In-Active, and thus not displayed -### [v3.6.1] - 2017-11-02 +## [v3.6.1] - 2017-11-02 **Enhanced Public IP Retrieval** -#### Added +### Added - Added support for retrieving Internet IP via either `dig` or `curl` -#### Changed +### Changed - Switched website used to retrieve IP via `curl` as previous site "ipinfo.io" results became inconsistent -### [v3.6.0] - 2017-10-18 +## [v3.6.0] - 2017-10-18 **Improvements to Information Report** -#### Changed +### Changed - Combined CPU Name, Speed & Cores into single line - Correct speed displayed on variable speed CPUs - Adjust CPU speed to prevent rounding errors @@ -57,48 +57,48 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - DEVICE line only displayed as needed - CPU/MEM/DISK items use color to display last parameter -### [v3.5.1] - 2017-10-17 +## [v3.5.1] - 2017-10-17 **Enhanced OS Info on Linux** -#### Added +### Added - Uses /etc/os-release (if available) which provider richer data -#### Changed +### Changed - KERNEL version now includes sub-release number (after 3-segment version): "4.10.0-37" - SYSIS title & version line + empty line below removed from Information Report -### [v3.4.11] - 2017-09-07 +## [v3.4.11] - 2017-09-07 **Enhanced LAN IP collection on Linux** -#### Added +### Added - Added support for gathering IP4 address using `ip` command if available -### [v3.4.10] - 2017-05-29 +## [v3.4.10] - 2017-05-29 **Fix Terminal Type issue on some versions of Debian `tput`** -#### Fixed +### Fixed - Terminal-type "xterm-new" could trigger "unknown" fault in some versions of Debian `tput` -### [v3.4.9] - 2017-04-14 +## [v3.4.9] - 2017-04-14 **Refined Information Report** -#### Changed +### Changed - Combined CPU Speed & Cores into one line -#### Removed +### Removed - Memory line removed as it was redundant with data in Mem Usage line -### [v3.4.8] - 2017-04-09 +## [v3.4.8] - 2017-04-09 **Enhanced Error-Checking and Improved Report** -#### Added +### Added - Enhanced conditional checking to prevent run-time errors - Report section 'Device' only displayed if device values collected -### [v3.4.7] - 2017-03-31 +## [v3.4.7] - 2017-03-31 **Streamlining** -#### Added +### Added - New functions for variable cleanup and processing - Eliminate var processing redundancies -### [v3.4.6] - 2017-03-25 +## [v3.4.6] - 2017-03-25 **New Installer and Other Enhancements** -#### Added +### Added - New installer `install.sh` works for both remote and local installations - Improvements to memory use calculations on macOS - Updated Raspberry Pi hardware identification data