Here's the new BETA (32-bit)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 66431
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

v15.50.0203 - 2015-08-14 14:10
    * Ghost Filter: Completely redesigned the feature formerly known as "Hide 
      Items By Name". Its power now is almost frightening.
      - Auto-wildcard: Patterns without wildcards are auto-surrounded by 
        wildcards, unless they are double-quoted (just like Visual Filters).
      - Exact match: Double-quote patterns to force an exact match:
          File                Pattern       Match
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          readme.txt          readme.txt      +
                              "readme.txt"    +
          alsoreadme.txt      readme.txt      +
                              "readme.txt"    -
      - No extension: Patterns ending with a dot match files that have no 
        extension. Folders never match such a pattern.
          *.      Match any files without extension
          a*.     Match all files beginning with "a" and without extension
      - Path: Now you can state a full or partial path in a pattern. In that 
        case the pattern is compared with the full path of the item.
          "E:\Test\hidden\readme.txt"     Match just this item.
          E:\*.txt    Match all TXT files on drive E:.
          *\junk\*    Match all items under a folder "junk" (not necessarily the 
                      immediate parent!)
      - Scope Prefixes: You can define whether a pattern affects files (f:), 
        directories (d:), or both (no scope prefix).
          .*          Affects files and directories.
          f: .*       Affects files only.
          d: .*       Affects directories only.
        Note that there must be at least one space after the ":".
        Double-quotes should come after the prefix:
          f: "readme.txt"   Affects files called readme.txt.
      - The Status Bar tooltip now shows more detail about the cause of the hiding.
      Notes:
      - Releated INI keys have changed so you have to re-enter your patterns.
      - Toolbar key for "ghost" has changed: Re-add the button.
      - All ghost related stuff has been removed from Configuration.
      - The Ghost Filter should be used with care: It might trick you into 
        believing that files went AWOL.
      - The Ghost Filter is Pro Edition Only.
    + Status Bar: If the current list is hiding items by Ghost Filter, a little 
      ghost icon is shown in the first section of the statusbar.
    + Menu View | Show Items: Added command "Edit Ghost Filter..." (#499). Opens 
      the dialog to edit the patterns defining the items to be hidden by the Ghost 
      Filter.
    * Menu View | Show Items: Renamed toggle "Hide Items by Name" to "Ghost 
      Filter".
    + Access Control: Added key "HiddenItems" to Admin.ini. Here you can state 
      items to hide globally from Tree and List just like above with "Ghost 
      Filter". Same syntax, the only difference being: You have only one line, 
      so the patterns are to be concatenated separated by |.
      For example, this would hide all items beginning with a dot and all EXE 
      files from the user:
        [AccessControl]
        HiddenItems=.*|*.exe
      Notes:
      - Of course, visibility cannot be user-toggled for items that are 
        admin-hidden. They are hidden for good.
      - This hiding is stealth: The count is not visible in the status bar.
      - The pattern list is not shown in the tooltip of the "Ghost Filter" toolbar 
        button. It's not shown anywhere (unless you look into Admin.ini).
    + Scripting got a new function.
      Name: Ghost
      Action: Defines a Ghost Filter, toggles its state.
      Syntax: ghost(patterns, toggle)
        patterns: (optional) List of wildcard patterns separated by |.
          missing: keep current patterns
          else:    set new patterns
        toggle:   (optional)
          missing/empty:  keep current state
          0: turn Ghost Filter OFF
          1: turn Ghost Filter ON
         -1: toggle Ghost Filter
        return:
          current/old patterns (before setting new patterns)
      Remarks:
        The new patterns will completely replace the previous patterns just as 
        if you manually entered them through the GUI. So they will be toggled by 
        the "Ghost Filter" toolbar button, and remembered between sessions.
      Examples:
        ghost(".*", 1);  //hide all items beginning with a dot
        ghost(, 0); //turn off any ghost filter
        ghost(, -1); //toggle ghost filter
        text ghost(); //view current ghost filter definition
    + SC get: <get [Command ID]> now supports getting the state of the ghost 
      filter.
        echo <get #497>;
    ! Ghost Filter: Patterns were case-sensitive. Nonsense. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0202 - 2015-08-12 18:54
  +++ Tree and List: Added a way to globally hide files and folders from Tree 
      and List by way of their name.
      To enable the feature tick Configuration | Tree and List | Items in Tree 
      and List | Hide items by name.
      To define the items to be hidden click the button "Edit Patterns..." right 
      below the checkbox. You identify the items to be hidden by normal wildcard 
      patterns (any number of patterns, one per line). Examples:
        .*              Hide all items beginning with a dot.
        desktop.ini     Hide all items called "desktop.ini".
      Notes:
        - Patterns are matched with the filename only (no path).
        - Hiding will equally affect files and folders.
        - Hiding will happen in Tree and List.
        - Hidden items will not appear in search results.
          But hidden folders are searched for any non-hidden items they might 
          contain.
        - The number of hidden items in the List is counted and shown in the 
          status bar. It is added to the number of hidden items due to HIDDEN 
          and SYSTEM attributes. I.e. one total for all hidden items.
        - The Mini Tree is not affected by this, just the Maxi Tree.
        - Yes, you can define * as pattern to clean your file manager of almost 
          everything. :) Radical approach to a simpler life...
        - Pretty cool feature I guess. :)
    + Menu View | Show Items: Added toggle "Hide Items by Name" (#497). Tick it 
      to hide the items as defined in Configuration | Tree and List | Hide items 
      by name | Edit Patterns...
    + Toolbar: Added button "Hide Items by Name" showing a pacman-like ghost. 
      The context menu of the button has a command "Edit Items Hidden by 
      Name..." by which you can directly edit those patterns without going via 
      Configuration.
    % Maxi Tree: Now the current Tree item will keep its vertical position (if 
      possible) when toggling View | Show Items | Show Hidden Files and Folders.
    ! SC new: Normal functionality did not work anymore since recent 
      enhancements. Fixed.
    * MLS: Internally updated to version 8.65.
      > TRANSLATORS: Please wait until Reference_8.65.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0111 - 2015-08-10 12:24
    + SC new enhanced: Now you can use the function to create shortcuts and 
      symbolic links.
      Syntax: new([name], [type=file|dir|link|symlink], [source], [flags])
        type:
          link: Create a shortcut to the item stated in the "source" argument 
                (which now actually serves as the *target*).
          symlink: Create a symbolic link to the item stated in the "source" 
                argument (which now actually serves as the *target*).
                Note that you need Admin rights to create a symbolic links!
      Remarks:
        - The "name" argument can be omitted; in that case it will be 
          taken from the "source" argument.
        - The "name" argument can be relative to the current path.
        - In case of type "link" the extension ".lnk" will be appended to the 
          created file if not already passed in the "name" argument.
        - The "source" argument MUST be stated (full path).
        - The function will auto-avoid filename collisions by affixing the new 
          name according to the user settings (Configuration | Templates | 
          Filename Affixes).
        - The "flags" argument is ignored with types "link" and "symlink".
      Examples:
        new("newlink", "link", "E:\Test\junc\bird.jpg");
        new(, "link", "E:\Test\junc\bird.jpg");
        new("SymLink to bird.jpg", "symlink", "E:\Test\junc\bird.jpg");
        new(, "symlink", "E:\Test\junc\bird.jpg");
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0110 - 2015-08-09 22:08
    + Toolbar | Visual Filter: Now you got a pair of Visual Filter buttons, 
      analogue to the Quick Search pair. The blue button is used to pop the 
      input dialog, the green button is used to toggle the last filter and turns 
      red when it's pressed (i.e. when a filter is active).
      Note that the blue button is new but looks like the old button, and the 
      old button got new colors. This is surely a bit confusing for upgraders, 
      or an interesting brain challenge, which is how you should see it. :)
    * MLS: Internally updated to version 8.64.
      > TRANSLATORS: Please wait until Reference_8.64.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0109 - 2015-08-09 18:41
    ! Multi Branch View: Renaming one of the top folders caused it to disappear 
      from the Multi Branch View. Fixed.
    ! Tree Node Crumbs: Clicking on a 1-pixel wide area near the border of the 
      popup would crash the app. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0108 - 2015-08-07 21:06
    + Floating Preview: Now you can navigate by left mouse click.
      - Click on left half of status bar or of anywhere off preview: Go Back.
      - Click on right half of status bar or of anywhere off preview: Go Foreward.
    + Portable File Association: Added tweak PFAListOnlyExisting to exclude any 
      non-existing files from the POM.
        PFAListOnlyExisting=1
    ! High Contrast Themes: Text unreadable in Welcome to Trial dialog. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0107 - 2015-08-07 10:47
    * SC renameitem enhanced. Now it supports overwriting on collision without 
      prompt.
      Syntax: renameitem(newname, [sourceitem=<curitem>], [flags=0], [numsuffix])
        flags:
          0: [Default] Smart (keep extension unless extension is passed).
          1: Rename base (keep extension).
          2: Rename extension (keep base).
          4: Show dialog (Suffix / Overwrite) on name collision.
          8: Silent overwrite on name collision.
             If 8 is passed then 4 is ignored.
      Example:
        If a file named "John.jpg" already exists in the path it will be 
        overwritten without any warning by the current file which then will 
        carry the name "John.jpg":
          renameitem("John.jpg", , 8);
    + New variable:
        <curpathprev>    previous path of current pane, unslashed
      Note: Right after XY startup there is no previous path; in that case 
      <curpathprev> returns the current path.
      Tip: You can run <curpathprev> through the Address Bar to jump between the 
      last two locations.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0106 - 2015-08-05 21:08
    * Floating Preview: Renamed "Lock Zoomed Position" to "Lock Zoom Position". 
      Appears to be more used for this according to certain search machines.
    ! Windows shutdown while XYplorer was still running could end up in a race 
      condition where, with a little bad luck, you could lose part of your 
      settings because XY attempted to write the configuration to disk while 
      Windows attempted to shut down. Not good. Fixed: Now XY will NOT attempt 
      to save settings on a Windows shutdown.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0105 - 2015-08-04 18:15
    + Floating Preview: Added the setting "Lock Zoomed Position" (X) to the right-
      click menu. If "Lock Zoomed Position" AND "Lock Zoom" are both ticked then 
      the current zoom level AND zoomed position are kept when switching images. 
      This is very useful when comparing details of different versions of the 
      same image, i.e. useful for photographers that care for details.
      The zoomed position is also kept when toggling between a zoomed view and 
      the "Fit All" view by "Toggle Zoom" (G). So now you can zoom back and 
      forth from/to a particular detail of the full image.
    * Floating Preview: From now on "Lock Zoom" and "Lock Zoomed Position" also 
      remember the zoom and zoomed position across closing and re-opening the 
      Floating Preview, and even across sessions!
    + Toolbar | Open With: Added toggle "Open Items by First 'Open with...' 
      Match" to the button's context menu. Tick it to use the first matching 
      Portable File Association to open an item by Dbl-click or Enter. The 
      factory default is ON. If set to OFF then the Windows associated 
      application is used for opening an dbl-clicked item irrespective of any 
      matching Portable File Associations.
      Note that before, the hard-coded behavior was ON. So the news is that you 
      now can turn this off!    
    % Attempt to handle Windows theme changes more gracefully.
    ! SC get: get('copieddata', 3) is supposed to return the complete received 
      data, but stopped at the first | inside data. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0005 - 2015-08-02 19:39
    + Date Picker: Made it a little wider, added days of neighbouring months in 
      grey, and a couple of keyboard shortcuts (when calender has focus):
      - Left/Right: Previous/Next day.
      - Up/Down: Previous/Next week.
      - PageUp/PageDown: Previous/Next month.
      - Ctrl+PageUp/Ctrl+PageDown: Previous/Next year.
      - Ctrl+Left/Ctrl+Right: Cycle first day of the week.
        You may as well right-click the Day Bar to select the first day of the 
        week by menu.
        The first day of the week now factory defaults to Monday.
    * Date Picker: If the (abbreviated, if possible) day names don't fit in the 
      Day Bar in the regional language then English is taken for the day names.
    + Info Panel | Properties | Date Fields: When stamping the file dates (via 
      click into the date fields) you now can call the Date Picker by pressing F1.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0004 - 2015-08-01 21:00
    + Scripting got a new function.
      Name: DatePicker
      Action: Pops a Date Picker dialog and returns the selected date.
      Syntax: datepicker([date=today], [format])
        date:  [optional] Initial date.
                Defaults to today.
        format: [optional] Format of the returned date.
        return: Selected date when OK was pressed.
      Examples:
        text datepicker("2008-01-12"); //12.01.2008
        text datepicker(); //01.08.2015 (in German locale)
        text datepicker(, "yyyy-mm-dd"); //2015-08-01
        text datepicker(, "yyyy-mm-dd hh:nn:ss"); //2015-08-01 00:00:00
    ! Date Picker: Wrong date returned on "Today" today. Fixed.
    ! Date Picker: Wrong weekday initials with some languages. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0003 - 2015-08-01 15:22
    * SC QuickSearch enhanced: Added flags parameter and flag "s" to display the 
      status of the search in the Status Bar.
      Syntax: quicksearch([query="*"], [path], [separator="<crlf>"], [flags])
        flags:  [optional] String of flags to modify the function.
                s: Show status.
      Example:
        text quicksearch("*.jpg", , , "s");
    ! SC QuickSearch: Would not search again after ESC. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0002 - 2015-07-31 21:05
  *** Quick Search: Now it defaults to include subfolders (aka recurse 
      subfolders). If you don't want recursion you add the switch "/n":
        *.jpg       'include subfolders
        *.jpg /n    'do NOT include subfolders
      The old /r flag is still allowed but has no effect:
        *.jpg /r    'include subfolders
      Before, recursion in Quick Search was controlled by Info Panel | Find 
      Files | Name & Location | Include Subfolders. Now I think it's better for 
      this function to work completely independent of GUI settings. Especially 
      since ALL other settings on this tab are also ignored by it.
    + Find Files, Quick Search: Added a switch /k to enable "Follow Folder 
      Links". The set switch overwrites the unset checkbox Info Panel | Find 
      Files | Name & Location | Follow Folder Links.
    * Quick Search: Now it defaults to not follow folder links. If you want it 
      to follow folder links you add the new switch "/k":
        *.jpg       'do NOT follow folder links
        *.jpg /k    'follow folder links
      Before, "Follow Folder Links" in Quick Search was controlled by Info Panel 
      | Find Files | Name & Location | Follow Folder Links. Now I think it's 
      better for this function to work completely independent of GUI settings. 
      Especially since ALL other settings on this tab are also ignored by it.
  +++ Scripting got a new function.
      Name: QuickSearch
      Action: Finds items.
      Syntax: quicksearch([query="*"], [path], [separator="<crlf>"])
        query:  [optional] Search pattern, can have switches.
                Defaults to "*" (match all).
        path:   [optional] Search location.
                Defaults to the current path.
        separator:  [optional] Separates items in the returned search results list.
                    Defaults to CRLF.
        return: Search results list.
      Remarks:
        - QuickSearch is probably the most powerful and useful of all scripting 
          commands. It works 100% identical to GUI Quick Search apart from not 
          affecting the GUI: The search results are returned by the function in 
          a string. QuickSearch lets you quickly collect specific stuff from the 
          most remote corners of your file system by means of simple scripts 
          that can be stored and shared. The stuff is returned in a format ready 
          for further automated processing. One of the most powerful file search 
          engines compressed into a one-liner.
        - The search is by default recursive (includes subfolders).
        - Found items are always returned with full path.
        - Paper Folders are supported.
        - Portable Devices are supported.
        - Multi-location searches are supported.
        - There is no progress status at all.
        - The running function will pretty much block XY.
        - ESC can abort a search.
      Examples:
      - Search the current path for all JPG items:
        text quicksearch("*.jpg");
      - The same using SC inputselect:
        inputselect(, quicksearch("*.jpg",,"|"));
      - Search the whole computer for all items tagged Rock:
        text quicksearch("tags:Rock", "*");
      - Search the current path for all items modified on a weekend:
        text quicksearch("dateM: dw 6 | dw 7");
      - Search drive D: for all items larger 1 MB and smaller 2 MB:
        text quicksearch("size: > 1MB AND size: < 2MB", "D:");
      - Search paperfolder "echo" non-recursively:
        text quicksearch("*.jpg /n", "paper:echo");
      - Search two paths for all JPG items:
        text quicksearch("*.jpg", "E:\Test;D:\Test");   
      - Generate a full branch view of the current path:
        text quicksearch();     
    * Help | List All Commands...: Now the command IDs are shown again always 
      (unless scripting is disabled); no more need to hold CTRL. The tweak 
      HelpListOfCommandsWithIDs has been removed.
      Tip: Now CTRL can be used to *hide* the command IDs. Sometimes you don't 
      want them when you need to copy a command caption.
    * Help | Back to English: Now this command is disabled after loading a saved 
      language file from the Interface Translation Tool. Otherwise switching 
      back and forth could lead to internal confusion and chaotic menu captions.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

