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

v13.00.0007 - 2013-10-04 13:06
    + List: Now you can drop files onto AutoHotkey Script files (*.ahk).
    - Configuration | File Operations: All back to the state before 
      v13.00.0004. The way windows works this is the better option.
    ! Checkbox Selection: Checkboxes were not drawn in Windows classic 
      mode (no themes). Fixed.
    ! Outlook Drop: List not refreshed when dropping attachments to a 
      path that was not auto-refreshed. Fixed.
    ! Scripting: Single-quoted expressions tricked operators in 
      expressions like this:
        if ('a' == 'b') {
          echo 'They are the same?';
        }
      Fixed.
    ! List: In Thumbnails and Tiles modes, when you hovered over the 
      blank space to the right of the last file in a row of files, you 
      would get the file info tip for the first file on the next row. 
      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

v13.00.0006 - 2013-10-03 09:46
    - Configuration | Menus, Mouse, Safety | Safety Belts: Removed "Also 
      when deleting to Recycle Bin". Unchecking this was highly 
      dangerous since you would not get a warning anymore before 
      deleting items on drives without a recycle bin!
      So now this option is internally hard-coded to ON.
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

v13.00.0005 - 2013-10-02 22:09
  +++ Checkbox Selection: Finally XY can do what Explorer can do in Win7 
      and later: Individually select multiple list items simply by 
      ticking checkboxes.
      Implemented as a List Style, you can toggle Checkbox Selection via 
      Tools | Customize List | Checkbox Selection, or via the context 
      menu of any of the existing List style Toolbar buttons, i.e. Show Grid or 
      Sticky Selection, or the new button Checkbox Selection.
      Notes:
      - Checkbox Selection works in all list views and list modes.
      - Selecting an item via checkbox does not move the focus to this 
        item. This is consciously different from Explorer's behavior and 
        IMO clearly better.
      - Right-clicking any checkbox pops the Select submenu from menu 
        Edit.
      - The checkbox has an invisible 2-pixel safety margin that 
        protects shaky clickers from missing the target too easily. In 
        other words, you can miss it by 2 pixels and still make a hit.
    + Toolbar: The Copy/Backup/Move To buttons now have the commands 
      "Configure Custom Copy..." and "Configure Backup..." in the right-
      click menu.
    ! List: View "Details with Thumbnails" drawing glitch on refresh 
      where thumbnails were smaller than icons. Fixed #2.
    * MLS: Internally updated to version 8.37.
      > TRANSLATORS: Please wait until Reference_8.37.lng is uploaded.
        You will be notified here:
        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

v13.00.0004 - 2013-10-01 21:18
    * Configuration | File Operations | Turn off delete confirmation: 
      Inverted the logic, renamed to "Confirm delete operations", and 
      moved to Configuration | Menus, Mouse, Safety | Safety Belts.
    + Configuration | Menus, Mouse, Safety | Safety Belts: Added "Also 
      when deleting to Recycle Bin" as a sub option. Untick this option 
      and tick "Confirm delete operations" to have a confirmation only 
      on permanent deletions.
      Note: On upgrading both options are ticked (which is also the 
      factory default).
    + Tweak to add additional file types that should be checked for 
      specific icons (which they might have if certain shell extensions 
      are installed). Simply list the extensions separated by a dot, 
      for example:
        SpecificIconsCustom=bmp.png.jpg
      FYI, the hard-coded default file types for specific icons are:
        exe.lnk.ico.icl.cur.ani.url.scr.ttf.otf.ttc.sln
    + Tweak to preview Word documents (doc,docx,dot,dotx,rtf) like all 
      other Office formats (namely via IE ActiveX):
        NoWordSpecialPreview=1
      FYI, the tweak has been added already 20100919 (when special 
      treatment for Word documents was added to the preview) but was 
      never mentioned in change log.
      Purpose: In case you have a 3rd party file viewer installed that 
      integrates with Internet Explorer (ActiveX), XYplorer will preview 
      all file types supported by this viewer (if they are listed under 
      "Web & Office files" in Configuration | Previewed Formats). With 
      this tweak enabled, also Word documents will be handled by this 
      viewer (and not by XY's internal methods, which need Word to be 
      installed in the system).
    ! Hashing: CRC-32 did not work correctly on files > 2GB. Fixed.
    ! Icon mapping glitch since v13.00.0003. Fixed.
    ! List: View "Details with Thumbnails" drawing glitch on refresh 
      where thumbnails were smaller than icons. 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

v13.00.0003 - 2013-09-29 16:53
    + List: Now when the list shows an empty folder, pressing DEL will 
      delete this folder (after OK-ing a prompt). This is experimental.
    + SC popupMainMenu enhanced: Now you can pass the caption of any of 
      the main submenus to pop just this menu.
      Syntax: popupmainmenu [submenu]
      Examples:
        popupmainmenu "file";
        popupmainmenu "edit";
    + Scripting got a new function.
      Name: GetTokenIndex
      Action: Returns the index of a token in a token list.
      Syntax: gettokenindex(token, tokenlist, [separator=|], [flags=iw]);
        token:      token to find in list of tokens
        tokenlist:  list of tokens
        separator:  separator used in list of tokens
        flags:
          i = Matching is case insensitive (A==a).
          w = Token has wildcards.
              If missing then token is treated literally.
              If included and token does not contain wildcards treat it as *token*.
        returns:
            0 = If token was not found in the list.
            Otherwise return the index of the token within the list (1 = 
            first position).
      Examples:
        echo gettokenindex("xls", "docx|doc|xlsx|xls");  //4
        echo gettokenindex("red;*", "Blue;12|Red;15|Green;28"); //2
        echo gettokenindex("red", "Blue;12|Red;15|Green;28"); //2 (*red*)
        echo gettokenindex("red", "Blue;12|Red;15|Green;28", , ""); //0 (red)
    + Variable <get trigger> now supports an optional parameter "mode" 
      which offers a new functionality when set to "ctbindex":
      Syntax: <get trigger [mode=mousebtn]>
        mode:
          mousebtn: [Default] Return the mouse button that triggered the 
                    script.
                    "1" is the first button. Returns "-1" if script was 
                    not triggered by a user button.
          ctbindex: Return the user button index that triggered the 
                    script.
      Example:
        echo "<get trigger ctbindex>";
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

