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

v21.00.0009 - 2020-09-09 13:28
    + Message Drop: Added support for more charsets in the subject line. So when 
      your template at "Configuration | Colors and Styles | Templates | Dropped 
      Messages" contains <subject> you might see an improvement with certain 
      Chinese and Japanese encodings when dropping a message file to XYplorer.
    ! Message Drop: The Base64-decoding had an error that could result in 
      garbled message subjects. Fixed.
    + Scripting got a new function.
      Name:   Base64Decode
      Action: Decodes a Base64-encoded string or file.
      Syntax: base64decode(text, [file], [targetfile])
        text:       text to decode
                    ignored if "file" is not empty
        file:       if not empty: file to decode
                    path defaults to current path
        targetfile: if not empty: write decoded bytes to this file
                    path defaults to current path
                    on exist file is overwritten without asking
        return:     decoded string
      Examples:
        text base64decode("Ki4/"); // *.?
        text base64decode(, "Base64.txt"); //(input from file) *.? (if the file contains "Ki4/")
        text base64decode("Ki4/", , "Text.txt"); //write output "*.?" to file
    + Scripting got a new function.
      Name:   Base64Encode
      Action: Encodes a string or file content in Base64.
      Syntax: base64encode(text, [file], [targetfile])
        text:       text to encode
                    ignored if "file" is not empty
        file:       if not empty: file to encode
                    path defaults to current path
        targetfile: if not empty: write decoded bytes to this file (full path spec)
                    path defaults to current path
                    on exist file is overwritten without asking
        return:     encoded string
      Examples:
        text base64encode("*.?"); // Ki4/
        text base64encode(, "Text.txt"); //(input from file) Ki4/ (if the file contains "*.?")
        text base64encode("*.?", , "Base64.txt"); //write output "Ki4/" to file
    % 64-bit Preview: Removed the short flicker when using 64-bit preview or 
      thumbnails.
    * Preview64: Updated to 1.0.0.12.
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

v21.00.0008 - 2020-09-08 19:39
    + Preview: Added *.afphoto (Serif Affinity Photo) to Image Files, *.afdesign 
      (Serif Affinity Designer) to Office Files, and *.afpub (Affinity Publisher 
      Document) also to Office Files. All three are also in "Preview as 
      Thumbnail" now.
    + Preview Tab: Now shows "Previewed as thumbnail. 64-bit." when a 64-bit 
      ThumbnailProvider was used to create the preview.
    ! Mouse Down Blow Up: MDBU on thumbnails stopped working since last version. 
      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

v21.00.0007 - 2020-09-08 15:22
    * Configuration: Renamed "File Info Tips" to "File Info Tips & Hover Box".
    ! Preview as Thumbnail: Fixed some glitches.
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

v21.00.0006 - 2020-09-08 10:44
    + Mouse Down on Thumbnails and Icons: Now supports "Preview as Thumbnail" 
      with 32-bit and 64-bit ThumbnailProviders.
    * Configuration | Preview | Previewed Formats | Categories | Preview as 
      Thumbnail: Changed the logic. All files listed here are now also listed in 
      any of the other categories (Office Files, Image Files...) where they 
      belong by nature. But being listed and ticked in "Preview as Thumbnail" 
      takes *priority* when it comes to a preview. The by-nature-listings are 
      relevant in other areas, e.g. content search.
      So, this is the order of category precedence when previewing files:
        1. User-Defined Preview Handlers
        2. Preview as Thumbnail
        3. Text Files
        4. Office Files
        ...
        9. Video Files
     ! Contents Search: The above change fixes an issue that arose yesterday 
       where ODT files could not be content searched anymore.
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

