mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 21:06:30 +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
|
||||
|
||||
- [#2093](https://github.com/ClementTsang/bottom/pull/2093): Fix memory collection using cgroup v1 sentinel max as total.
|
||||
|
||||
### Features
|
||||
|
||||
- [#2055](https://github.com/ClementTsang/bottom/pull/2055): Add UFS disk I/O counters for FreeBSD.
|
||||
|
||||
### 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.
|
||||
|
||||
## [0.13.0] - 2026-06-19
|
||||
|
||||
Generated
+1
-1
@@ -156,7 +156,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bottom"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
license = "MIT"
|
||||
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