summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2016-05-21 18:05:14 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2016-05-21 18:05:14 -0400
commit4eee2649af2caf1829ee9d8520e93d4b12092d0a (patch)
tree3f5ac98227977632807f13b4969469388f2c1446 /inxi.changelog
parent1904fde82e4912fde22afee0e6e1f23040ce8739 (diff)
downloadinxi-4eee2649af2caf1829ee9d8520e93d4b12092d0a.tar.bz2
inxi-4eee2649af2caf1829ee9d8520e93d4b12092d0a.tar.xz
inxi-4eee2649af2caf1829ee9d8520e93d4b12092d0a.tar.zst
Imported Upstream version 2.3.0upstream/2.3.0
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog78
1 files changed, 78 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 1e5be2b..b8b6f57 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,82 @@
=====================================================================================
+Version: 2.3.0
+Patch Version: 00
+Script Date: 2016-04-18
+-----------------------------------
+Changes:
+-----------------------------------
+New Feature, new version, new man page, new tarball. Laptop users should be happy,
+-B option now shows, if available, battery data. Quite good data for systems
+with /sys battery data, only rudimentary for systems using dmidecode (BSDs).
+dmidecode has no current voltage/charge/current supported capacity.
+
+Main row shows charge and condition. Condition shows you have much capacity the
+battery currently has vs its design capacity. Charge shows the Wh/percent of
+current capacity of battery (NOT the rated design capacity).
+
+-x adds battery vendor/model info, and battery status (like, charging, discharging,
+full).
+
+-xx adds battery serial number and voltage information. Note that voltage information
+is presented as Current Voltage / Designed minimum voltage.
+
+-xxx adds battery chemistry (like Li-ion), cycles (note: there's a bug somewhere in
+that makes the cycle count always be 0, I don't know if that's in the batteries,
+the linux kernel, but it's not inxi, just FYI, the data is simply 0 always in all
+my datasets so far.
+
+For dmidecode output, the location of the batter is also shown in -xxx
+
+-----------------------------------
+-- Harald Hope - Mon, 18 Apr 2016 16:55:12 -0700
+
+=====================================================================================
+Version: 2.2.38
+Patch Version: 00
+Script Date: 2016-03-31
+-----------------------------------
+Changes:
+-----------------------------------
+URGENT BUG FIX! This fixes a bug introduced in 2.2.36 2016-03-21. New version, new tarball.
+
+A sloppy unescaped / triggered a failure I didn't notice in partition info.
+
+Please update your inxi packages immediately if your version is 2016-03-21 or newer.
+
+-----------------------------------
+-- Harald Hope - Thu, 31 Mar 2016 15:08:54 -0700
+
+=====================================================================================
+Version: 2.2.37
+Patch Version: 00
+Script Date: 2016-03-30
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. Tiny fix in distro detection, will now default in sequence
+on /etc/issue step to first test for os release and not mint, then lsb verison and
+not mint, then /etc/issue. This should keep the mint detection working well, as long
+as they keep mint string in the /etc/issue file, that is, but that's out of our control.
+
+-----------------------------------
+-- Harald Hope - Wed, 30 Mar 2016 13:28:40 -0700
+
+=====================================================================================
+Version: 2.2.36
+Patch Version: 00
+Script Date: 2016-03-21
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. A tiny bug fix for kfreebsd, I know, right, nobody uses that.
+
+Also added in some more script color options however, which might be of use. These are
+aimed more at light terminal backgrounds.
+
+-----------------------------------
+-- Harald Hope - Mon, 21 Mar 2016 16:04:33 -0700
+
+=====================================================================================
Version: 2.2.35
Patch Version: 00
Script Date: 2016-02-29