You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.9.0] - Unreleased
8
+
## [0.9.0] - 2023-05-10
9
9
10
10
## Bug Fixes
11
11
@@ -29,8 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
30
30
-[#1025](https://github.com/ClementTsang/bottom/pull/1025): Officially support M1 macOS.
31
31
-[#1035](https://github.com/ClementTsang/bottom/pull/1035): Migrate away from heim for CPU information.
32
-
-[#1036](https://github.com/ClementTsang/bottom/pull/1036): Migrate away from heim for memory information; Linux
33
-
platforms will also now try to use `MemAvailable` to determine used memory if supported.
32
+
-[#1036](https://github.com/ClementTsang/bottom/pull/1036): Migrate away from heim for memory information; bottom will now try to use `MemAvailable` on Linux to determine used memory.
34
33
-[#1041](https://github.com/ClementTsang/bottom/pull/1041): Migrate away from heim for network information.
35
34
-[#1064](https://github.com/ClementTsang/bottom/pull/1064): Migrate away from heim for storage information.
36
35
-[#812](https://github.com/ClementTsang/bottom/issues/812): Fully remove heim from bottom.
0 commit comments