Sunday, November 8, 2009

v8.60.0005 - 2009-11-08 12:54

BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.

  • + Configuration | File Info Tips: Added option "Show custom file info tips". Before, this option was implicitly ON always. Now it's by factory default OFF. Having it OFF will show the default file info tips, which are exactly the ones you would see if you used Windows Explorer. This has a couple of advantages:
    - You can see specific 3rd party extensions of the file info tips
      (e.g. by MediaInfo) which are not shown in XYplorer when you
      turn "Show custom file info tips" ON.
    - Using the default tip (and with "Show MP3 info tips" OFF), you
      can now see the ID3v2 (XY internally only supports ID3v1) info
      of mp3 files in the file info tip if your shell/OS supports it.
  • * Configuration | File Info Tips: Increased the number of items in the "custom file info tips" list, depending on OS: Under Vista/Win7 you will have 267 different fields now, and under XP or lower 41 different fields.
    Also the indices, starting with 0 (zero), are now shown in the list. You can use these indices with SC property() in scripts like:
      msg property("#2"); //type of current item
  • * Configuration | File Info Tips: The XYplorer-only "extra fields" are now listed in a separate list.
  • ! Toolbar | Undo, Action Log: Could crash on certain filenames because of a buggy ellipse routine working on trimming the captions. Fixed.