<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MuvEnum - Software In Motion News</title>
	<atom:link href="http://www.muvenum.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.muvenum.com/blog</link>
	<description>Everything related to the products developed by MuvEnum: Updates, New Releases, and More</description>
	<lastBuildDate>Fri, 03 Jul 2009 06:01:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MuvEnum Address Bar v5.0.6.0 Released</title>
		<link>http://www.muvenum.com/blog/2009/07/03/muvenum-address-bar-v5-0-6-0-released/</link>
		<comments>http://www.muvenum.com/blog/2009/07/03/muvenum-address-bar-v5-0-6-0-released/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 06:01:39 +0000</pubDate>
		<dc:creator>John Rennemeyer</dc:creator>
				<category><![CDATA[MuvEnum Address Bar]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.muvenum.com/blog/?p=336</guid>
		<description><![CDATA[MuvEnum Address Bar v5.0.6.0 is now available for download.
This new version fixes some regression issues we missed in v5.0.3.0 while adding some extra features.  Some of the more notable features include the option to make &#8220;Ctrl+Shift+Enter&#8221; load commands using administrator privileges (similar to the Windows Vista Start Menu) in addition to a live preview of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.muvenum.com/products/muvenumaddressbar/">MuvEnum Address Bar</a> v5.0.6.0 is now available for <a href="http://muvenum.com/downloads/freeware/archived/muvenumaddressbar-setup-v5060.exe">download</a>.</p>
<p>This new version fixes some regression issues we missed in v5.0.3.0 while adding some extra features.  Some of the more notable features include the option to make &#8220;Ctrl+Shift+Enter&#8221; load commands using administrator privileges (similar to the Windows Vista Start Menu) in addition to a live preview of themes inside the options themes tab.  We added proxy authentication settings for activation and favicon purposes for those of you behind non-automatic setting proxies.</p>
<p>We also created a unified &#8220;Not Found Prompt&#8221; to be a single prompt for searching terms or loading terms as a website (http:// appended to the front).  The previous method of having to choose one or the other in the options was annoying as it wasn&#8217;t a &#8220;one shoe fits all&#8221; feature.  Those options still exist but if you have the prompt shown it now sets the default action to the choice selected in the options; the enter key will fire the default option.  You can also use the shortcut keys to fire the buttons: &#8220;S&#8221; for search, &#8220;W&#8221; for load as website, and &#8220;C&#8221; for cancel.  It might take a little getting used to at first but after a few uses you can definitely see the benefit it provides.  We hope you enjoy this release.</p>
<p><strong>Version History:</strong></p>
<ul class="txt-list-no-border">
<li>Added option to enable &#8220;Ctrl+Shift+Enter&#8221; to run programs using administrator privileges.</li>
<li>Added address bar selected theme preview inside the options form theme tab to make it easier to notice the theme changes and for those who have their taskbar autohide.</li>
<li>Added &#8220;Delete All History&#8221; button to history tab for easy deletion of all history items.</li>
<li>Added conversion of &#8220;x&#8221; to &#8220;*&#8221; for multiplication in mathematical equations when the calculator is available.</li>
<li>Added more informational tips to option tabs to help users get a grasp of certain features without having to reference the manual (calculator, themes, keywords, etc.).</li>
<li>Added option on help tab to enable logging for support purposes.</li>
<li>Added a timespan check of 125ms between hitting the enter key to load stop double loading of commands based on user feedback from some keyboards firing of keyup events multiple times within 125ms of the initial keypress.</li>
<li>Added digitally signed copies of the RegisterExtension executables to satisfy the requirement of some protection software to be cautious of non-signed files and possibly causing the taskbar toolbar to not install properly.</li>
<li>Added proxy server settings for favicon retreival and activation purposes.</li>
<li>Added missing &#8220;Visit MuvEnum Website&#8221; link click event.</li>
<li>Modified the &#8220;Not Found Prompt&#8221; to now be a single prompt for searching terms or loading terms as a website (http:// appended to the front).  But the uncertainty of which one you&#8217;ll need at which point in time was a pain in the butt.  The shoe has now been removed.</li>
<li>Modified method for loading keywords with multiple addresses on systems using IE as their default browser.</li>
<li>Modified some logging to only log if it is enabled in the software to help improve performance.</li>
<li>Modified Tab key to not cycle through each cell of the keywords datagridview (you can still use arrow keys).</li>
<li>Removed code that set the FirstRun to true on each new version upgrade to prevent trial prompt showing each time you upgraded to a new version of MAB.</li>
<li>Fixed possible start menu &#8220;one second freeze&#8221; after typing a url that has a favicon that hasn&#8217;t already been downloaded.</li>
<li>Fixed finding default browser executable failing because of front &#8220;//&#8221; on subkey on some machines.</li>
<li>Fixed order of %PATH% files to load in the order of .com, .exe, .bat, .*, when no extension is typed.</li>
<li>Fixed start pro trial prompt showing when a new version was installed while the trial had already expired.</li>
<li>Fixed tabindex on settings tab.</li>
<li>Fixed history list in options history tab not always refreshing after selecting history items and deleting them.</li>
<li>Fixed IP addresses not loading as websites for but instead causing the &#8220;Not Found&#8221; prompt to be shown.</li>
<li>Fixed ftp addresses typed without the ftp:// scheme loading with http:// instead of ftp://.</li>
<li>Fixed userinfo being stripped from addresses (ftp://username:password@ftp.site.com was being stripped to ftp://ftp.site.com); also applies to (mailto:name@domain) addresses.</li>
<li>Fixed issue with searches not loading or prompting when search terms contained special characters (&lt;,&#8221;,=,etc.).</li>
<li>Fixed ports being stripped from urls http://www.acme.com:8080/ became http://www.acme.com/.</li>
<li>Fixed commands containg arguments with periods, e.g., &#8220;ping 192.168.1.1&#8243;, being split into args and filename improperly causing it to show the search prompt instead of loading.</li>
</ul>
<div>
<p>As always, we welcome <a href="http://www.muvenum.com/company/contact-us/">your comments and suggestions</a>.</p>
<p>For the latest version of the MuvEnum Address Bar, please visit our <a title="MuvEnum Downloads" href="http://www.muvenum.com/downloads/">downloads</a> section.</p>
<p>-The MuvEnum Development Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.muvenum.com/blog/2009/07/03/muvenum-address-bar-v5-0-6-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Browsing History in Internet Explorer, Firefox, Google Chrome, Safari, and Opera</title>
		<link>http://www.muvenum.com/blog/2009/07/01/clear-browsing-history/</link>
		<comments>http://www.muvenum.com/blog/2009/07/01/clear-browsing-history/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:16:52 +0000</pubDate>
		<dc:creator>John Rennemeyer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Firefox 3]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Opera 9]]></category>
		<category><![CDATA[Safari 3]]></category>
		<category><![CDATA[Safari 4]]></category>

		<guid isPermaLink="false">http://www.muvenum.com/blog/?p=342</guid>
		<description><![CDATA[This article describes how to clear the history from each of following browsers:

Internet Explorer 8
Internet Explorer 7
Internet Explorer 6
Firefox 3.5
Firefox 3
Google Chrome
Safari 4
Safari 3
Opera 9



Internet Explorer 8
Navigate to Safety -&#62; Delete Browsing History, check the History box, click Delete.


Back to top

Internet Explorer 7
Navigate to Tools -&#62; Delete Browsing History, click the Delete History button, click [...]]]></description>
			<content:encoded><![CDATA[<p><a id="topcbh" name="topcbh"></a>This article describes how to clear the history from each of following browsers:</p>
<ul class="txt-list-no-border">
<li><strong><a href="#ie8">Internet Explorer 8</a></strong></li>
<li><strong><a href="#ie7">Internet Explorer 7</a></strong></li>
<li><strong><a href="#ie6">Internet Explorer 6</a></strong></li>
<li><strong><a href="#ff35">Firefox 3.5</a></strong></li>
<li><strong><a href="#ff3">Firefox 3</a></strong></li>
<li><strong><a href="#gc">Google Chrome</a></strong></li>
<li><strong><a href="#sf4">Safari 4</a></strong></li>
<li><strong><a href="#sf3">Safari 3</a></strong></li>
<li><strong><a href="#op9">Opera 9</a></strong></li>
</ul>
<hr size="2" />
<p><a id="internetexplorer" name="internetexplorer"></a></p>
<h2><a id="ie8" name="ie8">Internet Explorer 8</a></h2>
<p>Navigate to <strong>Safety -&gt; Delete Browsing History, </strong>check the <strong>History</strong> box, click<strong> Delete</strong>.</p>
<p><img src="/images/clear-history/ie8-safety-dbh.png" border="0" alt="Internet Explorer 8: Safety -&gt; Delete Browsing History" /></p>
<p><img src="/images/clear-history/ie8-dbh.png" border="0" alt="Internet Explorer 8: History -&gt; Delete" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<h2><a id="ie7" name="ie7">Internet Explorer 7</a></h2>
<p>Navigate to <strong>Tools -&gt; Delete Browsing History, </strong>click the <strong>Delete History</strong> button, click<strong> Close</strong>.</p>
<p><img src="/images/clear-history/ie7-tools-dbh.png" border="0" alt="Internet Explorer 7: Tools -&gt; Delete Browsing History" /></p>
<p><img src="/images/clear-history/ie7-dbh.png" border="0" alt="Internet Explorer 7: Delete History" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<h2><a id="ie6" name="ie6">Internet Explorer 6</a></h2>
<p>Navigate to <strong>Tools -&gt; Internet Options, </strong>click <strong>Clear History</strong>.</p>
<p><img src="/images/clear-history/ie6-tools-io.png" border="0" alt="Internet Explorer 6: Tools -&gt; Internet Options" /></p>
<p><img src="/images/clear-history/ie6-io-ch.png" border="0" alt="Internet Explorer 6: Clear History" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<p><a id="firefox" name="firefox"></a></p>
<h2><a id="ff35" name="ff35">Firefox 3.5</a></h2>
<p>Navigate to <strong>Tools -&gt; Clear Recent History, </strong>change <strong>Time range to clear</strong> to <strong>Everything</strong>, click <strong>Details</strong>, check the <strong>Browsing &amp; Download History</strong> box only and clear the rest, click<strong> Clear Now</strong>.</p>
<p><img src="/images/clear-history/ff35-crh.png" border="0" alt="Firefox 3.5: Tools -&gt; Clear Recent History" /></p>
<p><img src="/images/clear-history/ff35-cn.png" border="0" alt="Firefox 3.5: Browsing History -&gt; Clear Now" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<p><a id="googlechrome" name="googlechrome"></a></p>
<h2><a id="ff3" name="ff3">Firefox 3</a></h2>
<p>Navigate to <strong>Tools -&gt; Clear Private Data, </strong>check the <strong>Browsing History</strong> box, click<strong> Clear Private Data Now</strong>.</p>
<p><img src="/images/clear-history/ff3-tools-cpd.png" border="0" alt="Firefox 3: Tools -&gt; Clear Private Data" /></p>
<p><img src="/images/clear-history/ff3-cpd.png" border="0" alt="Firefox 3: Browsing History -&gt; Clear Private Data Now" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<h2><a id="gc" name="gc">Google Chrome</a></h2>
<p>Navigate to <strong>Wrench -&gt; Clear browsing data, </strong>check the <strong>Clear browsing history</strong> box, choose <strong>Everything</strong>, click<strong> Clear Browsing Data</strong>.</p>
<p><img src="/images/clear-history/gc-cc.png" border="0" alt="Google Chrome: Gear -&gt; Clear browsing data..." /></p>
<p><img src="/images/clear-history/gc-cc-cbd.png" border="0" alt="Google Chrome: Clear browsing history -&gt; Everything -&gt; Clear Browsing Data" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<p><a id="safari" name="safari"></a></p>
<h2><a id="sf4" name="sf4">Safari 4</a></h2>
<p>Navigate to <strong>Gear -&gt; Reset Safari, </strong>check the <strong>Clear history</strong> box, click<strong> Reset</strong>.</p>
<p><img src="/images/clear-history/sf4-pb.png" border="0" alt="Safari 4: Gear -&gt; Reset Safari" /></p>
<p><img src="/images/clear-history/sf4-rs.png" border="0" alt="Safari 4: Clear history -&gt; Reset" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<h2><a id="sf3" name="sf3">Safari 3</a></h2>
<p>Navigate to <strong>History -&gt; Clear History.</strong></p>
<p><img src="/images/clear-history/sf3-ch.png" border="0" alt="Safari 3: History -&gt; Clear History" /></p>
<div class="top"><span class="top-link"><a href="#topcbh">Back to top</a></span></p>
<hr size="2" />
<p><a id="opera" name="opera"></a></p>
<h2><a id="op9" name="op9">Opera 9</a></h2>
<p>Navigate to <strong>Tools -&gt; Delete Private Data, </strong>click/expand <strong>Detailed Options,  check </strong>the <strong>Clear history of visited pages</strong> box, click<strong> Delete</strong>.</p>
<p><img src="/images/clear-history/opera9-dpd.png" border="0" alt="Opera 9: Tools -&gt; Delete Private Data" /></p>
<p><img src="/images/clear-history/opera9-dpd-do-ex.png" border="0" alt="Opera 9: Detailed Options -&gt; Clear history of visited pages -&gt; Delete" /></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.muvenum.com/blog/2009/07/01/clear-browsing-history/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MuvEnum Address Bar v5.0.3.0 Released</title>
		<link>http://www.muvenum.com/blog/2009/06/16/muvenum-address-bar-v5030-released/</link>
		<comments>http://www.muvenum.com/blog/2009/06/16/muvenum-address-bar-v5030-released/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:16:27 +0000</pubDate>
		<dc:creator>John Rennemeyer</dc:creator>
				<category><![CDATA[MuvEnum Address Bar]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[address bar]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[released]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[windows xp sp3]]></category>

		<guid isPermaLink="false">http://www.muvenum.com/blog/?p=330</guid>
		<description><![CDATA[MuvEnum Address Bar v5.0.3.0 is now available for download.
After months of work on this new version of the MuvEnum Address Bar, we are proud to announce the first non-beta release.  For all the details about the version 5 release including what&#8217;s been added, fixed, and improved, why there is now a free and pro version, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.muvenum.com/products/muvenumaddressbar/">MuvEnum Address Bar</a> v5.0.3.0 is now available for <a href="http://muvenum.com/downloads/freeware/archived/muvenumaddressbar-setup-v5030.exe">download</a>.</p>
<p>After months of work on this new version of the MuvEnum Address Bar, we are proud to announce the first non-beta release.  For all the details about the version 5 release including what&#8217;s been added, fixed, and improved, why there is now a free and pro version, and more, please see the v5 beta change log posts:</p>
<ul class="txt-list-no-border">
<li><a href="http://www.muvenum.com/blog/2009/06/06/muvenum-address-bar-v5000-beta-released/">MuvEnum Address Bar v5.0.0.0 Beta Released</a></li>
<li><a href="http://www.muvenum.com/blog/2009/06/10/muvenum-address-bar-v5010-beta-released/">MuvEnum Address Bar v5.0.1.0 Beta Released</a></li>
<li><a href="http://www.muvenum.com/blog/2009/06/12/muvenum-address-bar-v5020-beta-released/">MuvEnum Address Bar v5.0.2.0 Beta Released</a></li>
</ul>
<p><strong>Version History:</strong></p>
<ul class="txt-list-no-border">
<li>Added http://www.wolframalpha.com (computational knowledge engine) to default keywords list (wa).</li>
<li>Modified all file open and save dialogs to use the Windows Vista/2008/7 style dialogs on supported operating systems.</li>
<li>Modified update checking to work in cases where the user never or rarely restarts their computer.</li>
<li>Modified options form to no longer be topmost when an update is available to avoid having the installer hidden behind the options form.</li>
<li>Modified options form to watch in KeyDown event for ESC instead of KeyUp to help reduce the probability of the ESC key closing the options form when closing other forms shown from the options form.</li>
<li>Fixed Import/Export buttons not working on systems w/ .NET 2.0 (w/o SP1) installed.</li>
<li>Fixed Delete/Import buttons being switched places on Windows 7 due to sizing issue.</li>
<li>Fixed bottom of keyword 3rd row buttons being cutoff on Windows 7.</li>
<li>Fixed &#8220;clear keyword&#8221; and &#8220;clear url&#8221; buttonspecs not being connected to the clear click events.</li>
</ul>
<div>
<p>As always, we welcome <a href="http://www.muvenum.com/company/contact-us/">your comments and suggestions</a>.</p>
<p>For the latest version of the MuvEnum Address Bar, please visit our <a title="MuvEnum Downloads" href="http://www.muvenum.com/downloads/">downloads</a> section.</p>
<p>-The MuvEnum Development Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.muvenum.com/blog/2009/06/16/muvenum-address-bar-v5030-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MuvEnum Address Bar v5.0.2.0 Beta Released</title>
		<link>http://www.muvenum.com/blog/2009/06/12/muvenum-address-bar-v5020-beta-released/</link>
		<comments>http://www.muvenum.com/blog/2009/06/12/muvenum-address-bar-v5020-beta-released/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:05:05 +0000</pubDate>
		<dc:creator>John Rennemeyer</dc:creator>
				<category><![CDATA[MuvEnum Address Bar]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[address bar]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[windows xp sp3]]></category>

		<guid isPermaLink="false">http://www.muvenum.com/blog/?p=328</guid>
		<description><![CDATA[MuvEnum Address Bar v5.0.2.0 Beta is now available for download.
If you find any issues with this version, please report them as quickly as possible as we&#8217;re looking for an official release near the beginning of next week.
Version History:

Added &#8220;Freeware Version&#8221; to first run prompt to make sure upgrading users still know it is the freeware [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.muvenum.com/products/muvenumaddressbar/">MuvEnum Address Bar</a> v5.0.2.0 Beta is now available for <a href="http://muvenum.com/downloads/freeware/archived/muvenumaddressbar-setup-v5020.exe">download</a>.</p>
<p>If you find any issues with this version, please report them as quickly as possible as we&#8217;re looking for an official release near the beginning of next week.</p>
<p><strong>Version History:</strong></p>
<ul class="txt-list-no-border">
<li>Added &#8220;Freeware Version&#8221; to first run prompt to make sure upgrading users still know it is the freeware version like before but with added Pro features.</li>
<li>Modified Tooltip for History List Items option text for better readability.</li>
<li>Modified description at the bottom of the Keywords tab to let users know that keywords can contain any combination of folders, files, programs, and/or web addresses.</li>
<li>Modified some reading of filestreams to only request the exact permissions needed to perform the task to help reduce conflicts with multi-user systems.</li>
<li>Modified &#8220;start pro trial&#8221; prompt to show when upgrading to new versions for freeware users.</li>
<li>Modified activation to remove &#8220;Go Pro&#8221; text from the address bar, if it is showing, after activating the Pro Version.</li>
<li>Fixed issue with the toolbar not loading for limited user accounts when it had been registered as the Pro Version.</li>
<li>Fixed &#8220;Close&#8221; button on the update dialog so it would actually close it.</li>
<li>Fixed calculator decimal combobox drop-down scrolling and not being the correct height for the number of items.</li>
</ul>
<div>
<p>As always, we welcome <a href="http://www.muvenum.com/company/contact-us/">your comments and suggestions</a>.</p>
<p>For the latest non-beta version of MuvEnum Address Bar, please visit our <a title="MuvEnum Downloads" href="http://www.muvenum.com/downloads/">downloads</a> section.</p>
<p>-The MuvEnum Development Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.muvenum.com/blog/2009/06/12/muvenum-address-bar-v5020-beta-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MuvEnum Address Bar v5.0.1.0 Beta Released</title>
		<link>http://www.muvenum.com/blog/2009/06/10/muvenum-address-bar-v5010-beta-released/</link>
		<comments>http://www.muvenum.com/blog/2009/06/10/muvenum-address-bar-v5010-beta-released/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:52:57 +0000</pubDate>
		<dc:creator>John Rennemeyer</dc:creator>
				<category><![CDATA[MuvEnum Address Bar]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[address bar]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[windows xp sp3]]></category>

		<guid isPermaLink="false">http://www.muvenum.com/blog/?p=314</guid>
		<description><![CDATA[MuvEnum Address Bar v5.0.1.0 Beta is now available for download.
We&#8217;re nearing the final release of v5 due to the awesome feedback we&#8217;ve received which has helped us fix the final remaining known issues.  Thanks to everyone for reporting your issues.  If you find any issues with this version, please report them as quickly as possible [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.muvenum.com/products/muvenumaddressbar/">MuvEnum Address Bar</a> v5.0.1.0 Beta is now available for <a href="http://muvenum.com/downloads/freeware/archived/muvenumaddressbar-setup-v5010.exe">download</a>.</p>
<p>We&#8217;re nearing the final release of v5 due to the awesome feedback we&#8217;ve received which has helped us fix the final remaining known issues.  Thanks to everyone for reporting your issues.  If you find any issues with this version, please report them as quickly as possible as we&#8217;re looking for an official release near the beginning of next week.</p>
<p><strong>Version History:</strong></p>
<ul class="txt-list-no-border">
<li>Added the ability to drag and drop text to address bar, which it then navigates to (copy and paste still works without navigating).</li>
<li>Added RunMRU list (run prompt) to be displayed under the MuvEnum Address Bar History (regression from v3.8.0.0).</li>
<li><strong>PRO</strong>: Added sorting and highlighting of new and merged keywords after import for easy recognition of what was imported.</li>
<li>Modified Start Menu Links to not be a Pro feature as it was in v3.8.0.0 and previous versions.</li>
<li><strong>PRO</strong>: Fixed exporting of keywords not working correctly.</li>
<li>Fixed userprofile path names shown as first.last to now show as First Last.</li>
<li>Fixed environment variables not working correctly (%systemdrive%, etc.) (regression from v3.8.0.0).</li>
<li>Fixed some issues with paths with arguments and environment variables.</li>
<li>Fixed issue regarding paths to executables with spaces that have arguments not working.</li>
<li>Fixed issue where unchecking MuvEnum Address Bar as a history source would still show the history.</li>
<li><strong>PRO</strong>: Fixed &#8220;refresh history&#8221; not taking into account newly checked or unchecked browsers in the options dialog.</li>
</ul>
<div>
<p>As always, we welcome <a href="http://www.muvenum.com/company/contact-us/">your comments and suggestions</a>.</p>
<p>For the latest non-beta version of MuvEnum Address Bar, please visit our <a title="MuvEnum Downloads" href="http://www.muvenum.com/downloads/">downloads</a> section.</p>
<p>-The MuvEnum Development Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.muvenum.com/blog/2009/06/10/muvenum-address-bar-v5010-beta-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
