Blob


1 # ChangeLog
3 All notable changes to this project will be documented in this file.
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8 ## [1.2] - TBD
9 ### Added
10 - Accept "disk" arguments.
11 - Show RAID disks
12 - Show status of RAID disk in "COMMENT"
13 - Show status of RAID volume in "COMMENT"
14 - Options:
15 - `-a` print all fields
16 - `-i` don't print fancy unicode characters
17 - `-U` print the DUID
19 ### Changed
20 - Merge "LABEL" and "MOUNT" fields into "COMMENT"
21 because disks can't be mounted but partitions can,
22 and disks can have a label but partitions don't
23 (at least through the disklabel interface).
24 - Print fancy unicode characters by default.
25 - Use err(3) instead of die()
26 - Use opendev(3) instead of open(2)
27 - Sort drives by name
28 - Dynamic padding of output
29 - Allow drive names longer than `sd0`, like `vnd0`
31 ### Removed
32 - Options:
33 - `-l`
35 ## [1.1] - 2023-05-02
36 ### Added
37 - Header
38 - Options:
39 - `-n` don't print header
40 - `-l` print the disk label
41 - `-u` print the filesystem usage
42 - `make unroot`
44 ### Changed
45 - Strip " disk" from d_typename (type column)
46 - Padding
47 - Restructured code