v21.00.0005 - 2020-09-07 18:49
  +++ 64-bit Preview: Some file types, e.g. WebP graphic files (WEBP), 
      SolidWorks files (SLDASM, SLDDRW, SLDPRT) or OpenOffice files (ODP, ODS, 
      ODT), implement their preview not via PreviewHandlers but via 
      ThumbnailProviders. This has always been supported for 32-bit 
      ThumbnailProviders.
      However, sometimes those ThumbnailProviders are only provided in the 
      64-bit flavor (e.g. SolidWorks). This works now as well. So SolidWorks (a 
      major 3D-CAD-Program) previews are supported now.
    > Note: At least one of these options has to be ticked to enable the 
      fallback to 64-bit ThumbnailProviders:
      - Configuration | Other | Shell Integration | 64-bit Windows | Use 64-bit 
        preview handlers for preview
      - Configuration | Other | Shell Integration | 64-bit Windows | Fall back 
        to preview handlers of the other bitness
    * Preview64: Updated to 1.0.0.11. Now there is version control.
    + Configuration | Preview | Previewed Formats | Categories: Added category 
      "Preview as Thumbnail".
      Default members: .odt.ods.odp.sldprt.sldasm.slddrw.webp
      This category is for files that are known to implement their preview not via 
      PreviewHandlers but via ThumbnailProviders. It simply saves time, energy, 
      and climate to skip other preview methods that won't work anyway.
      32-bit and 64-bit ThumbnailProviders are supported.
    > Usage Tip: If you add "*.pdf" to "Preview as Thumbnail" and untick it in 
      "Office Files" you get the fast thumbnail preview for PDFs everywhere 
      (Preview Tab, Preview Pane, Floating Preview). It usually shows the first 
      page of the PDF. Of course, a ThumbnailProvider for PDF must exist.
    + Configuration | Information | File Info Tips | Show Hover Box | Select 
      Item Types...: Added category "Preview as Thumbnail".
      32-bit and 64-bit ThumbnailProviders are supported.
    + Floating Preview: Now also files in category "Preview as Thumbnail" are 
      supported (32-bit and 64-bit ThumbnailProviders). Including Mouse Down 
      Blow Up (that did not work before for ODT files).
    + SC savethumb: Now also files in category "Preview as Thumbnail" are 
      supported (32-bit and 64-bit ThumbnailProviders).
    * Preview Tab: The caption "Preview created by the shell." has been changed 
      to "Previewed as thumbnail."
    - Removed undocumented tweak FullScreenCustomExtensions.
    - Removed tweaks DoPrevShell (v9.90.0403 - 2011-02-17 11:00) and NoPrevShell 
      (v8.00.0009 - 2009-06-25 23:10). Replaced by the new "Preview As 
      Thumbnail" category.
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

v21.00.0004 - 2020-09-04 19:26
    * Configuration | Other | Shell Integration: 
      - Removed label "Content Search".
      - Renamed "Use 64-bit IFilters" to "Use 64-bit IFilters for content 
        search" and moved it under "64-bit Windows".
    + Configuration | Other | Shell Integration | 64-bit Windows: 
      - Added option "Use 64-bit preview handlers for preview"
        (factory default = OFF)
      - Added option "Fall back to preview handlers of the other bitness"
        (factory default = ON)
    + Scripting got a new function.
      Name:   DecToHex
      Alternative Name: Hex
      Action: Converts a signed decimal integer into hexadecimal.
      Syntax: dectohex(integer, [rlen])
        integer:  The signed decimal number to convert.
                  The highest allowed integer is 2147483647 (0x7fffffff), the 
                  lowest is -2147483648 (0x80000000).
        rlen:     Return this many rightmost characters from return value, if the 
                  value is smaller left-pad with zeros.
                  Meaningful range 1 - 8. Other values are silently corrected.
        return:   The hexadecimal number, UPPERCASE and without any prefix.
      Examples:
        text dectohex(-1); // FFFFFFFF
        text dectohex(1234567890);  // 499602D2
        text dectohex(1234567890, 4); // 02D2
        text dectohex(15, 8); // 0000000F
        text hex(15, 8);    // 0000000F
        text hex(15, 8000); // 0000000F
        text hex(15, 1);    // F
        text hex(15, 0);    // F
        text hex(15, -10);  // F
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

v21.00.0003 - 2020-09-04 12:32
    + 64-bit Preview: Now the fallback to the 32-bit preview works. So this is 
      now a possible setting:
        preview64 1, 1; //try 64-bit first, on failure fallback to 32-bit
    ! 64-bit Preview: Since adding this feature the fallback to the "Preview 
      created by the shell" (which just comes down to showing a large thumbnail 
      as preview) did not work anymore, so depending on your system you might 
      have lost the previews for some file types. Fixed.
      Note: ATM this thumbnail is only a "32-bit thumbnail". I'm currently 
      working on creating "64-bit thumbnails" (= thumbnails created by 64-bit 
      thumbnail providers).
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

