summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-03-15 12:14:03 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-03-15 12:14:03 -0400
commitf761ac30abee4fb675b0ec8a24f6970aef247426 (patch)
tree3fb58cbfd3687e072d4b59a87980f048c357f1ca /inxi.changelog
parentd259a28a561d18889d8e2f6bb570d7d5e98be87d (diff)
downloadinxi-f761ac30abee4fb675b0ec8a24f6970aef247426.tar.bz2
inxi-f761ac30abee4fb675b0ec8a24f6970aef247426.tar.xz
inxi-f761ac30abee4fb675b0ec8a24f6970aef247426.tar.zst
Imported Upstream version 2.1.2upstream/2.1.2
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog50
1 files changed, 50 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index bc40cdb..ceba726 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,54 @@
=====================================================================================
+Version: 2.1.2
+Patch Version: 00
+Script Date: 2014-03-14
+-----------------------------------
+Changes:
+-----------------------------------
+New version. Updated dynamic sizing, fixed some glitches in cpu flags, fixed bugs in
+cpu main. Cleaned up a few more variable and width issues. Used a few more ${#var} for
+counting.
+
+-----------------------------------
+-- Harald Hope - Fri, 14 Mar 2014 20:39:13 -0700
+
+=====================================================================================
+Version: 2.1.1
+Patch Version: 00
+Script Date: 2014-03-14
+-----------------------------------
+Changes:
+-----------------------------------
+New Version, new man. This continues the dyanamic line sizing, I'm doing these one at a
+time to make it easier to test stuff one by one.
+
+Full refactoring/reordering of top global variables, moved user/maintainer set variables
+to top, and clearly identify all globals.
+
+Changed LINE_MAX to COL_MAX but all user configuration files will stay working since
+inxi now will check for that and translate them to the new variable names.
+
+New lines fixed, -C cpu and -f cpu plus full flags. Flags output is now fully dynamic to
+display screen in terminal/console. Moved cpu short flags to -x because it's not that
+important in general and just clutters things up in my opinion.
+
+Print flags/bogomips on separate line if line greater than display width.
+
+The rest of the lines will get a similar treatment, but it takes a bit of trial and error
+for each line to get it working right.
+
+Note that IRC line lengths are NOT dyanamic unless I can find a way to determine the column
+width of irc clients, but that won't be accurate since fonts vary in widths for each character.
+
+CPU was the worst offender in my opinion in terms of regular output wrapping to new line messily,
+next will be the things with ports/chip id/card id.
+
+Tightened up a bit more the dyanamic help / version output handler.
+
+-----------------------------------
+-- Harald Hope - Fri, 14 Mar 2014 13:14:51 -0700
+
+=====================================================================================
Version: 2.1.0
Patch Version: 00
Script Date: 2014-03-13