<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Release history for the module on PowerShell module PackageUpdateInfo</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/</link><description>Recent content in Release history for the module on PowerShell module PackageUpdateInfo</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 29 Dec 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/index.xml" rel="self" type="application/rss+xml"/><item><title>Release notes v1.2.0.0</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.2.0.0/</link><pubDate>Sun, 29 Dec 2019 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.2.0.0/</guid><description>&lt;h3 id="added"&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enabling CORE and cross-platform compatibility
&lt;ul&gt;
&lt;li&gt;Code refactoring to bring PackageUpdateInfo into PowerShell version 6 &amp;amp; 7 (CORE)&lt;/li&gt;
&lt;li&gt;Module now also runs on Linux systems&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Show-PackageUpdateReleaseNote&lt;/code&gt; — Possibility to get release notes from websites and display it on the console&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Get-PackageUpdateSetting&lt;/code&gt; — Query the basic settings for check and report on up-to-dateness information on installed modules&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Set-PackageUpdateSetting&lt;/code&gt; — Configure basic settings for check and report on up-to-dateness&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Add-PackageUpdateRule&lt;/code&gt; — Declare how a module is handled in reporting&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Get-PackageUpdateRule&lt;/code&gt; — Get existing custom rules&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Set-PackageUpdateRule&lt;/code&gt; — Edit existing rules on how a module is handled in reporting&lt;/li&gt;
&lt;li&gt;Command &lt;code&gt;Remove-PackageUpdateRule&lt;/code&gt; — Remove existing custom rules&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="updated"&gt;Updated&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Remove dependency on module BurntToast
&lt;ul&gt;
&lt;li&gt;For now, BurntToast is an optional module in PackageUpdateInfo&lt;/li&gt;
&lt;li&gt;Toast notifications are available on Windows 10 in &amp;lsquo;Windows PowerShell&amp;rsquo; and &amp;lsquo;PowerShell&amp;rsquo; (Core)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="features"&gt;Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Get-PackageUpdateSetting&lt;/code&gt; introduces:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;UpdateCheckInterval&lt;/code&gt; — how often &lt;code&gt;Get-PackageUpdateInfo&lt;/code&gt; seeks out for query updates on modules (default: once per hour)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DefaultRule&lt;/code&gt; — general checking on which module to include/exclude and which part of the version number triggers an update report&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Release notes v1.1.1.0</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.1.1.0/</link><pubDate>Tue, 12 Feb 2019 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.1.1.0/</guid><description>&lt;h3 id="fixed"&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Command &lt;code&gt;Get-PackageUpdateInfo&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;Fix Issue #11 — error on command when more than 63 modules are installed. The command &lt;code&gt;Find-Module&lt;/code&gt; only accepts a maximum number of 63 strings in the Name parameter. Workaround with a for-each loop around this one.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Release notes v1.1.0.0</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.1.0.0/</link><pubDate>Sat, 09 Feb 2019 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.1.0.0/</guid><description>&lt;h3 id="added"&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Command &lt;code&gt;Get-PackageUpdateInfo&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;Possibility to push ToastNotification for update infos with BurntToast module by specifying &lt;code&gt;-ShowToastNotification&lt;/code&gt; switch&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;New dependency to module &lt;em&gt;BurntToast&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="updated"&gt;Updated&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Add Description info on PackageUpdate.Info objects&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fixed"&gt;Fixed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Command &lt;code&gt;Get-PackageUpdateInfo&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;In 1.0.2.0 ReleaseNotes and PublishDate of all modules were put into every PackageUpdate.Info. Used wrong variable. Fixed.&lt;/li&gt;
&lt;li&gt;Minor change in debug output on version comparison&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Release notes v1.0.2.0</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.0.2.0/</link><pubDate>Sun, 13 Jan 2019 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.0.2.0/</guid><description>&lt;ul&gt;
&lt;li&gt;New: Add changelog ;-)&lt;/li&gt;
&lt;li&gt;Upd: Command Get-PackageUpdateInfo
&lt;ul&gt;
&lt;li&gt;add properties on output object
&lt;ul&gt;
&lt;li&gt;ProjectUri&lt;/li&gt;
&lt;li&gt;IconUri&lt;/li&gt;
&lt;li&gt;ReleaseNotes&lt;/li&gt;
&lt;li&gt;Author&lt;/li&gt;
&lt;li&gt;PublishedDate&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Upd: Reformat code to meet codestyle OTBS - K&amp;amp;R(One True Brace Style variant)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Release notes v1.0.1.0 (Initial release)</title><link>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.0.1.0/</link><pubDate>Sat, 10 Nov 2018 00:00:00 +0000</pubDate><guid>https://packageupdateinfo.andibellstedt.com/v1.2.0.0/changelog/release-v1.0.1.0/</guid><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Initial release&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h3 id="added"&gt;Added&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Get-PackageUpdateInfo&lt;/code&gt; — Query all installed modules and display update status&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Export-PackageUpdateInfo&lt;/code&gt; — Export update information to file&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Import-PackageUpdateInfo&lt;/code&gt; — Import previously exported update information&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>