mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
fixed changelog typos
This commit is contained in:
parent
0645c3a7a6
commit
7255a3dedc
|
@ -31,7 +31,7 @@ to fix!!
|
|||
It turned out that the partition blacklist filters were running fine
|
||||
in the main partition data tool, but I had forgotten to add in corresponding
|
||||
lsblk partition data filters, lol, so when the logic went back and double
|
||||
checked for missing partitions [this feature had been if i remember right
|
||||
checked for missing partitions. This feature had been, if i remember right,
|
||||
to be able to show hidden partitions, which the standard method didn't see,
|
||||
but lsblk did, anyway, when the double check and add missing partitions
|
||||
logic ran, inxi was putting back in the blacklisted partitions every time,
|
||||
|
@ -84,7 +84,7 @@ correctly by the tests due to the way python or lisp items are listed in ps aux.
|
|||
|
||||
4. As part of the wm update and program_version refactor, updated and simplified
|
||||
many desktop and wm detections and logic blocks. Ideally this makes them more
|
||||
preditable and easy to work on for the future.
|
||||
predictable and easy to work on for the future.
|
||||
|
||||
5. As some last tunings for the new -y1 key: value pair per line output option,
|
||||
fixed some small glitches in -b indentation. Also improved RAID indenting,
|
||||
|
@ -93,11 +93,13 @@ and Weather, and made it all very clean and predictable in terms of indentations
|
|||
6. Something I'd slightly noticed but never done anything about, while testing
|
||||
desktop fixes, I realized that for Desktop: item, dm: is a secondary data type,
|
||||
but if it's Console:, then DM: is a primary data type, not a secondary one. So
|
||||
now if Console: it becomes DM: whic makes sense, previously it implied a dm:
|
||||
now if Console: it becomes DM: which makes sense, previously it implied a dm:
|
||||
was used to start the console, which was silly. Also, since often the reason
|
||||
it's Console: with no dm in the first place is that it's a server with no dm.
|
||||
So now if console, and no dm detected, rather than showing DM: N/A it just
|
||||
doesn't show dm at all.
|
||||
doesn't show dm at all. Note that the -y1 display feature now makes catching
|
||||
and correcting such logic and level assignments much easier since you can
|
||||
see the error in the indentations directly.
|
||||
|
||||
7. As part of the overall core refactor, the print_data logic was also refactored
|
||||
and simplified, by making -y1 a first class citizen, it led to significantly
|
||||
|
@ -118,7 +120,7 @@ used for the tests after that. This was also done for the vendor_version for
|
|||
disk vendors, which also features a very long data structure which can be
|
||||
loaded > 1 times for instances where a system has > 1 disk.
|
||||
|
||||
I also tested while I was at it, to see if loading these tyeps of data structures,
|
||||
I also tested while I was at it, to see if loading these types of data structures,
|
||||
arrays of arrays, or hashes of arrays, by reference, or by dereferencing their
|
||||
arrays, was faster, and it proved that it's about 20% faster to not
|
||||
dereference them, but to use them directly. So I've switched a number of the
|
||||
|
@ -142,11 +144,11 @@ version detections, those, ideally, will almost never be used. Hopefully
|
|||
programmers of things like window managers, shells, and desktops, can
|
||||
learn how to handle --version requests, even though I realize that's a lot
|
||||
harder than copying someone's code and then rebranding as your own project, or
|
||||
whatever excuse people have for not including a --version item in their softaware.
|
||||
whatever excuse people have for not including a --version item in their software.
|
||||
|
||||
Enhancements:
|
||||
1. As a result of the shell, start shell, shell parent refactors, inxi was able
|
||||
to correctly in most cases deetermine also the user default shell and its verison,
|
||||
to correctly in most cases determine also the user default shell and its version,
|
||||
so that was added as an -Ixxx option:
|
||||
Shell: ksh v: A_2020.0.0 default: Bash v: 5.0.16
|
||||
|
||||
|
@ -220,7 +222,7 @@ the following data shows:
|
|||
for example 2 or more found, it would show the total then:
|
||||
Packages 3245 apt:3241 snap: 4
|
||||
* -Ia or -ra: adds package managers with 0 packages managed, those are not
|
||||
show with -xx, and also shows how many of those packages per package manager
|
||||
shown with -xx, and also shows how many of those packages per package manager
|
||||
is a library type lib file.
|
||||
Sample:
|
||||
inxi -Iay1
|
||||
|
|
Loading…
Reference in a new issue