summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2018-07-05 09:07:58 -0400
committerRod Smith <rodsmith@rodsbooks.com>2018-07-05 09:07:58 -0400
commit44cda477dfe10ced50fdd585252e396dc86501c3 (patch)
tree6fccffae89869e8ff8192dc2021c37c8f3c7f7b7 /NEWS
parent45f012b6f8d73a16b5e59891f5f9891fbfda0e54 (diff)
downloadsgdisk-44cda477dfe10ced50fdd585252e396dc86501c3.tar.gz
Added search/filter feature to "L" function to display partition type
codes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c37f47a..3c4ce82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
1.0.4 (?/??/2018):
------------------
+- Added search feature to partition type list functions ("L" on main menu of
+ gdisk and "L" when entered in response to the "Hex code or GUID" prompt in
+ gdisk and sgdisk). This feature filters the partition type list to those
+ which include the search term in their GPT fdisk descriptions. For
+ instance, typing "Linux" shows only partitions with "Linux" in their
+ descriptions. Note that the search/filter is case-sensitive. If <Enter> is
+ pressed, no filter is applied.
+
- Change to Makefile.mac to use standard libncurses rather than a 3rd-party
version; should help with cgdisk compatibility.