Welcome Guest.   Make a donation to an author on the site November 20, 2009, 05:44:18 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Free DonationCoder.com Member Kit: Submit Request.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1] 2 3 4 5 6 ... 14   Go Down
  Print  
Author Topic: Latest FARR Release v2.80.01 - November 20, 2009  (Read 77034 times)
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« on: October 22, 2007, 09:14:39 AM »

Download from Official Web Page: HERE.



Version 2.80.01 - November 20th, 2009
  • [Feature] - Ability to customize titlebar, including ability to put date and time in it.
  • [BugFix] - Users can no longer delete built-in hotkeys (but they can be disabled).
  • [MinorFeature] - Added option to disable troubleshooting log.
  • [Feature] - You can launch an item as an administrator by holding Ctrl+Shift as you launch it (or adding /runasadmin to the result in alias list)
  • [Feature] - The launch history and search history are now saved to independent files (in config dir) instead of the ini file; allows faster save of bigger lists, and means less paranoia when moving and sharing normal ini settings file.
  • [MinorFeature] - Improved text of options dialog for history options.
  • [MinorFeature] - When reducing the number of items to keep in history, it now truncates the current list.
  • [BugFix] - When launch history reached max, new items were not being added.

Version 2.77.01 - August 26th, 2009
  • [BugFix] - Changing skins preview while options dialog was open sometimes showed larger window than it should.
  • [BugFix] - Triggering toolbar button with .lnk file argument was not resolving the lnk.
  • [BugFix] - Farr was showing more results than it should if an alias used the dosearch action.
  • [BugFix] - Alias action modifier launching was not working.
  • [BugFix] - When launching alias results that were .lnk files, the /showmax type alias arguements were not obeyed.
  • [MinorFeature] - some options moved to new tabs in options.
  • [BugFix] - Moving and deleting items in one of the option lists could on rare occasions lead to an error when loading the ini file on next run (would report bad ini file and reset to defaults).
  • [BugFix] - When option to use numpad keys to launch was set, numpad keys could not be used for memo/html mode typing of numbers (which hindered their use in calculator plugins for example).
  • [MinorFeature] - Using the paste special alias command now pastes \r\n when the \n constant is found in the paste text.
  • [Feature] - You can now customize the result background color for the main results window.

Version 2.75.01 - July 26st, 2009
  • [Minor Feature] Attempt to speed up first display by pre-checking file existence in history.
  • [Minor Feature] You can now use the dolaunch alias command (which launches a result without user having to hit enter), to restart the search, and simulate them pressing enter using \n.
  • [BugFix] The dolaunch alias that was used to show an html page was clearing the page before it could be seen.

Version 2.71.01 - July 12th, 2009
  • [BugFix] Icons for shortcut links with custom icon settings were not being shown properly due to change in v2.70.01; hopefully now this is fixed and the previous x64 shortcut/icon fixup stuff is still working.

Version 2.70.01 - July 7th, 2009
  • [BugFix] Using the igo alias multiple times could result in an error about "Resource In Use" for users with old versions of Internet Explorer 6 installed.
  • [BugFix] Attempt to fix icon display and launching for some .LNK shortcuts (especially x64 programs on x64 OS); let's see if this breaks anything for other users.
  • [BugFix] Clarified the statusbar display during initial searching.
  • [MinorFeature] Program now checks file existence of previous launch history on startup which should avoid the delay on first search.

Version 2.68.01 - June 29th, 2009
  • [BugFix] Using the new "dolaunch" feature when your hotkey is set to not-clear text resulted in FARR launching the item every time it was displayed.
  • [BugFix] The visit alias and explore here right-context menus were not being shown appropriately for all result items.
  • [MinorFeature] Added values that plugin can get to help center pop-up forms on the current monitor displaying the FARR main form.

Version 2.67.01 - June 26th, 2009
  • [BugFix] Pressing * on numpad was ignored if you had the "launch with numpad option set"
  • [MinorFeature] Plugins can now call resolve:filename to have FARR fixup the location of a file if the drive letter has changed.
  • [MinorFeature] Toolbar buttons that try to perform a restartsearch by invoking the FindAndRunRobot.exe are now simply passed along directly to the running process.'
  • [MinorFeature] Toolbar button links are now resolved if they refer to files whose drive letters have changed (portable use).
  • [BugFix] Calling setsearch and window.show from a plugin was causing hidden window to appear but search text to be ignored.  Hopefully the fix won't break anything -- let me know if it does.