v13.00.0002 - 2013-09-28 16:59
    * Menu Edit | Select | Select Items...: Now when you pass items with 
      paths and the list is in Find mode, then the matching takes the 
      full path into account.
    + SC selectitems enhanced. Now you can optionally match items 
      honoring the full path. To achieve this the "ignoreextensions" 
      parameter has be renamed to "flags" (while keeping full functional 
      compatibility to previous versions).
      Syntax: selectitems itemlist, [flags], [focusfirst=1], [mode], [pane]
        flags: (bit field)
          0: [Default]
          1: Ignore extensions.
          2: Match full paths.
      Examples:
        selectitems "<clipboard>";    //Match names without paths
        selectitems "<clipboard>", 2; //Match full paths
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

v13.00.0001 - 2013-09-27 10:19
    + Selection Stats: Now the Average Size is shown for the selected 
      items.
    ! Restore Selection: Since v11.30.0008 - 2012-06-11 22:07 you could 
      not toggle between the two last selection patterns anymore. 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 »

Summary of the latest XYplorer Official Release.

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

Code: Select all

v13.00.0000 - 2013-09-26 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Instant Color Filters. A new toolbar button features a set of 
      predefined color filters that can be applied individually and 
      independently of the normal Color Filters. This means you can 
      spotlight the files you are interested in now, just in time, with 
      a single click.
      The Instant Color Filters are fully customizable to your needs and 
      easy to share. They support the full set of file properties and 
      meta properties, plus a couple of XYplorer only properties.
  +++ Color Filters for Folders. Now the folder tree supports Color 
      Filters by age. So you can, for example, color code all folders 
      created or modified today, or this week, or this month, etc.
  +++ Image Aspect Ratio. Now you can color code the aspect ratio of 
      image files, e.g. 16:9 images green, 4:3 images blue, etc. You can 
      as well search and find image files by their aspect ratio.
  +++ Scroll To Top. Now Ctrl+Shift+DblClick on white space scrolls the 
      list to top. A handy little addition because it's the only way to 
      quickly scroll to top with the right hand at the mouse.
  +++ Mouse Down Blow Up (MDBU). Now the right button MDBU optionally 
      fits the image to the screen whereas the left button MDBU zooms it 
      to original size. Very useful for photographers.
  +++ Multilingual Support. Added support for Indonesian.

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

v12.90.0027 - 2013-09-25 10:52
    ! Instant Color Filters: Switching an Instant Color Filter on made 
      normal Color Filters apply to the Tree even if "Configuration | 
      Color Filters | Apply color filters to the Tree" was off. Same for 
      the List. Fixed.
    ! Instant Color Filters: Colors were not refreshed for age filters 
      in special folders in Tree after time-stamping a folder. 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

v12.90.0026 - 2013-09-24 14:45
    ! Find Files: Finding files by XYplorer-only properties did not work 
      yet correctly. Fixed. Now you can, fir example, find all images 
      with aspect ratio 16:9 using this search pattern in the name 
      field:
        prop:#AspectRatio: 16:9
      Of course, the same pattern also works in Quick Search and 
      (prefixed with a ?) via Address Bar.
    ! SC formatdate: Did not return the fractions of a second for the 
      current date. Fixed. This works as expected now:
        status  formatdate(, "yyyy-mm-dd hh:nn:ss.fffffff", "y", "1");
    ! SC formatdate: "Zodiac" did not work anymore. Fixed. This works as 
      expected now:   
        text formatdate("16.08.2009", "Zodiac"); //Leo
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

v12.90.0025 - 2013-09-24 09:37
    * Tweak NoAutoSelectAfterDelete: Now the tweak also affects auto-
      selection after moving (not only after deleting). So the tweak has 
      been renamed to NoAutoSelectAfterDeleteOrMove.
    ! Undo Delete to Recycler: Under XP it did not work for LNK files 
      and other "known file types" if the system was set to hide known 
      extensions. 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

v12.90.0024 - 2013-09-23 20:08
    + Tweak to suppress auto-selection of the next item after deleting 
      an item in the list.
        NoAutoSelectAfterDelete=1
      Note that enabling this tweak makes XYplorer behave like Windows 
      Explorer in this regard.
    ! Edit boxes: A left double click closely followed by a right click 
      was processed as a triple click. Fixed: A triple click must be all 
      left clicks.
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

v12.90.0023 - 2013-09-23 12:28
    + Multilingual Support: Added support for Indonesian.
    * Updated the help file.
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

v12.90.0022 - 2013-09-22 13:00
    * Configuration Dialog: Certain lists now auto-adjust to the form 
      height (which it self auto-adjusts to the screen height).
    ! File paste from Remote Desktop Connection or VMWare: Crash fixed.
    ! Instant Color Filters: The factory default filters should adjust 
      on the fly to a new interface language but did not. 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

v12.90.0021 - 2013-09-21 09:19
    > This version contains debug code to catch a paste bug (see forum).
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.

Locked