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 - Options:
12 - `-a` print all fields
13 - `-i` don't print fancy unicode characters
15 ### Changed
16 - Merge "LABEL" and "MOUNT" fields into "LABEL/MOUNT"
17 because disks can't be mounted but partitions can,
18 and disks can have a label but partitions don't
19 (at least through the disklabel interface).
20 - Print fancy unicode characters by default.
22 ### Removed
23 - Options:
24 - `-l`
26 ## [1.1] - 2023-05-02
27 ### Added
28 - Header
29 - Options:
30 - `-n` don't print header
31 - `-l` print the disk label
32 - `-u` print the filesystem usage
33 - `make unroot`
35 ### Changed
36 - Strip " disk" from d_typename (type column)
37 - Padding
38 - Restructured code