v21.00.0002 - 2020-09-03 12:04
    ! Batch Rename: When passing a simple string as name pattern without any 
      number templates (e.g., just Pic instead of Pic-<#01>) then the job ran 
      into exponential performance problems very notable with larger amounts of 
      renamed items. Fixed. Now the time used increases linearly.
    * MLS: Internally updated to version 8.123.
      > TRANSLATORS: Please wait until Reference_8.123.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        https://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

v21.00.0001 - 2020-09-02 19:09
    * Configuration | General | Menus, Mouse, Usability | Mouse | Double-click 
      on empty space goes up: Now OFF by factory default. Some new users were 
      apparently shocked by it, probably also because of "Highlight hovered 
      items", which looks a bit like Full Row Select.
    ! Message Drop: Did not handle Gmails from Thunderbird (and maybe other 
      clients) correctly. 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.

Direct Download: https://www.xyplorer.com/download/xyplorer_full.zip
Download Page: https://www.xyplorer.com/download.php
Release Notes: https://www.xyplorer.com/release.php

Code: Select all

v21.00.0000 - 2020-09-01 21:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ 64-bit Preview. Now XYplorer supports 64-bit preview handlers for 
      Office files (MS Office, PDF, EML). No configuration necessary, it just 
      works.
  +++ Message Preview. Now you get a WYSIWYG preview for email files (EML and 
      MSG). No configuration necessary, it just works.
  +++ Compilation Soundtrack. Compiled to the music of Justin Townes Earle.

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

v20.90.0919 - 2020-09-01 15:06
    ! Custom Copy: Intra-volume-moving a Junction-to-a-folder or a Symbolic 
      Link-to-a-folder to a location where a same-named Junction or Symbolic 
      Link already existed did not work well. Fixed. Now the contents of both 
      links are merged (with or without merge prompt depending on your settings) 
      in the target link; the source link is destroyed when all its contents 
      have been moved.
    * XYcopy: Updated to 2.10.0157.
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

v20.90.0918 - 2020-09-01 09:53
    ! Custom Copy: When dropping stuff from the outside you only get foreground 
      operations (unless you tweak via BJAllowDropFromOutside=1). Now when 
      dropping another load while the previous operation was still going on 
      problems started. You would not be allowed to do it, and it would stay 
      like this forever (within the session), even when the first operation had 
      completed. You also wouldn't get an automatic refresh of the target 
      location anymore. So something was deeply wrong. 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

v20.90.0917 - 2020-08-31 13:26
   + Message Preview: Now you get a 32-bit WYSIWYG preview for MSG files. No 
     need for Preview64.exe here (actually it fails to do it and has been 
     excluded from even trying). Tested on Win8.1 with Office 2010, and on Win10 
     with Office 365.
     FYI, it apparently works the same with both preview handler GUIDs:
      {435fdba0-964c-43a7-8aff-cc94e21b2249}
      {53BEDF0B-4E5B-4183-8DC9-B844344FA104}
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

v20.90.0916 - 2020-08-29 11:47
   + Scripting got a new command.
      Name: Preview64
      Action: Sets sequence of preview attempts and optional fallback.
      Syntax: preview64 [tryfirst], [fallback]
        tryfirst    0 = try 32-bit first
                    1 = try 64-bit only (fallback not implemented)
                    missing or empty: toggle
        fallback    0 = no fallback
                    1 = fall back to other bitness
      Examples:
        preview64; //toggle
        preview64 "";  //just show current state in status bar
        preview64 "v"; //show the version number of Preview64.exe
        preview64 0; //try 32-bit first, on failure fallback to 64-bit
        preview64 1; //try 64-bit only (fallback not implemented)
        preview64 0, 1; //try 32-bit first, on failure fallback to 64-bit
        preview64 0, 0; //try 32-bit first, no fallback to 64-bit
      Remarks:
        Factory default is "try 32-bit first, on failure fallback to 64-bit":
          preview64 0, 1; 
    * 64-bit Preview: Media files are excluded from it for now. Otherwise we 
      would lose the fallback to Quartz.dll (DirectShow) if no preview handlers 
      are found, which is important for a large number of formats.
    ! Preview: Since fixing the font preview for Dark Mode certain non-font file 
      formats would error out on trying to preview them. 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

v20.90.0913 - 2020-08-28 17:49
    * SC get("bitness"): Changed the return from numbers to a full string (not 
      translated by MLS so you know what to expect while scripting), and added 
      two new cases so we have 5 possible returns now:
        16-bit
        32-bit
        64-bit
        64-bit Itanium
        (unknown)
      Tip: In a Custom Column you can use this line in the Script field:
        return get("bitness", <cc_item>);
      Note that there is quite a number of file types that can have the 
      PE-format, not just EXE and DLL, for example: acm, ax, com, cpl, dat, dll, 
      drv, exe, iec, lrc, ocx, rll, rs, scr, tlb, tsp.
    * MLS: Internally updated to version 8.122.
      > TRANSLATORS: Please wait until Reference_8.122.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
    * 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.

Locked