admin
Site Admin
Posts: 66431
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

v15.50.0001 - 2015-07-30 10:31
    * Tags: Experimentally added tweak TagsSeparator to customize the separator 
      between the tags of an item. The factory default separator is , (comma).
      Rules:
        - just one character is allowed, not more
        - but not any of these: <>|*?
        - disobey these rules and the default separator (comma) is used
      Example:
        TagsSeparator=;
      Notes:
      - If you currently use multiple tags per item they will not be parsed 
        correctly after tweaking the separator.
      - Also your current Tag List (Tag MRU) will be destroyed.
      - If you share your tags with other users this is the recipe for disaster. 
        Don't even think of using this tweak!
    ! Date Picker: The "Today" button was not translated, and the tooltip was 
      not updated on language change. Fixed.
    ! MLS/ITT: Fixed the cause of a recent issue with a phantom line in the 
      reference file which crashed the ITT when clicked.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Summary of the latest XYplorer Official Release.

Download: http://www.xyplorer.com/download.php

Code: Select all

v15.50.0000 - 2015-07-29 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Smart Right Click. Enjoy smart context menus on Name, Size, and Date 
      columns.
  +++ Date Picker. Finally there is an easier way to enter dates into the 
      find-by-date interface.
  +++ Photo Data. Now Exposure Program and Exposure Bias are displayed in the 
      photo data.
  +++ Histogram. The image preview now features an optional luminosity 
      histogram.
  +++ Invert and Grayscale. Images can now be previewed inverted (negative) 
      and/or converted to grayscale.
  +++ Obfuscate. Quickly obfuscate all sensitive information in the interface. 
      (Pro Edition Only)

Locked