Jan 17
MuvEnum Address Bar v5.3.3.0 is now available for download.
Version History:
- Fixed (negatives) “-” being removed when show group separator was selected in the calculator options.
Mar 20
MuvEnum Address Bar v5.3.1.0 is now available for download.
This release improves logging performance if enabled and now defaults to showing search keywords after “enter” instead of the search engine query url. A few other fixes found there way in as well. Enjoy!
Version History:
- Modified searches to now display typed text rather than search engine url with search terms embedded in the url. This makes it easy to modify search when incorrect terms were typed.
- Fixed calculator equation when shown with answer showing the incorrect decimal separator on a non-english version of Windows.
- Fixed issue with logging, when enabled, causing up to 10 second pauses, freezing Windows Explorer.
- Fixed some batch files not loading with arguments correctly.
Aug 11
MuvEnum Address Bar v5.1.2.0 is now available for download.
This release includes some fixes for keywords, an issue loading urls with ports, and a locale issue with IP addresses among other things. Enjoy!
Version History:
- Fixed file keywords with %s with multiple web addresses not loading the arguments.
- Fixed ampersand (&) in history list drop-down causing the character in front to be underlined and not showing the ampersand (&).
- Fixed urls not loading that contained ports that didn’t start with http:// (e.g., test.com:8080 instead of http://test.com:8080).
- Fixed paths with space in keywords that have valid parent paths loading the parent path.
- Fixed issue with languages that use a period as the number separator causing ip addresses to be calculated as numbers instead of navigating to the ip address.
- Removed default ? keyword as it overrides the dropdown list autocomplete “search for” choice in Windows 7. Only affects new installations; if running Windows 7 and upgrading MAB, you will have to remove it manually.
- Removed searchme.com from keywords as it now just redirects to google.com.
- Removed world icon for http://www.muvenum.com/ and now default to the emptysheeticon.
Jul 22
MuvEnum Address Bar v5.1.0.0 is now available for download.
This release makes the freeware version a little more friendly by not displaying the “Go Pro” text on reboot and defaulting to the “General/Settings” tab when opening the options. We also fixed some issues with grabbing executable arguments as well as added support to executables in keywords being able to use arguments. Enjoy.
Version History:
- Added support for arguments to be passed to executables defined as keywords; they will either replace %s if you have them (make sure you have a space) or will just add them to the call to load the .exe. Words after keywords will be the arguments.
- Renamed “Settings” tab to “General”.
- Modified default options page to the “General” page for the freeware version unless you clicked to start the pro trial or to activate the software from the taskbar context menu.
- Enabled “Delete All History” button on History tab for freeware users to help avoid confusion caused by some users thinking that the “clear history” option was removed when it was actually just now an image button to the right of the “MuvEnum Address Bar”.
- Removed “Go Pro” text from freeware version default display on bootup and replaced it with the old “http://www.muvenum.com/” link used in pre v5.
- Fixed the following not working correctly on their respective OS’s: “my computer, computer, my network places, network, recycle bin, network connections”.
- Fixed some executables with spaces in their path not loading correctly when they had arguments.
- Fixed history list icon not showing correctly for executables with spaces in their path when they had arguments.
Jul 03
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 “Ctrl+Shift+Enter” 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.
We also created a unified “Not Found Prompt” 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’t a “one shoe fits all” 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: “S” for search, “W” for load as website, and “C” 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.
Version History:
- Added option to enable “Ctrl+Shift+Enter” to run programs using administrator privileges.
- 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.
- Added “Delete All History” button to history tab for easy deletion of all history items.
- Added conversion of “x” to “*” for multiplication in mathematical equations when the calculator is available.
- 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.).
- Added option on help tab to enable logging for support purposes.
- 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.
- 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.
- Added proxy server settings for favicon retreival and activation purposes.
- Added missing “Visit MuvEnum Website” link click event.
- Modified the “Not Found Prompt” 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’ll need at which point in time was a pain in the butt. The shoe has now been removed.
- Modified method for loading keywords with multiple addresses on systems using IE as their default browser.
- Modified some logging to only log if it is enabled in the software to help improve performance.
- Modified Tab key to not cycle through each cell of the keywords datagridview (you can still use arrow keys).
- 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.
- Fixed possible start menu “one second freeze” after typing a url that has a favicon that hasn’t already been downloaded.
- Fixed finding default browser executable failing because of front “//” on subkey on some machines.
- Fixed order of %PATH% files to load in the order of .com, .exe, .bat, .*, when no extension is typed.
- Fixed start pro trial prompt showing when a new version was installed while the trial had already expired.
- Fixed tabindex on settings tab.
- Fixed history list in options history tab not always refreshing after selecting history items and deleting them.
- Fixed IP addresses not loading as websites for but instead causing the “Not Found” prompt to be shown.
- Fixed ftp addresses typed without the ftp:// scheme loading with http:// instead of ftp://.
- 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.
- Fixed issue with searches not loading or prompting when search terms contained special characters (<,”,=,etc.).
- Fixed ports being stripped from urls http://www.acme.com:8080/ became http://www.acme.com/.
- Fixed commands containg arguments with periods, e.g., “ping 192.168.1.1”, being split into args and filename improperly causing it to show the search prompt instead of loading.