Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0112 - 2010-12-15 20:44
      Tags 2.0, Phase 3
      ~~~~~~~~~~~~~~~~~
    + Toolbar: Added buttons to Add, Set, and Remove Tags, and to Find 
      by Tags. They pop a menu with the top 20 tags from the tag list.
      All buttons work on the selected items only and show a "Nothing 
      Selected" pseudo item in the popup menu if there are no 
      selections.
      Especially interesting is the "Find by Tags" button because the 
      "Tag List..." item allows for easy multi-tag searches (Boolean 
      AND-ed: all ticked tags must match). Note that "Find by Tags" 
      always scans the whole tag DB and returns matches from the whole 
      Computer, not just from the current folder.
      Of course, the buttons also have a right-click menu with various 
      useful commands.
      Credits for the icons go to http://www.icojoy.com/!
    + List: Added command "Add Tags to Tag List" to the Tags column 
      right-click menu.
    * Tags: Added some icons to various input interfaces.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0113 - 2010-12-16 10:53
    + Configuration | Tags: Added option "Apply tagging to all selected 
      items". Check to apply the commands in the right-click popup menu 
      to all selected items instead of to the right-clicked item.
      If nothing is selected this setting is ignored and the tagging 
      applies to the right-clicked item.
    + Toolbar: Added a couple of commands to the new Tags buttons.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0114 - 2010-12-16 21:11
    * Tags 2.0: Minor improvements and glitch fixes.
    * Catalog: The recent catalog list in switch-catalog popup menus now 
      show the catalog file names relative to app data path. Since this 
      is the recommended location for catalogs the menu should be much 
      more readable by now.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0115 - 2010-12-17 19:42
    + Find by Tags: Now tags can have wildcards ("*" or "?") and still 
      be searched for in an easy manner. Before, searching for those 
      tags was difficult because these characters are treated as 
      wildcards in the search term.
      For example, you have a tag "a*" (w/o the quotes). Now you can 
      search for "a*" and only items with this tag will be found. 
      Before, this search would have returned all items with a tag 
      matching the pattern "a*".
      To enable searching for wildcards you use the new switch /v 
      ("verbatim"), which is exclusively used for label, tags, and 
      comments search:                          
        Address Bar      Finds (recursing subfolders) all items with
        ------------------------------------------------------------
        ?tags:a* /rv     a tag "a*"
        ?tags:a* /r      a tag matching pattern "a*"
        ?cmt:"*" /rv     a comment "*"
      
      Note that, of course, even without the verbatim flag you can 
      search for wildcard characters by enclosing them in square 
      brackets. For some jobs there is no other way, for example to find 
      all items with a "*" anywhere in the tags:
        tags:*[*]* /r
    + List: Added "Find Items with Same Tags" to the Tags column right-
      click menu.
    > Tips for Find by Tags:
      - To find all tagged items with no Tags use this search term:
        tags:""
      - To find all items with tag "quotedtag" (including the quotes!):
        tags:""quotedtag""
    ! Find by Tags: On non-recursive searches the search might not have 
      returned all matches due to a flawed optimization. Fixed.
    + Configuration | Extended | Mouse: Added option "Middle-click opens 
      folder in new tab". Check it to open folders in a new tab by middle-
      clicking them in the file list.
    + Opening items with associated apps: Now when you attempt to open 
      an item with an overlong filename you are prompted:
      -----------------------------------------------------------------  
      Open Overlong Item?  
      You are about to open an item with an overlong filename (> 260 
      characters).
      Most Windows applications do not support overlong filenames. They 
      might even crash.
      Are you sure you want to continue?    
      -----------------------------------------------------------------  
      You can turn off this prompting using the following tweak:
      OpenOverlongNoConfirm = 1
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0116 - 2010-12-18 15:20
    + SC filter enhanced. New optional parameter flags allows automatic 
      handling of open square brackets in the pattern.
      Action: Apply a visual filter to the current tab.
      Syntax: filter [filterspec], [flags]
        filterspec: the filter pattern
        flags:  (binary field)
          1:  Handle open square brackets, i.e. convert "[" to "[[]" to 
              allow matching "[". Without this conversion "[" and "]" 
              are interpreted as group markers by the pattern parser.
              Note that setting this flag is necessary only if the 
              closing square bracket is present as well right of the 
              opening bracket. Otherwise there is no ambiguity and XY 
              does the necessary things automatically even without the 
              flag.
      Examples:
        ::filter "*.zip;*.rar";   = show only ZIP and RAR files
        ::filter "*[*";           = show only items with [
        ::filter "*[*]*", 1;      = show only items with [ and ] 
        ::filter;                 = remove any filters
    ! List: Fixed strobo effect on icons and icon overlays in a list 
      that's being auto-refreshed in fast repetition.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0117 - 2010-12-18 15:56
    * Configuration | Extended | Mouse: The option "Middle-click opens 
      folder in new tab" now also applies to middle clicks in Tree and 
      Catalog.
      It is now enabled by factory default.
    * Main window caption: Very long paths are now ellipsed.
    ! The Open Overlong Prompt (v9.80.0115) did not cover all possible 
      opening scenarios. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0118 - 2010-12-20 11:24
    * Statusbar: Elapsed time display after search or backup operation 
      is now smarter on smaller (< 1 sec) and larger (> 1 min) 
      durations.
    ! Rename Special: When one or more items within a mass rename 
      could be renamed they were not listed as failures after the job 
      when the reasons for the failures had alreday been detected in the 
      rename preview before. Fixed. Now any items that were not renamed 
      should be listed under all circumstances after a mass rename.
    ! List: Drawing glitches with the combination of Full Row Select and 
      Color Filters or Labels. Fixed.
    ! Recycle Bin: Further improved auto-refresh.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0119 - 2010-12-20 14:16
    ! Background Jobs: Elapsed time display buggy since v9.80.0118. 
      Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0120 - 2010-12-21 10:06
    + Configuration | Extended | Custom items in shell context menu | 
      File List: Added three items, all for folders only:
        Open in New Tab
        Open in New Background Tab
        Open in Other Pane
    ! SC report: Did not resolve the fields {comment} and {tags} 
      correctly. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0121 - 2010-12-21 20:07
    + Experimental WMP edition! This special edition has an embedded WMP 
      (Windows Media Player) hard-coded for Video preview. It's still a 
      bit rough around the edges. Enjoy.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0123 - 2010-12-22 11:53
    + Media Preview: Added three tweaks to use an embedded WMP instance 
      for previewing audio and video files.
        PreviewWmpAudio=1     ; use WMP for audio preview
        PreviewWmpVideo=1     ; use WMP for video preview
        PreviewWmpProgress=1  ; show XY progress on WMP preview
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0124 - 2010-12-22 20:09
    + Preview: Added MKV (Matroska Video Stream) to the previewed Video 
      formats. Whether you can actually preview MKV depends on your 
      installed codecs.
    + SC tweak (officially undocumented): Added "PreviewWmpVideo":
        ::tweak("PreviewWmpVideo", 1);  //on
        ::tweak("PreviewWmpVideo", 0);  //off
      Also, SC tweak now supports toggling by passing "" as param:
        ::tweak("PreviewWmpVideo", "");  //toggle on/off
    ! Fixed a couple of WMP related glitches. 
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0125 - 2010-12-23 09:26
    + Image Preview: Now the transparency grid is also shown in the 
      preview for icon files.
    + Thumbnails: Now the transparency grid is also shown in thumbnails 
      for icon files.
    * Tags: Now, with "Add Tags..." the edit box is not prefilled 
      anymore with the tags of the current item, contrary to "Edit/Set 
      Tags..." and "Remove Tags...".
    ! Stupid little thing called exclamation mark hung out at almost all 
      text input dialogs. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0126 - 2010-12-26 10:42
    + Configuration | Extended | Mouse: Added option "Middle-click goes 
      to file in new tab". Applies to files in List. Especially useful 
      in search results, where it works identically to the right-click 
      menu command "Go to Focused Item in New Tab".
    * Tags: Now the Tags column in Details view displays the tags 
      separated by comma and space, not just by comma.
      For performance reasons this style is also reflected in the 
      tag.dat database. Nevertheless adding spaces has been just an 
      esthetical decision with no consequences for compatibility. Tag 
      lists without a space after the comma are correctly parsed 
      everywhere in the app.
      Note for upgraders from the 9.80 BETA versions: This new style 
      is applied to your already tagged items in the moment you edit 
      their tags. So you will slowly shift to the with-space style.
    ! SC report: Did not resolve the field {path} correctly since a 
      couple of versions ago. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v9.80.0127 - 2010-12-31 10:50
    - End of the WMP experiment (v9.80.0121). Too many problems.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.

Locked