Fixed debugger for real this time, now it actually works as intended. The infobash debugger never worked at all, unless
you explicitly turned it on with debugging flag. Now it does.
Pre script up errors will be stored in the error array, and printed out if found automatically no matter what the
debugging flag is set to.
This is a perfect example of why using highly compressed code with no explicit variable declarations is ALWAYS a bad
idea.
Also fixed small line length bug where if color scheme 0, no colors is used, the lines would be too long, since the byte
count is then less than for irc or shell colors.
New option -p, outputs all discovered partition information along with the -P stuff.
-P was improved to also show /tmp and /usr by default.
-p will not show with -F to avoid flooding issues.
This is another milestone, hit much sooner than we thought. We have now restored the broken konversation native script
support.
This will be of special interest to distros who want to include inxi as native, or to packagers.
Basically, all that is needed is to set this symbolic link:
ln -s <inxi location, ie: /usr/bin/inxi, or /usr/local/bin/inxi> /var/share/apps/konversation/scripts/inxi
in the package post install script.
This will automatically enable native, ie: /inxi support in konversation.
Fixed a few other small bugs, and cleaned up code and comments as well.
We were almost going to call this release 1.0.0, but we'll leave that until it's absolutely certain that everything is
debugged and working.
Note, this is not often available data, so it will only show if you have it.
This requires modinfo showing ^version: data, which only sometimes is there.
This fixes weak spots, bugs, and adds new features.
1. Fixed single core output for -C option, now correctly puts speed on same line
2. Fixed bug with some possible values for network card that makes line color trigger blue: Added space between values.
3. Fixed bug that makes livecds with aufs file system show all partition information
4. Removed -F output of -f to avoid pointless irc spam
5. New option, -i - triggers when used alone -N, networking line, plus Wan IP address of system, and if ifconfig is
installed, prints out all interfaces+ip addresses
6. Updated -h menu to reflect these changes.
7. Added 'driver' output for network cards, and fixed driver output for audio cards, so now only uses asound/cards data
if single card detected.
8. Moved 'ports' data to -x option, the geek only output that is.
This is the next major version release, 0.6.x
Got a good rough working alsa driver going. This only works for one card, dual or more cards will simply
not show the driver field, but everyone with just one card will be able to see their running driver.
This is an ok compromise for now, but it wasn't super elegant.