mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-27 05:46:31 +00:00
+4
-1
@@ -20,16 +20,19 @@ That said, these are more guidelines rather than hard rules, though the project
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 0.14.0 - Unreleased
|
## 0.14.0 - 2026-06-20
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
- [#2093](https://github.com/ClementTsang/bottom/pull/2093): Fix memory collection using cgroup v1 sentinel max as total.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Add UFS disk I/O counters for FreeBSD.
|
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Add UFS disk I/O counters for FreeBSD.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
- [#2052](https://github.com/ClementTsang/bottom/pull/2052): Update minimum Rust version to 1.95.0.
|
||||||
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Use sysinfo for disk I/O for FreeBSD.
|
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Use sysinfo for disk I/O for FreeBSD.
|
||||||
|
|
||||||
## [0.13.0] - 2026-06-19
|
## [0.13.0] - 2026-06-19
|
||||||
|
|||||||
Generated
+1
-1
@@ -156,7 +156,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user