summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-02-09 01:20:52 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-02-09 01:20:52 -0500
commit38bfd820d2274c2c11fb2153dfe06bf8db7fd722 (patch)
tree7d104f100d5a81425b757bb3a49c08155843939e /inxi.changelog
parent506d92de3475f30e9b70ed5a659e664cb8d65d53 (diff)
downloadinxi-38bfd820d2274c2c11fb2153dfe06bf8db7fd722.tar.bz2
inxi-38bfd820d2274c2c11fb2153dfe06bf8db7fd722.tar.xz
inxi-38bfd820d2274c2c11fb2153dfe06bf8db7fd722.tar.zst
New upstream version 3.0.32-1upstream/3.0.32-1
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog86
1 files changed, 86 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 0bbbf42..c32598a 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,90 @@
=====================================================================================
+Version: 3.0.32
+Patch: 00
+Date: 2019-02-07
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new man. A few more modifications to weather.
+
+Fixes:
+1. In case with zero wind speed, it now shows zero, not N/A, as expected.
+
+Enhancements:
+1. Depending on weather source used:
+ * Shows precipitation, not rain/snow.
+ * Adds Sunrise/sunset (most sources do not have this)
+
+-----------------------------------
+-- Harald Hope - Thu, 07 Feb 2019 20:50:18 -0800
+
+=====================================================================================
+Version: 3.0.31
+Patch: 00
+Date: 2019-02-06
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new man page. Big update! Get it in before your freeze!!
+
+Bugs:
+1. Maybe the vendor/product regex, which when + was used, would put out
+errors.
+2. Maybe Fix 4, since that could lead to incorrect behavior when sudo
+is involved depending on sudo configuration.
+3. BIG: current inxi weather will probably fail if not updated to this or
+newer versions!! Not an inxi bug per se, but your users will see it as one.
+
+Fixes:
+1. Fixed Patriot disk ID.
+2. Fixes for PPC board handling.
+3. Regex cleaner fixes, this could lead to error in special cases of product
+vendor names.
+4. crazy from frugalware pointed out that $b_root detection was flawed, and
+relied on a bad assumption, particularly for sudo. As usual, he's right, that
+is now corrected, and uses $< Perl native to determine UID.
+
+Enhancements:
+1. Added septor to Debian system base.
+2. Removed quiet filters for downloaders when using --dbg 1, now you see the
+entire download action for curl/wget downloads. This went along with
+issue # 174
+3. New feature: --wan-ip-url. This closed issue #174. Also has user config
+option: WAN_IP_URL as well to make changes permanent.
+4. Added --dbg 1 to man and help. The other --dbg options are random and can
+change, but --dbg 1 is always for downloading, so might as well tell people
+about it.
+5. To anticipate the loss of a major weather API, inxi is redone to use smxi.org
+based robust API. This also allows for a new switch, --weather-source (or --ws
+for shorter version), options 0-9, which will trigger different APIs on smxi.org.
+Added WEATHER_SOURCE configuration option as well. Note that 4-9 are not
+currently active. Also added in better error handling for weather.
+The main benefit here is that inxi is now largely agnostic to the weather APIs
+used, and those can be changed with no impact to inxi users who are running
+frozen pool inxi's, or who have not updated their inxi versions.
+
+NOTE: all inxi versions older than 3.0.31 will probably fail for weather
+quite soon. So update your inxi version in your repos!!
+6. More disk vendors IDs and matches. Thanks linuxlite hardware database.
+7. Going along with weather changes, added, if present, cloud cover, rain, and
+snow reports. Those are for previously observed hour.
+8. Small change to Intel CPU architecture, taking a guess on stepping for
+skylake/Cascade lake ID. Guessing if stepping is > 4, it's cascade lake. But
+could not find this documented, so it's a guess. At worst, it means that Cascade
+lake, which must be a later steppingi than 4, will not be ID'ed as skylake.
+9. Documentation updates for data sources.
+
+Changes:
+1. inxi now uses a new system to get weather data. There is no longer a risk
+of weather failing if the API used locally in inxi fails or goes away. This
+change should be largely invisible to casual users.
+2. In weather, moved dewpoint to be after humidity, which makes a little more
+sense.
+
+-----------------------------------
+-- Harald Hope - Wed, 06 Feb 2019 18:09:53 -0800
+
+=====================================================================================
Version: 3.0.30
Patch: 00
Date: 2018-12-31