BETA version (with detailed history information)

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0009 - 2013-06-22 10:33
    + Configuration | Preview: Added option "Quick file view: Modeless 
      dialog". Tick it to have the Quick File View modeless similar to 
      the Floating Preview: You can leave it open and select files in 
      the file list to have them quick-viewed.
    > Dual Locations: Note that you can also pass scripts as locations 
      (like everywhere in XY). This, for example, will prompt for a 
      tabset for each pane:
        DUAL:tabset();||tabset();
      Of course, you can also load the dual tabsets right away:
        DUAL:tabset("load", "Bat");||tabset("load", "Man");
    > Dual Locations: Note that you can also use it to just change the 
      view of each pane. This, for example, sets both panes to the 
      "Large Icons" view: 
        DUAL:>>7||>>7
    * SC CompareFiles: Renamed it to "FilesEqual" and changed the return 
      values:
        return:
                 -1 = Function failed.
                  0 = Files are different.
                  1 = Files are identical.
      Examples:
        echo filesequal();  //first two selected files, bytewise
        echo filesequal("D:\a.txt", "D:\b.txt", "sha256");
    % Dual Pane: Switching panes in single pane mode got smoother.
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0008 - 2013-06-21 12:54
    + Menu File | File Special: Added function "Display Hash Values". 
      Generates and displays the most common hash values for the current 
      file: MD5, SHA-1, SHA-256, SHA-512.
    + Scripting got a new command.
      Name: ShowHash
      Action: Shows the most common hash values (MD5, SHA-1, SHA-256, 
              SHA-512) for a particular file.
      Syntax: showhash [file]
        file:     The file.
                  Defaults to the current file, resp. the focused file 
                  if no file is selected.
      Examples:
        showhash; //shows hash values for current file
        showhash "D:\a.txt";
    * MLS: Internally updated to version 8.33.
      > TRANSLATORS: Please wait until Reference_8.33.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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0007 - 2013-06-20 21:28
    + Scripting got a new command.
      Name: HashList
      Action: Calculates and shows the hash values for a list of files.
      Syntax: hashlist [algo], [filelist]
        algo:     Hash algorithm; one of the following:
          md5:    MD5 [Default].
          crc32:  CRC-32.
          sha1:   SHA-1.
          sha256: SHA-256.
          sha512: SHA-512.
        filelist: List of files, separated by "|".
                  Default to all currently selected files.
      Examples:
        hashlist; //shows MD5 values for all selected files
        hashlist "sha256", "D:\a.txt|D:\b.txt";
    + Scripting got a new function.
      Name: CompareFiles
      Action: Compare two files for identity.
      Syntax: comparefiles([file1], [file2], [algo])
        file1:    First file. Defaults to first selected file.
        file2:    Second file. Defaults to first or second (if first 
                  file defaulted to first selected file) selected file.
        algo:     Hash algorithm; one of the following:
          (empty) Compare files bytewise.
          md5:    MD5.
          crc32:  CRC-32.
          sha1:   SHA-1.
          sha256: SHA-256.
          sha512: SHA-512.
        return:   
                  0 = Files are different (or function failed)
                  1 = Files are identical.
      Examples:
        echo comparefiles();  //first two selected files, bytewise
        echo comparefiles("D:\a.txt", "D:\b.txt", "sha256");
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0006 - 2013-06-20 12:33
    ! Dual Locations: Fixed a couple of glitches and made it faster.
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0005 - 2013-06-19 14:21
    + Dual Locations: Experimentally added a new location format called 
      "Dual Locations". Going to a DLOC means that both panes are set to a 
      new location, and dual pane mode is activated (if not already 
      active). A DLOC has its own icon (the toolbar icon for vertical 
      Dual Panes). The format optionally takes a couple of list 
      configuration parameters.
      General Format:
        Just paths:
          DUAL:Path1||Path2
        With prefixed pane to be activated:
          DUAL:2.Path1||Path2
        With settings:
          DUAL:2.Path1>>Settings1||Path2>>Settings2
      Examples:
        Just paths:
          DUAL:C:\||D:\
        Also Quick Searches and Visual Filters work:
          DUAL:C:\?*.sys /f||D:\|a
        Also possible without paths (= applied to current paths):
          DUAL:?a* /f|||*.txt
        With prefixed pane to be activated:
          DUAL:2.C:\||D:\
        With view mode (Details = 0 ... Thumbs #3 = 6, Large Icons = 7):
          DUAL:1.C:\>>3||D:\>>2
        With view mode, sort order, and list style (well, sort order and 
        list style are cryptical techno values, so probably only useful 
        for internal use):
          DUAL:1.C:\>>3,-65536,1335||D:\>>2,-32766,1335
        Only the first pane:
          DUAL:E:\||
        Only the second pane:
          DUAL:||E:\
      Notes:
        - DLOCs can be used anywhere just like normal locations. 
          Exception: You cannot use them recursively (pack two DLOCs in 
          a meta-DLOC). Parsing would fail. It would be a nonsense idea 
          anyway.
        - Of course, you can store such a DLOC as Favorite and give it a 
          caption:, e.g.:
            "First Drives" DUAL:C:\||D:\
        - This is just the proof of concept. If it turns out to be good 
          (I have doubts), UI comfort can be wrapped around it.
    * List: Experimentally made "Autosize Columns" the factory defaults 
      and added 2 pixels left and 2 pixels right padding to each column. 
      More service and more air.
    * Type Stats and Filter: Patterns were added to the Visual Filter 
      MRU list. No good. Stopped this.
      Also Power Filter were added to the Visual Filter MRU list, not 
      when turning them on but when turning them OFF. Again, I stopped 
      this.
    * Tree: The red crossed circle overlay is not shown anymore on 
      unavailable drives. It was inconsistently applied and did not play 
      well together with similar overlays coming from the shell.
    + Tweak to widen the toolbar separator. It's a factor, valid values 
      are from 2 to 10, e.g.:
        ToolbarSepFac=3
    ! Help | List All Commands: Error when closing by X-close (since 
      20130515). 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0004 - 2013-06-18 08:53
    ! Locked Tree: A locked maxi tree did not show the correct Tree Path 
      Tracing when the Computer node was the internally focused node 
      (which is the case e.g. on startup on a path that's not visible in 
      the tree). Fixed.
    ! Preview and Floating Preview: After moving the currently previewed 
      file to another tab or pane, the preview did not display the now 
      selected file. Fixed.
    ! SC datediff: Arguments "m", "d", "h", "n", "s" were all broken 
      since v12.40.0306. 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0003 - 2013-06-16 10:37
    ! Locked Tree: On pane switch the tree scrolled the current node 
      into view which should not happen with a locked tree. This bug was 
      introduced in v11.70.0004 - 2012-10-09 18:28. Fixed.
    ! Tree Path Tracing: On a locked tree, the final node was not marked 
      as final node (a fine bright square line in the final TPT box) 
      when it should. 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0002 - 2013-06-15 10:27
    ! Find Files: Multi Field Search would not work as expected when 
      looking for files without any tag. For example, find all files 
      starting with "n" and no label (as Quick Search):
        ?:n* and lbl:""
      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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.50.0001 - 2013-06-14 09:31
    * All right click menus now allow using the right click to trigger 
      menu items.
    ! Custom Copy: The Report button could error out with "Out of string 
      space" on huge copy jobs. Fixed.
    * XYcopy: Updated to 2.10.0033.
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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

v12.50.0000 - 2013-06-12 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Show Milliseconds. Now you can display the three file times 
      (created, modified, accessed) with milliseconds precision.
  +++ Stamp Milliseconds. Time stamping now supports milliseconds 
      precision.
  +++ Report Milliseconds. Reporting now supports milliseconds 
      precision.
  +++ Illegal Filenames. Now XYplorer will smoothly handle files with a 
      space at end of the filename. This is illegal under Windows but 
      you can get such a file via download from the web. Windows 
      Explorer and other file managers cannot handle this and you are 
      stuck with a file that cannot be renamed nor deleted.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.40.0309 - 2013-06-12 13:03
    * Properties Tab: Now, when Show Milliseconds is enabled then the 
      file dates on the Properties Tab now always show the full 
      precision of seven decimal places, regardless of the precision 
      shown in the file list.
    % Icon Preview: Improved the display layout of multi-icon resources. 
      Before there was too much unnecessary white space.
    * SC echo: Removed the Copy button. Depending on the message 
      contents this could be confusing.
    ! SC report: The returned file time precision was sometimes 
      controlled by the global precision settings. Fixed. Now the 
      report's file time precision is completely independent of any 
      global display settings.
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.40.0308 - 2013-06-11 21:04
    * SC echo: Now it displays a dialog with selectable text and Copy 
      button.
    ! Floating Preview: Depending on your RAM you could get an error 
      when showing huge images (e.g. 6400 x 4800 pixels) in original 
      size. Fixed.
    ! Mouse Down Blow Up: Could fail (simply nothing happened) on huge 
      images. Fixed.
    ! Thumbnails: Slightly mysterious display glitch (black bars on top 
      and bottom of the thumbnail, and the image unproportionally 
      squished) for some thumbnails sized 6000 x 4000 under Win7. Fixed. 
      Note that the fix doesn't help in "super-fast thumbnails" mode.
    ! SC sortby: Setting the secondary sort order did work only when the 
      desired order (ascending/descending) happened to be the default 
      order of the column. Fixed.
    ! Network drives that were previously mapped but not available 
      anymore were still shown in the interface. Fixed. Now they are 
      only shown if "Configuration | Tree and List | Items in Tree and 
      List | Show hidden drives" is ticked.
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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.40.0306 - 2013-06-11 10:14
    + SC datediff now supports nanoseconds. The unit identifier is "ns".
    * SC datediff: The unit identifier for microseconds has been changed 
      to "us" (was "mc").
    ! Toolbar: Under Vista and later, some custom toolbar icons were not 
      drawn correctly in a small icon toolbar under custom DPI settings. 
      Fixed.
    * 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.40.0305 - 2013-06-10 11:28
    * Swapped positions of "Show Milliseconds" and "Show Times in UTC".
    * 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: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version:

Code: Select all

v12.40.0304 - 2013-06-09 20:14
  +++ Now the full NTFS filetime resolution can be displayed, edited, 
      and reported. The resolution goes down to 1/10 of a microsecond (= 
      100 nanoseconds).
      Note that with today's hard and software the relation of such 
      granular time expressions with temporal reality is less than 
      perfect, but who knows what's coming. At least the present data 
      structures are ready for such precision and data can be read and 
      written already now.      
      Now for the individual enhancements:
    > TIP: To display filetimes in the list with maximum resolution run 
      either of these through the Address Bar:
        ::msecs 1, 7, 1;  //show fractions ON; 7 decimal places; crop trailing nulls ON
        ::msecs 1, 7, 0;  //show fractions ON; 7 decimal places; crop trailing nulls OFF
      Note concerning the display of fractions:
        - Less exact fractions are displayed truncated, not rounded.
          So for example this time:
            2013-06-09 10:34:42.1888240
          formatted as "fff" (milliseconds reolution) will display:
            2013-06-09 10:34:42.188
          and not rounded to:
            2013-06-09 10:34:42.189
          This is in accordance with the Windows API behavior in similar 
          contexts, and ensures that XY's display will likely match the 
          display of other softwares that can show sub second fractions 
          of filetimes.
    + Time stamping (through UI or by SC timestamp) now supports sub 
      second resolution down to 1/10 of a microsecond.
      Up to seven decimal places are allowed, for example:
        2013-05-28 14:13:23.5
        2013-05-28 14:13:23.888
        2013-05-28 14:13:23.8880000   (identical to the one above)
        2013-05-28 14:13:23.1885746   (maximum resolution)
    + SC now: Now the display of any available sub second fraction is 
      supported, down to 1/10 of a microsecond (= 100 nanoseconds).
      You specify the desired resolution by the number of "f" (up to 7) 
      in the format template:
      Examples:
        echo now("hh:nn:ss.fffffff");  // 1/10s of a microsecond
        echo now("hh:nn:ss.ffffff");   // microseconds
        echo now("hh:nn:ss.fff");      // milliseconds
        echo now("hh:nn:ss.ff");       // centiseconds
      Notes:
        - I found (tested only under XP) that the Windows timer returns 
          the 1/10s of a microsecond always as an even number: Well, we 
          will learn to live with it. :)
        - The actual resolution depends on the OS capabilities and is 
          unlikely to be in perfect synch with your nearest atomic 
          clock. You can write your own tests to find out. Win7 is 
          supposed to be more precise than XP. Under XP I experimentally 
          found a resolution of roughly 10 milliseconds.
    + SC compare now also supports the ultimate resolution (1/10s of a 
      microsecond).
    + SC datediff now supports microseconds. The unit identifier is 
      "mc". (I avoid the official identifier with the greek "m" because 
      of possible codepage issues.)
      Examples:
        text datediff("2008-08-08 14:22:50.222723", "2008-08-08 14:22:50.222724", "mc"); //1
    + SC report now also supports the ultimate resolution (1/10s of a 
      microsecond). You specify the desired resolution by the number of 
      "f" (up to 7) in the format template, for example:
        text report("{modified yyyy-mm-dd hh:nn:ss.fffffff}<crlf>", 1);
    * Now any UTC suffix is displayed and has to be appended *after* the 
      fraction of a second, not vice versa.
      Examples:
        2012-10-14 02:32:55.333Z
        2012-10-14 02:32:55.333+06:00      
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