-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md and include release_notes.rst
- Loading branch information
1 parent
43e8979
commit e32b130
Showing
3 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Release Notes | ||
============= | ||
|
||
v2.0.0 (01/05/2025) | ||
------------------- | ||
- Includes windows compatibility | ||
- Restructured project for `udiskctl` vs `smartctl` | ||
|
||
v1.1.0 (01/03/2025) | ||
------------------- | ||
- Restructured model for both Linux and macOS | ||
- Suppress unwanted errors and warnings for unmounted devices | ||
- Remove dry_run functionality | ||
|
||
v0.3.1 (01/02/2025) | ||
------------------- | ||
- Extend physical drive's stats retrieval before considering partitions | ||
|
||
v0.3.0 (01/02/2025) | ||
------------------- | ||
- Retrieve physical drive's stats before considering partitions | ||
|
||
v0.2.2 (01/02/2025) | ||
------------------- | ||
- Improve models for macOS metrics | ||
- Includes compatibility for python3.10 | ||
|
||
v0.2.0 (12/31/2024) | ||
------------------- | ||
- Includes support for macOS machines | ||
|
||
v0.1.1 (11/29/2024) | ||
------------------- | ||
- Includes bug fixes for missing `S.M.A.R.T` metrics | ||
- Handles unmounted drives | ||
|
||
v0.1.0 (11/27/2024) | ||
------------------- | ||
- Simplify requirements | ||
- Install specific dependencies for standard and basic | ||
|
||
v0.0.3 (11/26/2024) | ||
------------------- | ||
- Identifies udiskctl library as udisk_lib | ||
|
||
v0.0.2 (11/25/2024) | ||
------------------- | ||
- Includes an option to return raw HTML data while generating report | ||
|
||
v0.0.1 (11/24/2024) | ||
------------------- | ||
- Release `v0.0.1` |