1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
ytop/CHANGELOG.md
Caleb Bassi 2d945a66a3 0.6.1
2020-05-10 14:26:11 -07:00

3.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

Unreleased

0.6.1 - 2020-05-10

Fixed

  • [cpu/mem] fix line graph drawing

0.6.0 - 2020-04-21

Added

  • [temp] add temperature on macOS

Fixed

  • gracefully exit when nonexistent or invalid colorscheme is supplied
  • [disk] fix crash due to insufficient permissions
  • [temp] fix rendering of three digit temperatures

0.5.1 - 2020-02-16

Fixed

  • [process] fix process CPU calculation
  • [process][linux] improve efficiency of process data collection

0.5.0 - 2020-02-16

Added

  • implement interval cli arg
  • implement interface cli arg

Changed

  • Change rate cli arg to interval
  • Change interfaces cli arg to interface

Fixed

  • [net] fix double-counting of IO counters when a VPN is enabled

0.4.3 - 2020-02-14

Fixed

  • [disk] fix disk widget constantly resizing

0.4.2 - 2020-02-10

Fixed

  • fix several 'overflow when subtracting durations' panics
  • fix ytop not clearing the screen when run on a TTY
  • [cpu] fix CPUs overflowing widget
  • [cpu][linux] fix cpu_percent calculation
  • [temp][linux] fix panic due to 'not implemented'

0.4.1 - 2020-02-04

Fixed

  • [battery] fix battery percent
  • [disk][unix] fix compilation on arm
  • [disk] fix crash due to escaped partition mountpoint
  • [proc] fix crash due to overflow when subtracting durations

0.4.0 - 2020-01-25

Added

  • add better-panic
  • ignore mio trace logs in logfile
  • [disk] fix panic if io counters not found
  • [disk] fix mountpoint when partition mounted multiple times
  • [disk][macos] add partition and disk usage support
  • [mem] handle swap being disabled
  • [temp] add degree symbol

0.3.0 - 2020-01-23

Added

  • Add preliminary macOS support

0.2.0 - 2020-01-20

Added

  • Color temperatures based on value
  • Add sorting arrow to process header
  • Show baseline spanning the bottom of the net sparklines
  • Add sensor label to temperature identifier
  • Process cpu percents are now working
  • Draw the proc cursor
  • Implement all keybinds except for proc filtering
  • Add pausing with Space
  • Add ability to sort processes by command

Changed

  • Group processes by default

Fixed

  • Linecharts now also draw points
  • Fix process memory percent calculation

0.1.0 - 2020-01-13

Initial release!