Blame


1 fa7b2359 2023-05-01 benni # ChangeLog
2 fa7b2359 2023-05-01 benni
3 fa7b2359 2023-05-01 benni All notable changes to this project will be documented in this file.
4 fa7b2359 2023-05-01 benni
5 fa7b2359 2023-05-01 benni The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 fa7b2359 2023-05-01 benni and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 fa7b2359 2023-05-01 benni
8 5e639d90 2023-05-02 benni ## [1.2] - TBD
9 fa7b2359 2023-05-01 benni ### Added
10 5691dc7b 2023-05-05 benni - Accept "disk" arguments.
11 b0a1b420 2023-05-15 benni - Show RAID disks
12 1678d261 2023-05-15 benni - Show status of RAID disk in "COMMENT"
13 1678d261 2023-05-15 benni - Show status of RAID volume in "COMMENT"
14 5e639d90 2023-05-02 benni - Options:
15 5e639d90 2023-05-02 benni - `-a` print all fields
16 0c961f7d 2023-05-04 benni - `-i` don't print fancy unicode characters
17 1115ad3a 2023-05-05 benni - `-U` print the DUID
18 2b650bba 2023-05-04 benni
19 2b650bba 2023-05-04 benni ### Changed
20 1678d261 2023-05-15 benni - Merge "LABEL" and "MOUNT" fields into "COMMENT"
21 2b650bba 2023-05-04 benni because disks can't be mounted but partitions can,
22 2b650bba 2023-05-04 benni and disks can have a label but partitions don't
23 2b650bba 2023-05-04 benni (at least through the disklabel interface).
24 0c961f7d 2023-05-04 benni - Print fancy unicode characters by default.
25 44121ddf 2023-05-05 benni - Use err(3) instead of die()
26 0c422a5b 2023-05-05 benni - Use opendev(3) instead of open(2)
27 5e639d90 2023-05-02 benni
28 2b650bba 2023-05-04 benni ### Removed
29 2b650bba 2023-05-04 benni - Options:
30 2b650bba 2023-05-04 benni - `-l`
31 2b650bba 2023-05-04 benni
32 5e639d90 2023-05-02 benni ## [1.1] - 2023-05-02
33 5e639d90 2023-05-02 benni ### Added
34 fa7b2359 2023-05-01 benni - Header
35 fa7b2359 2023-05-01 benni - Options:
36 5e639d90 2023-05-02 benni - `-n` don't print header
37 5e639d90 2023-05-02 benni - `-l` print the disk label
38 5e639d90 2023-05-02 benni - `-u` print the filesystem usage
39 fa7b2359 2023-05-01 benni - `make unroot`
40 fa7b2359 2023-05-01 benni
41 fa7b2359 2023-05-01 benni ### Changed
42 fa7b2359 2023-05-01 benni - Strip " disk" from d_typename (type column)
43 fa7b2359 2023-05-01 benni - Padding
44 5e639d90 2023-05-02 benni - Restructured code