Version 2.66.01 - June 21st, 2009
  • [BugFix] Fixed bug where plugin functions OnProcessTriggerV2 were not being called if OnProcessTrigger didnt exist in the plugin dll (even though it was never used).
  • [MinorFeature] Added pscommand which works just like pcommand except you can specific dll to send a pscommand to by specifying the dllname first.
  • [BugFix] Fixed bug with alert messages moving the main form on multimon systems.
  • [MinorFeature] Added print command that aliases or plugins can call to send some simple text to the printer.
  • [BugFix] Visit this alias context menu item was not showing right caption sometimes.
  • [Feature] Added help page on troubleshooting.
  • [Feature] Added clearmenus command that plugins can call to clear statusbar icon menus.
  • [Feature] Upgraded to latest version of EmbeddedWb web browser component (http://www.bsalsa.com/)
  • [Feature] Added function "score:" that plugins can call to have farr score a string based on current search terms.
  • [BugFix] On IE6 and earlier, repeated plugin calls that use html view (jscalc,czbpack plugins) could hang.  Thanks JoTo!
  • [Feature] Added option to always reset search string when hotkey triggered (default is old behavior which is to just refocus farr window if already on screen).
  • [Feature] Added new alias action called "dolaunch" which is like dosearch except it triggers an immediate launch of the specified line as soon as a match is made with search string (i.e. user does not have to hit enter or otherwise trigger result).
  • [Feature] Added runcap built in alias to shell a commandline tool and show its output in FARR window (see this forum post).
  • [Feature] Improved seed of changing/interrupting search of plugin -- should speed up some plugin searches that return lots of results.
  • [BugFix] Variables weren't being replaced in the #filecontents command.

Version 2.61.01 - May 25th, 2009
  • [BugFix] Autofixing of missing paths was changing root drive letters to a valid drive; now only more specific search paths which are found on moved drives are fixed.
  • [BugFix] A blank showmemo which would be useful to clear memo before running appcapappendmemo was not working, now it does.


Version 2.60.01 - May 19, 2009
  • [Feature] - Now appcap launched tools will be terminated if user triggers a new search or cancels search.
  • [Feature] - Added "appcapnowait" launch command to launch an app to capture its output, but continue running launch strings without waiting for it to finish.
  • [Feature] - Added "appwait" launch command to launch an app, NOT capture its output, and wait for completion before continuing.
  • [Feature] - Apps run through "appcapappendmemo" and associated functions that write into memo live are now terminated if user starts a new search.
  • [Feature] - Added display of extra info in statusbar as appcap and related functions are running.
  • [BugFix] - Hiding slide numbers was messing up display.
  • [Feature] - Added keyword -history to temporarly disable, on the current search, the use of and scoring modifications from the launch history list.

Version 2.59.01 - May 15, 2009
  • [Feature] - Added launch command "appcapappendmemo" to show console tool output as it runs instead of at end.
  • [Feature] - Added launch command "tempmemofont" to temporarily switch memo font to fixed font (useful for some console tools which use spacing/tabs).
  • [MinorFeature] - Added $$h1 available in aliases like $$u1, for useful encoding for curl commandline.
  • [BugFix] - Folder icons were not being displayed properly since v. 2.57.01.
  • [Feature] - Added troubleshooting log in options dialog -- can be used to log debug/troubleshooting info.
  • [Feature] - Plugins that crash the program on load are now auto-detected and temporarily disabled.
  • [BugFix] - Large icon results sometimes resulted in too small window during autosizing.
  • [MinorFeature] - You can now choose how to handle large 48x48 icons when the windows system is configured to use Large Icons, and these will display properly.

Version 2.56.01 - April 24, 2009
  • [BugFix] - Replacement of variables was happening prematurely in alias launch strings; hopefully this bugfix doesn't cause unintended changes in behavior.
  • [Feature] - You can now pass commandline arguments to any launched program by typing "++ any args here" at the end of your search string.
  • [Feature] - New Search Behavior Option that lets you enable or disable(default) scoring of files in explicit directory browsing mode.

Version 2.55.01 - April 19, 2009
  • [MinorFeature] - Added variables accessible by aliases: %SEARCHBOX% (contents of current search box as shown) and %SEARCHSTRING% (current search string; may differ from search box based on alias dosearch manipulations).
  • [MinorFeature] - Updated to be compatible with new VclSkin Builder version 5.
  • [MinorFeature] - Added modal messagebox function DisplayMsgBox that plugins can call.
  • [BugFix] - DeleteAll from launch history wasn't working.
  • [MinorFeature] - Added commandline option -launch.
  • [Feature] - Added delayed search initiation option.
  • [BugFix] - the new setuservar alias launch string wasn't working right.

Version 2.53.02 - March 24, 2009
  • [BugFix] - Web browser errors were being shown as popups when they shouldn't be.
  • [Feature] - Added variables available to aliases and plugins for querying %LASTURL%, %LASTURLSET%, %CUSTOMFILEBROWSER%, %CUSTOMWEBBROWSER%, %MAXRESULTS% and more.
  • [Feature] - Added ability to set uservars from an alias launch string.
  • [Modification] - Changed the way non-regex plugins are passed the nonlcsearchstring: the alias keyword trigger is now removed from the string passed to the plugin.

Version 2.52.01 - March 16, 2009
  • [BugFix] - Fixed a very rare bug that was causing crashed on some pcs (thank you David A. for the help tracking this down)

Version 2.51.01 - March 15, 2009
  • [BugFix] - Some plugin alias results were being shown even in directory browse mode.

Version 2.50.01 - March 12, 2009
  • [BugFix] - the #grabfile alias results trick wasn't working if you didnt precede it with a "label |" prefix

Version 2.49.01 - March 10, 2009
  • [Feature] - Web browser mode now handles javascript commands to close the window without crashing with OLE error.
  • [Feature] - Some dynamically created javascript ajax scripts in test plugins were failing to run.

Version 2.48.01 - February 24, 2009
  • [Feature] - added variable %APPDRIVE% for portable use.
  • [Feature] - added new launch virtual command "waitforhtml" that attempts to wait until the web browser contents are loaded.
  • [Update] - updated to latest version of EmbeddedWebBrowser control.
  • [Feature] - added "appwait" launch command to launch an app and wait for it to finish (but not redirect stdio).
  • [Feature] - added ability to put in a separator in a custom menu.
  • [Feature] - Ctl+R and Ctrl+P in edit box now work as if you had selected first item and then hit those keys (shows context menu or custom menu)
  • [Feature] - Ctrl+T will show any custom statusbar buttons as a menu.
  • [Feature] - Plugins are now sent Tab Key (#8) to takeover if they want (but plugin must return TRUE to receivekey call to take it over; other more general keys may be added)
  • [Feature] - Type "goareload" to reload all aliases (but not plugins)
  • [BugFix] - File extension restrictions in search directory configuration no longer affect folder name searching
  • [BugFix] - Typeing + or - at end of search string yielded unusual results
  • [Feature] - Tweaked Leftmost bonus scoring heuristic to try to improve points added for matching on left side of words.
  • [Feature] - Attempting to improve automatic url encoding of web urls -- still not perfect but hopefully improved.
  • [Feature] - Added new ability to use $$u1 and $$uc to explicitly ask farr to urlencode a search string arguement.
  • [Feature] - Added new option to hide system tray completely (when farr is minimized).
  • [eFeature] - EXPERIMENTAL - tried new code to show history on blank search which gives plugins a chance to trigger.  Needs testing.
  • [Feature] - Directory entries can now contain multiple directories, separated by ; which is useful if you want to use an environmental path like %PATH%.
  • [Feature] - Added %ALLDESKOP% and %USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch to preconfigured default search directories.
  • [Feature] - In an alias contents you can now specify #filecontents fullfilenamewithpathhere (can use %ALIASDIR%), to have the contents of the file dumped into the alias results when searching.

Version 2.45.01 - January 4, 2009
  • [Feature] - added "appcap" launch command which will shell a commandline program, capture its output into %lastappcap% and wait for it to finish; useful for running a program and displaying its output in memo or html mode.
  • [BugFix] - character constants \n were not always being replaced properly in memo display mode.


Version 2.43.01 - December 31, 2008
  • [MinorFeature] - Added postpluginlaunch call for plugins.
  • [BugFix] - Using \n when doing restartsearch wasn't always working (with special buildin aliases like preload)
  • [BugFix] - Trying to allow launch modifiers (like /winmin) on each launch of a multilaunch ;;; separated line
  • [BugFix] - Icons in custom context menus were not being shown correctly.
  • [BugFix] - Icons in custom status bar were not being shown correctly.

Version 2.38.01 - December 18th, 2008
  • [Change] - Plugins that wish to receive special/function key presses in memo/html mode now need to call set_strvalue("receivekeys","") explicitly when switching into those modes; previously this was not necessary. This change was needed to handle cases where FARR was guessing incorrectly about which plugin should receive the keypresses (only one plugin can).
  • [BugFix] - Selecting an item in aplugins list sometimes caused error.
  • [MinorFeature] - Added new "preload" search string which can be used to list and then reload a specific plugin.
  • [MinorFeature] - Getting a uservar now resolves any %replacements% in it.
  • [MajorFeature] - Plugins can now create custom statusbar icons/buttons/menus.
  • [MajorFeature] - Plugins can now create custom right-click context menu items for results.
  • [BugFix] - Changing size of window was sometimes being forgotten on restart.



Version 2.34.01 - November 30th, 2008
  • [BugFix] - Directory browsing wasn't working if you had the "show folder matches by default" option unchecked.

Version 2.33.01 - November 3rd, 2008
  • [BugFix] - Fixed problems with new UserVariables feature.

Version 2.31.01 - October 8th, 2008
  • [MinorFeature] - Added Portable mode support (edit the configdir.ini file and add line PORTABLE=TRUE); when enabled no system files or any files outside of the program directory will be written.
  • [MajorFeature] - New UserVariables tab in options, allows aliases and plugins to read custom values set by user in this area.  This is an easy way to provide options that are independent from the plugin and alias files, such as user logins, etc.  Aliases and plugins can also create default values which will be initialized in the UserVariables tab on first use.





Version 2.30.01 - August 5th, 2008
  • [MinorFeature] - Added some new values plugins can get to tell the current (overriden) alias string, etc.

Version 2.29.01 - August 4th, 2008
  • [MinorFeature] - Removed option to hide statusbar.. was causing trouble with skinning system and on reflection seemed to be a bad idea to hide info that might need to be displayed by plugins, etc.
  • [MinorFeature] - Improve the right-click context menu for Explore Here, added "Visit this alias" for both partial alias matches and full alias results.
  • [BugFix] - using \ during plugin searches didn't work for plugins using non-regex search matches.

Version 2.28.01 - July 29th, 2008
  • [MinorFeature] - Added option to show file extensions only when doing explicit directory listings.

Version 2.27.01 - July 28th, 2008
  • [MinorFeature] - Changed default memory use to "Average" (was Use More Memory When Minimized).

Version 2.26.01 - July 27th, 2008
  • [BugFix] - Improved autosizing of window, especially with custom font overrides and skins.
  • [MajorFeature] - You can now specify a list of extensions to restrict search to or exclude from searching in each search folder (when combined with search folder keyword modifiers this can be an efficient way of restricting search).
  • [MajorFeature] - You can now specify an optional prefix to trigger alias/plugin matches (and wont match against them if not found).

Version 2.25.01 - July 26th, 2008
  • [MajorFeature] - Non-contiguous search option (enabled by default, searching for "ffox" will match "fire fox").
  • [BugFix] - Some plugins were being called even when an initial explicit directory path was preceding the plugin alias.

Version 2.23.01 - July 19th, 2008
  • [MinorFeature] - Added alert alias launch string to help debugging aliases.
  • [MinorFeature] - The %LASTHWND% replacement string is now available to aliases and plugins.
  • [BugFix] - Using an action modifier alias on drive letters like C: will now replace with C:\ (slash at end)
  • [BugFix] - Some plugin aliases were being listed if the search edit box contained only explicit path and modifiers.
  • [BugFix] - The addnote alias was incorrectly referring to the helper addnote.exe file.
  • [BugFix] - Pressing enter when a partial alias with one result should launch the alias but was autocompleting it instead; fixed.

Version 2.22.01 - July 11th, 2008
  • [MinorFeature] - Plugin can get current viewmode.
  • [MinorFeature] - Added commands to show a please wait display (useful for plugins).
  • [Bugfix] - FARR was refusing to launch farr:// links in html mode if they were triggered by some javascript tricks.
  • [Bugfix] - FARR was not calling plugin DocumentComplete function for showhtml commands.
  • [Bugfix] - The embedded webbrowser OnDocumentComplete callback was triggering before web page text was available.
  • [MinorFeature] - A plugin can now ask FARR to resolve virtual folder paths.
  • [MajorFeature] - A plugin can now embed (dock) their own window INSIDE the farr window, in a user view mode.  This lets a plugin generate any kind of output which is shown seamlessly inside farr and resized just like the normal farr contents.
  • [BugFix] - Statusbar message sometimes got stuck saying "Searching plugins.."

Version 2.18.01 - July 5th, 2008
  • [BugFix] - Mousewheel scrolling of html view from edit box was not always working; new method seems to be more reliable.
  • [Feature] - FARR now remembers the size of the window independently for each of the different view modes (list results, memo, html).
  • [Feature] Added setsize command to set the window size of current display mode.
  • [Feature] You can now right-click and choose to duplicate an alias item in a read-only alias file, and it will be duplicated in the myaliases alias file.
  • [BugFix] Creating duplicate alias entries could sometimes cause access violation fault.


Version 2.16.01 - July 4th, 2008
  • [Feature] - New launch command (pcommand) that aliases and plugins can call to ask another plugin to perform a function.
  • [BugFix] - The ReceiveKey command was not being triggered in plugins in htmlview mode.
  • [Feature] - You can now use Ctrl (or Alt) +(PgDn,PgUp,Home,End,Up,Dn) from the search edit in html mode to scroll the html window.
  • [Feature] - You can now use the mouse wheel to scroll memo and html views without leaving search edit box.

Version 2.15.01 - July 4th, 2008
  • [BugFix] - Plugin customization options were not being saved.
  • [Feature] - FARR now keeps focus in search edit box when showing html contents if that was prior focus state (painful).
  • [Feature] - New launch commands that aliases and plugins can call to control focus and display mode.

Version 2.14.01 - July 2nd, 2008
  • [BugFix] - But the remove-duplicates option back in Search Behavior tab -- used to be checked by default.
  • [Feature] - All built-in "lists" are now filterable (agroups, aplugins, historys, historyl)
  • [BugFix] - The showfile launch command was not properly identifying html files as such.
  • [BugFix] - FARR was sometimes refusing to follow far:// links in a file url fetched by file://
  • [BugFix] - Create duplicate alias command was not working.
  • [BugFix] - Disabled items on result pop-up menu were sometimes not shown as disabled; they are now hidden.
  • [Feature] - Hitting tab with an alias result as first item now always puts alias group name in search box.
  • [BugFix] - FARR was not shutting down smoothly with windows shutdown when certain plugins were loaded
  • [BugFix] - Plugin reloading speed should be improved, as well as program exit speed.
  • [Plugin] - Added multi-monitor-centering farr plugin to list of installable plugins
  • [Change] - When an alias has only one result, that result is shown on a partial match, but only if its a non-regex alias and only if the result refers to a real file (otherwise the partial alias is shown).
  • [BugFix] - Tab autocomplete behavior has been improved.

Version 2.12.03 - June 25th, 2008
  • [Feature] - Redesigned the Options dialog to use an OptionTree.
  • [Feature] - Settings file now uses buffered read+write which should dramatically speed up saving and loading of settings file.
  • [Feature] - Added option to choose whether to use the old or new launch method.

Version 2.11.01 - June 21st, 2008
  • [MinorFeature] - New aliases are now always added at the END of the list (makes it easier to find new ones; you can still drag+drop to re-order).
  • [Feature] - Changed the way partial alias matches are displayed and launched.  If there is only one result in an alias, then its single result contents is displayed in results (icon and launch file), and it is treated exactly like a match on that contents item.  If there are multiple results, the alias name is shown along with a hint about contents, but now the icon from the first result is used for the alias display.  This also allows you to simply hit enter to launch a single-result alias is matched partially.


Version 2.10.01 - June 18th, 2008
  • [BugFix] - preventing recursive plugin trigger launch takeover.
  • [BugFix] - eliminated (and fixed from previous install) the setting of the internet explorer user-agent string.

Version 2.09.01 - June 14th, 2008
  • [MinorFeature] Alias launched files are no longer added to history.
  • [Feature] Trying improved method to launch documents and shortcuts -- maybe will improve launching issues for that rare minority who have the launching problem.

Version 2.08.02 - June 14th, 2008
  • [Feature] $$# regular expression patterns are replaced with blank strings if they are not found in capture groups in pattern
  • [MinorFeature] Directory browsing now shows top directory in proper mixed case.
  • [BugFix] Using arrow keys and tab from directory browsing now always pops focus back to edit box.
  • [Feature] ShellExecute method changed -- hopefully this may fix failure to launch shortcuts for some people

Version 2.07.03 - June 13th, 2008
  • [Feature] Disabled skinning of all but main form -- necessary change for now to support some html view browser activex dialogs.
  • [BugFix] Fixed htmlviewurl to decode urls that use %20% and similar encoding strings.
  • [Feature] - Created a new subdir under FARR dir called MyLocalData\ which is now the recommended place for installed aliases to save data that should not be overwritten on updates (the TiddlyWiki aliases use this directory for example).

Version 2.07.02 - June 13th, 2008
  • [Feature] Disabled skinning of all but main form -- necessary change for now to support some html view browser activex dialogs.

Version 2.07.01 - June 13th, 2008
  • [MinorFeature] When using the restartsearch special alias command, you should now add a \n at the end if you want it to simulate the pressing of enter after the search (useful especially for plugins triggers).
  • [BugFix] Fixed bug with triggering restartsearch alias launch strings from plugins or links.
  • [BugFix] Large clipboard contents (>1k) could cause FARR to crash if used with a hotkey that tries to use %cliptext%

Version 2.06.07 - June 12th, 2008
  • [MinorFeature] Improved plugin help pages.
  • [MinorFeature] Added commands and callbacks for plugins to work with embedded web browser.
  • [MinorFeature] Added ability to auto process "farr://" links in html shown via showhtml alias command (wont work with internet loaded pages).
  • [MinorFeature] Triggering a hotkey that has no forced searchtext while farr window is still on screen but not in front will now bring farr window to front without disturbing search edit contents and without reseting the output display.
  • [Feature] Mouse buttons for back,forward,refresh,stop now work properly in the embedded web browser.
  • [BugFix] Attempting to fix DLL error on windows shutdown.
  • [BugFix] Attempting to fix secondary DLL error on windows shutdown due to some plugins.
  • [BugFix] far:// links were sometimes being disabled due to incorrect security check.
  • [MinorFeature] When using the restartsearch special alias command, you should now add a \n at the end if you want it to simulate the pressing of enter after the search (useful especially for plugins triggers).
  • [BugFix] Fixed bug with triggering restartsearch alias launch strings from plugins or links.

Version 2.06.02 - June 10th, 2008
  • [MinorFeature] Improved plugin help pages.
  • [MinorFeature] Added commands and callbacks for plugins to work with embedded web browser.
  • [MinorFeature] Added ability to auto process "farr://" links in html shown via showhtml alias command (wont work with internet loaded pages).
  • [MinorFeature] Triggering a hotkey that has no forced searchtext while farr window is still on screen but not in front will now bring farr window to front without disturbing search edit contents and without reseting the output display.
  • [Feature] Mouse buttons for back,forward,refresh,stop now work properly in the embedded web browser.
  • [Feature] Disabled ActiveX loading in the embedded web browser for security purposes.  Unfortunately this prevents any flash pages from being displayed.  I will add an option to enable activex, and maybe even a mini whitelist feature for it.  We need to discuss what the safest security features are for the embedded web browser.

Version 2.05.01 - June 9th, 2008
  • [MinorFeature] Directory browsing now lists files in alphabetical order without differential scoring.
  • [BugFix] Files named ".BLAH" where showing as "BLAH" in results without the leading period.
  • [BugFix] Max recursion limit in search directories was 0.

Version 2.04.03 - June 9th, 2008
  • [BugFix] Triggering an item in the "historys" command was closing FARR right away instead of showing past search in edit box.
  • [BugFix] Removed ugly space at beginning of item labels when number display is disabled.
  • [BugFix] Replacement of $$c could still cause recursive hang/crash.
  • [BugFix] The restartsearch special launch string was closing window prematurely (also affected the noresults special alias).
  • [Feature] The new release of FARR contains update links for most known plugins as of June 9th, 2008; they can now be installed from the updater.

Version 2.04.02 - June 8th, 2008
  • [BugFix?] Fixed "launch all" shortcut? (Ctrl+Alt+Enter).
  • [BugFix] Aliases using the $$c string to replace clipboard contents could cause recursive crash if clipboard text itself contained $$c.
  • [BugFix] Alias labels (when alias result is configured as LABEL | PROGRAMTOLAUNCH) were not replacing $$c and %cliptext%
  • [BugFix] Dragging and dropping an item in options tabs onto itself resulted in deletion of the item.
  • [BugFix] After doing explicit directory browsing, if you cleared search window the default results would show with full paths.
  • [Minor Feature] When a in memo mode, the Home+End keys were not working as normal (to go to start and end of search edit text) and were instead being used to navigate the scrolled memo text.  Now you have to use Ctrl+Home and Ctrl+End (and PgDn and PgUp) to scroll memo.
  • [MinorFeature] Typing rplugins now reloads/rescans both plugins and aliases.
  • [MinorFeature] Minor tweaks to the options dialogs.
  • [MinorFeature] Ctrl+A selects full editbox text (you can also use Escape key).
  • [MinorFeature] FARR is now more suitable for portable use with regard to skin file location -- it will look in local Skin subfolder if the explicit path doesn't resolve to an existing file.
  • [MinorFeature] Using the special launch string paste you can now use \r,\n,\t to escape characters
  • [MinorFeature] Improved instructions for using the special noresults alias.
  • [MinorFeature] If hotkey is used to restore focus of FARR rather than un-minimize it, then the text will not be forced into editbox.
  • [MinorFeature] Added option to minimize FARR when its window loses focus.
  • [MinorFeature] Added option to disable the showing of any index numbers on results.
  • [MinorFeature] Selection of rows in slide mode now only highlights the text.
  • [Feature] You can now specify multiple programs to launch within one alias my separating them with ;;;
  • [MajorNewFeature] html/web view mode added.
  • [MajorNewFeature] Added KeyPressed messages to Plugin API, so plugins can detect special key combos while displaying their results.
  • [MajorNewFeature] Added balloon messages and alert box popups to Plugin API.



OLDER VERSIONS:
Version 2.00.144 - Oct 22nd, 2007
  • [bugfix] showmemo command now properly converts multiple \n when displaying in text memo results.
  • Added showfile command to show contents of a file into text memo results.
  • [bugfix] All keyword modifiers are now forced to lowercase since mixed case resulted in failure to match when searching.
  • You can now use PgUp, PgDn, ArrowUp, ArrowDn to scroll result memo view.
  • [bugfix] Using dashes in search should work now as long as it isn't of the form [SPACE]-WORD which will be treated like a work to exclude from search.
  • [bugfix] Virtual folder replacements now intelligently handle \ directory separators, so you can write for example %FARRDIR%\scripts or %FARRDIR%scripts.  This bugfix also fixes the case where cpanel items were shown twice.
  • Added check-for-updates to plugin manager form.
  • Added option to stop search on regex match, and default stop search on exact alias name match to false.
  • [bugfix] alias files were sometimes getting extraneous fields saved in them.
  • Added option to disable the +action modifier result replacement, where when there is only 1 result and you use a +action modifier, the result shows the action modifier text instead of the normal result text.
  • A dosearch virtual launch string that is blank will now show history of past launched files.
  • [bugfix] Double quotes were being lost on url searching.



You can read more about the changes and bugs in previous releases on this long 35 page thread.  Or in the online help file for FARR v2.
« Last Edit: Today at 10:53:35 AM by mouser » Logged
edbro
Charter Member
***
Posts: 314

see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #1 on: October 22, 2007, 09:23:15 AM »

Well, I said "I'll believe it when I see it" and now I'm seeing it! Congrats Mouser.
Logged
Josh
Grammaton Cleric
Charter Honorary Member
***
Posts: 2,016



View Profile Give some DonationCredits to this forum member
« Reply #2 on: October 22, 2007, 09:26:05 AM »

Yews, as I said in PM, great job mousey. After a year of alpha status, its good to see some exposure for farr2 smiley
Logged

STOP THE MADNESS! Microsoft should not have to advertise it's competitors. Opera is getting far out of hand.
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #3 on: October 22, 2007, 09:27:57 AM »

There's nothing to celebrate really, this is just one more v2 release -- there will be more as more bugs are fixed and features are added.  This is *not* the public final release of v2.
Logged
nitrix-ud
Charter Member
***
Posts: 461

View Profile Give some DonationCredits to this forum member
« Reply #4 on: October 22, 2007, 09:39:31 AM »

Beta is a better status than Alpha for FARR i think  Thmbsup

good move Wink
Logged
Josh
Grammaton Cleric
Charter Honorary Member
***
Posts: 2,016



View Profile Give some DonationCredits to this forum member
« Reply #5 on: October 22, 2007, 09:44:10 AM »

Mousey, after 1 year of alpha status, I don't see how making it public beta ISN'T a huge move. Come on now, it's had one year of HEAVY work, now the public gets to enjoy the fruits of your labor.
Logged

STOP THE MADNESS! Microsoft should not have to advertise it's competitors. Opera is getting far out of hand.
Armando
Charter Member
***
Posts: 2,049



see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #6 on: October 22, 2007, 10:52:15 AM »


There's nothing to celebrate really

Still : well done! I've just installed it and it works well.
 

Should we post comments here?
Logged

Please, forgive my English, my Spanish, my Portuguese and my Chinese. Et même mon français.
Ralf Maximus
Supporting Member
**
Posts: 927



View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #7 on: October 22, 2007, 11:03:53 AM »

Just installed it and gave it a quick spin.  Rookin good!
Logged
Veign
Charter Honorary Member
***
Posts: 861



plarker chris see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #8 on: October 22, 2007, 11:47:22 AM »

There is some comfort in knowing that I no longer have an alpha software installed on my development computer even though it was stable and never gave me any issues.

Thanx for the update.
Logged

Armando
Charter Member
***
Posts: 2,049



see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #9 on: October 22, 2007, 12:19:32 PM »

Ok mouser, I'll post my few comments here. You can always move them somewhere else if you want.


These are actually little things I noticed in the last month but forgot to mention -- the beta reminded me of those :


1
a- The new locate plug-in, when used, slows down farr a bit. Or am I the only one?

A locate32 search from within farr will : 1- take a few seconds to produce some results, 2- and make the transition back to the standard farr search a bit too long too (stalls for a few seconds -- nothing really bad, but it varies depending on how many results you've set the plug-in to disclose).
[it depends on the quantity of results displayed --2007 12 29 ]

b- Also, and  I know that this is not farr per se, but the locate32 plug-in doesn't play well with accents (é è à, etc.).


c- Which brings me to this question: if you're going to keep the locate plug-in as an "official" one, do you believe that it would be possible to have it use the same (or similar) search conventions than the "regular" farr ones (e.g. : non contiguous characters etc....)? It might be a pretty hard to do, but it would make more sense.


2- Maybe that has been mentioned before : farr finds but cannot launch a file if it has a space as the last character of its name
(e.g. : E:\Doct\xLC-.Moreno,Jacob L.__Théâtre de la spontanéité__+tgsPat tgsPthée+ .doc)


3- There still seems to be a problem with certain characters and folder names. I'm not 100% sure, but it seems to be related to the "É" character (only?). i.e. : each time one my folder names uses the É character, farr won't display the subfolders and files it contains.


And here are 2 extra ideas for the future :

- Select and launch multiple files at once
- Sort by date/name etc. with column headers.

Thanks mouser!
« Last Edit: December 29, 2007, 12:51:28 PM by Armando » Logged

Please, forgive my English, my Spanish, my Portuguese and my Chinese. Et même mon français.
muntealb
Participant
*
Posts: 89

View Profile Give some DonationCredits to this forum member
« Reply #10 on: October 22, 2007, 12:31:33 PM »

Mouser, the software is good, but I must tell you that I never saw in a software interface fonts as little as those used by you in the options for FARR. Really, you should make the fonts bigger, the options panel is resizable so it shouldn't be a problem. Many users will thank you for that.

And of course FARR doesn't support Unicode, so typing Ș and Ț results in the display of ? and ?
Logged
masu
Member
**
Posts: 389


View Profile Give some DonationCredits to this forum member
« Reply #11 on: October 22, 2007, 12:41:51 PM »

This new version is amazing.
It's just mindblowing

Good work mouser.

Looking forward for the Final version  Thmbsup Kiss
Logged

Screenshot Captor 2.11.02
Find+Run Robot 2.60.02
Windows XP SP3
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #12 on: October 22, 2007, 01:08:52 PM »

Quote
Maybe that has been mentioned before : farr finds but cannot launch a file if it has a space as the last character of its name

 ohmy

Quote
There still seems to be a problem with certain characters and folder names. I'm not 100% sure, but it seems to be related to the "É" character (only?).

could you maybe test if the problem isn't with all UPPERCASE diacriticals? I wonder if it's not a case-related thing.
Logged
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #13 on: October 22, 2007, 03:37:59 PM »

By the way, I still have a couple FARR Plugin Creator Mugs to give away to new plugin writers.
Info on creating a plugin here: http://www.donationcoder....b/index.php?topic=10105.0
Logged
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #14 on: October 22, 2007, 03:48:57 PM »

Mousey, after 1 year of alpha status, I don't see how making it public beta ISN'T a huge move. Come on now, it's had one year of HEAVY rock, now the public gets to enjoy the fruits of your labor.

Fixed tongue Grin

*Lashiec checks up the browser two times, makes sure the interface chair-computer is working at full power, reconnects the eyes-brain bus...*

So it's actually true! Well done! Now FARR can regain the lost time, but let's wait a bit more before we spread the word Thmbsup

Armando, which is the font you're using in your shots?

EDIT: Now complies with mouser's requisites Wink
« Last Edit: October 22, 2007, 03:55:23 PM by Lashiec » Logged
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #15 on: October 22, 2007, 03:50:37 PM »

Don't spread the word, this is still not yet ready for primetime release.
Logged
Veign
Charter Honorary Member
***
Posts: 861



plarker chris see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #16 on: October 22, 2007, 06:21:29 PM »

Don't spread the word, this is still not yet ready for primetime release.

Once you give the word I would love to do a blog post on this release.  Just give the word...
Logged

rgjordan
Supporting Member
**
Posts: 4


View Profile Give some DonationCredits to this forum member
« Reply #17 on: October 22, 2007, 08:54:04 PM »

Terrific application! Useful for novice and advanced users alike.

Rob
Logged
Armando
Charter Member
***
Posts: 2,049



see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #18 on: October 22, 2007, 11:47:56 PM »


could you maybe test if the problem isn't with all UPPERCASE diacriticals? I wonder if it's not a case-related thing.

Yes mouser, exactly. I only had "É" in my some of my very old folder names, but, yes, it does it with all all UPPERCASE diacriticals.
Logged

Please, forgive my English, my Spanish, my Portuguese and my Chinese. Et même mon français.
Armando
Charter Member
***
Posts: 2,049



see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #19 on: October 22, 2007, 11:54:23 PM »

Armando, which is the font you're using in your shots?

EDIT: Now complies with mouser's requisites Wink

EditBox font : Baskerville Old Face - Regular - 14
Small-Icon Result Font: Arial - Regular - 8 (keep in mind that I have a 15' laptop screen - 1280x800)
 smiley
Logged

Please, forgive my English, my Spanish, my Portuguese and my Chinese. Et même mon français.
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #20 on: October 23, 2007, 03:46:06 AM »

I see. Thanks! I'll try both when I get home, they look very classy smiley
Logged
teegee543
Supporting Member
**
Posts: 12

View Profile Give some DonationCredits to this forum member
« Reply #21 on: October 23, 2007, 03:32:15 PM »

Hey mouser, congratulations on hitting the public beta milestone! Everything works great and runs fast and efficient. The only thing I was disappointed about was the folder navigation bug I posted before: http://www.donationcoder....ic=6624.msg74060#msg74060

Other than that, I'm really enjoying the plugins feature. It's like Firefox where you get to put together your own toolbox.  Thmbsup
« Last Edit: October 24, 2007, 08:25:18 AM by Josh » Logged
Icfu
Participant
*
Posts: 7


View Profile Give some DonationCredits to this forum member
« Reply #22 on: October 24, 2007, 04:30:29 AM »

There are some obtrusive default settings:

1. custom skinning enabled
Respect of corporate look should have priority for productivity tools.
2. bump sound when calling the console
As it's the expected result that an application opens when it is told to open, a success sound is redundant as long it isn't started with a delay.

Options are lacking comfort:
1. no apply button
2. two rows of tabs, tab order is not fixed, this is against all usability recommendations

I suggest switching to a decent tree view dialog with OK, Cancel and Apply button to clean up the mess.

Icfu
« Last Edit: October 24, 2007, 08:25:06 AM by Josh » Logged
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #23 on: October 24, 2007, 08:19:41 AM »

A tree view configuration is probably a good idea.
Logged
Josh
Grammaton Cleric
Charter Honorary Member
***
Posts: 2,016



View Profile Give some DonationCredits to this forum member
« Reply #24 on: October 24, 2007, 11:56:41 AM »

To all users,

Please post each new BUG REPORT in it's own thread. Do not use this thread for bug reports. You can add them to the Find And Run Robot forum. After one is posted, we will add it to the FARR v2 - Official Bug Tracking Thread. This will help eliminate the clutter that was the old bug tracking thread.

Thanks for your help!

Josh
Logged

STOP THE MADNESS! Microsoft should not have to advertise it's competitors. Opera is getting far out of hand.
Pages: [1] 2 3 4 5 6 ... 14   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page