From c19f429d35bd5ea2824a584762191d010bddfb6d Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 11 Feb 2023 02:48:23 -0500 Subject: [PATCH] docs: update changelog and missing doc info (#1018) --- CHANGELOG.md | 12 ++++++++++++ docs/content/usage/widgets/disk.md | 3 ++- docs/content/usage/widgets/process.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814bb74e..97efef00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0]/[0.8.1] - Unreleased + +## Bug Fixes + +## Features + +- [#1016](https://github.com/ClementTsang/bottom/pull/1016): Add support for displaying process usernames on Windows. + +## Changes + +## Other + ## [0.8.0] - 2023-01-22 ## Bug Fixes diff --git a/docs/content/usage/widgets/disk.md b/docs/content/usage/widgets/disk.md index bc7fbbeb..214eaa89 100644 --- a/docs/content/usage/widgets/disk.md +++ b/docs/content/usage/widgets/disk.md @@ -12,9 +12,10 @@ The disk widget provides the following information: - Disk name - Disk mount location -- Percentage of space used +- Amount of space used - Amount of space left - Total amount of space +- Percentage of space used - Read per second - Write per second diff --git a/docs/content/usage/widgets/process.md b/docs/content/usage/widgets/process.md index 5b157019..52603098 100644 --- a/docs/content/usage/widgets/process.md +++ b/docs/content/usage/widgets/process.md @@ -26,7 +26,7 @@ By default, the main process table displays the following information for each p - Total amount read - Total amount written - User -- State +- Process state ### Sorting