3 fa7b2359 2023-05-01 benni All notable changes to this project will be documented in this file.
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).
8 5e639d90 2023-05-02 benni ## [1.2] - TBD
10 5691dc7b 2023-05-05 benni - Accept "disk" arguments.
12 5e639d90 2023-05-02 benni - `-a` print all fields
13 0c961f7d 2023-05-04 benni - `-i` don't print fancy unicode characters
14 1115ad3a 2023-05-05 benni - `-U` print the DUID
16 2b650bba 2023-05-04 benni ### Changed
17 2b650bba 2023-05-04 benni - Merge "LABEL" and "MOUNT" fields into "LABEL/MOUNT"
18 2b650bba 2023-05-04 benni because disks can't be mounted but partitions can,
19 2b650bba 2023-05-04 benni and disks can have a label but partitions don't
20 2b650bba 2023-05-04 benni (at least through the disklabel interface).
21 0c961f7d 2023-05-04 benni - Print fancy unicode characters by default.
23 2b650bba 2023-05-04 benni ### Removed
27 5e639d90 2023-05-02 benni ## [1.1] - 2023-05-02
31 5e639d90 2023-05-02 benni - `-n` don't print header
32 5e639d90 2023-05-02 benni - `-l` print the disk label
33 5e639d90 2023-05-02 benni - `-u` print the filesystem usage
34 fa7b2359 2023-05-01 benni - `make unroot`
36 fa7b2359 2023-05-01 benni ### Changed
37 fa7b2359 2023-05-01 benni - Strip " disk" from d_typename (type column)
39 5e639d90 2023-05-02 benni - Restructured code