mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 20:15:03 +01:00
30 lines
842 B
Markdown
30 lines
842 B
Markdown
# Changelog
|
|
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).
|
|
|
|
> **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]
|
|
|
|
### Changed
|
|
|
|
- Group processes by default
|
|
- Add sorting arrow to process header
|
|
- Show baseline spanning the bottom of the net sparklines
|
|
- Linecharts now also draw points
|
|
|
|
## 0.1.0 - 2020-01-13
|
|
|
|
Initial release!
|
|
|
|
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.1.0...HEAD
|