Here's the new BETA (32-bit)

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

v24.10.0012 - 2023-02-26 11:47
    * Hover Box on Image Columns: For this to happen you now need to tick:
      - "Images" in Configuration | Information | File Info Tips & Hover Box | Show Hover 
        Box | Select Item Types...
      - "Image Columns" in Configuration | Information | File Info Tips & Hover Box | Show 
        Hover Box | Select Context...
      Yes, "Images" is not implied here to keep a fast way to turn off all Image Hover Boxes.
    ! Hover Box in Tree: Since 20230107 it didn't work anymore for the "This PC" and 
      "Network" nodes. Fixed.
    ! SC zip_list2: This fix from v23.50.0211 - 2022-08-28 11:15 did not really get it right.
        Returned superfluous <tab> prefixes on filenames. Fixed.
      Actually there *should* be <tab> prefixes on filenames IF the archive contains 
      folders and flags has bit 2 (Recurse folders). Otherwise the CSV columns of the 
      returned data are messed up. Fixed again.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0011 - 2023-02-25 09:28
    * Configure Extra Column / Configure Custom Column dialogs: Increased the width of the 
      input boxes.
    * Configure Extra Column dialog: Input boxes now set to "Edit Text" font.
    * SC inputselect: Style 65536 (Move window to mouse pointer) now ensures that all of 
      the dialog is within the screen.
    * Hover Box on Breadcrumb Bar Drop-Down Menus: Now it works also when "Folders" is not 
      ticked in "Configuration | Information | File Info Tips & Hover Box | Show Hover Box 
      | Select Item Types...".
    * Drop from Outside: When dropping stuff onto a backgrounded XYplorer, sometimes (on 
      some systems) XYplorer was not automatically foregrounded by Windows, and dialogs 
      could end up hidden under other windows. Now XYplorer actively puts itself in the 
      foreground when something is dropped on it.      
    ! Custom File Icons: A specific LNK file icon assigned via Shell Context Menu 
      Properties was overwritten by the generic CFI file type icon. It shouldn't be. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0010 - 2023-02-24 16:13
    + SC inputselect enhanced: Now you can position the window at the mouse pointer.
      Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
              [width=800], [height=400], [windowcaption], [preselectprefix], [icon], [preselectitem])
        style: 
          65536 = Position window at mouse pointer.
      Example:
        return inputselect("Select Country", <extra_popuplist>, ";", 32 + 65536, 10:=<extra_cell>);
    + Scripted Extra Columns: A new <extra_item> variable is set to the full path of the 
      right-clicked item. Totally useful, here's just one example:
        return inputselect("Select Country<crlf><extra_item>", <extra_popuplist>, ";", 32, 10:=<extra_cell>);
    * Configuration | Information | File Info Tips & Hover Box | Show Hover Box | Select 
      Context...: The context "Breadcrumb Bars" (added v23.90.0407 - 2023-01-07 20:12) 
      changed name and function: It's now called "Breadcrumb Bar Drop-Down Menus" and 
      gives you a Hover Box with the contents of the hovered icon (yes, analogous to MUSD 
      only the icon is the hot area) in the dropdown menu.
      Notes:
        - This new functionality deems me much more useful than the old one.
        - Works only for "Custom Menu" and "Colored Menu".
        - If unchecked you still can force the Hover Box by holding CTRL.
    ! Configuration | Other | Shell Integration | 64-bit Windows | Show the 64-bit context 
      menu: Sometimes when calling it the first time in a session the 32-bit menu came 
      instead of the 64-bit one. Fixed. This will happen much less likely now, and this 
      kind of fallback won't happen anymore. When the 64-bit menu fails for whatever 
      reason, then no menu comes at all.
      The fix also applies to calling the menu via script, eg:
        popupcontextmenu "C:\", 64; //force 64-bit menu
    ! Action Log: The Undo/Redo caption of "New Shortcut" actions contained a misleading 
      path info. Fixed.
    ! Configuration | Information | File Info Tips & Hover Box | Show Hover Box | Select 
      Context...: The toggle "Folder Contents Preview" was dysfunctional, the Hover Box was 
      always shown for items in Mouse Up Show Down lists. Fixed.
    ! Breadcrumb Bars | Drop Menu on Hover: The menu auto-undropped when you hovered a 
      tiny 1-pixel wide area right at the top of the menu. Fixed.
    ! Hover Box: Probably fixed a rare bogus "Item not found" message.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0009 - 2023-02-23 20:17
    ! Custom Copy | Progress Dialog: The Reports button menu didn't pop when the file 
      operation was triggered via a menu button of the toolbar. Fixed.
    * XYcopy: Updated to 2.10.0214.
    * MLS: Internally updated to version 8.161.
      > TRANSLATORS: Please wait until Reference_8.161.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
    ! Catalog: Command "Remove Tag" in the item context menu in category "Click and Tag: 
      Tags" reported a removal in the status bar even if nothing was removed. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0008 - 2023-02-23 14:19
    + SC inputselect enhanced. Now you can specify an item to preselect.
      Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
              [width=800], [height=400], [windowcaption], [preselectprefix], [icon], [preselectitem])
        preselectitem: This item in listdata will be preselected. The first match wins 
          (checked from left to right), any following matches are ignored.
          Anything set in preselectprefix is overridden by preselectitem.
      Example:
        // flag 32: if preselectitem has no match the first item is preselected
        echo inputselect("Select Country", "Afghanistan;Albania;Algeria;Andorra;Angola", ";", 32, 10:="Angola");
    * SC inputselect: The preselected item is now centered vertically in the visible 
      portion of the list, allowing you to see adjacent items above and below.
    + Scripted Extra Columns: A new <extra_cell> variable (it's set to the contents of the 
      right-clicked cell), along with the SC inputselect extension above, allows 
      pre-selecting the current cell data in <extra_popuplist>:
        return inputselect("Select Country", <extra_popuplist>, ";", 32, , 400, 600, 10:=<extra_cell>);
    + Preview of SketchUp Files: Now also the *.layout extension is supported.
    % Preview of SketchUp Files: Better performance by making use of the Windows 
      thumbnails cache.
    ! Hover Box: The status section was largely gone since v24.10.0007. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0007 - 2023-02-22 20:53
    + Scripted Extra Columns: The scripts now support Step Mode.
    * Scripted Extra Columns: Variable <extra_popuplist> is now handled like all other 
      variables and does not need to be quoted anymore. This works now as expected:
        return inputselect("Select Country", <extra_popuplist>, ";", 32, , 400, 600);
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0006 - 2023-02-22 15:57
  +++ Extra Columns: Added a new column type "Script". The script you specify here (via the 
      Configure Extra Column dialog which is accessible by right-clicking the column 
      header) is run whenever you right-click a cell in that column. If that script calls 
      the command "return" the "data" argument is used to fill the cell.
      Such a Scripted Extra Column provides wonderful and countless new ways to easily 
      generate or select data to be placed in a cell and thus to be assigned to a file.
      Notes:
        - The script should not contain the | character unless it is quoted, because that 
          character is already used to separate extra fields in the tags database.
        - There is a new special variable only available in this context: <extra_popuplist>. 
          When used in the script it is resolved to the contents of the "Pop-up List" field 
          of that same column, CRLF line breaks being replaced by ";".
      Examples:
        1) This script fills the cell with a super-exact timestamp:
             return now("yyyy-mm-dd hh:nn:ss.fffffff");
        2) This script pops an inputselect interface filled with some hard-coded data:
             return inputselect("Select Country", "Afghanistan;Albania;Algeria;Andorra;Angola", ";", 32, , 400, 600);
        3) This script pops an inputselect interface filled with the data present in 
           the "Pop-up List" field of this Extra column:
             return inputselect("Select Country", "<extra_popuplist>", ";", 32, , 400, 600);
           If the data is many this interface is far superior to the menu that is popped 
           by a "Pop-up List" type Extra column. And using the "Pop-up List" field as data 
           store via <extra_popuplist> makes the script much easier to handle, and makes 
           it shareable between columns and users.
    ! Configuration | Information | File Info Tips & Hover Box | Show file info tips: File 
      info tips were shown in the tree if "Show file info tips" was off but "In tree as 
      well" was on. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0005 - 2023-02-21 12:26
    % Preview of SketchUp Files: An unnecessary 500ms wait has been eliminated, so the 
      preview is now displayed immediately.
    ! Empty Cell Defaults: Wrong colors in selected items on Full Row Select. Fixed.
    ! SC sync: When passing switches "cp" the Preview button was not pre-focused. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0004 - 2023-02-20 12:25
    + Preview / Thumbnails: Now SKP files (SketchUp Pro) are supported. The needed 
      configuration it preset now in the factory defaults (= it works out of the freshly 
      opened box), but when upgrading you have to take care yourself:
      - Configuration | Preview | Previewed Formats | Categories | Office Files: add/tick *.skp
      - Configuration | Preview | Previewed Formats | Categories | Preview as Thumbnail: add/tick *.skp
      Additionally tick at least one of these:
      - 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
      And tweak Thumbs64Ext needs "skp" as well:
        Thumbs64Ext=afphoto.afdesign.afpub.c4d.skp.sldasm.slddrw.sldprt.xar
      And ensure that tweak Thumbs64Skip is 0:
        Thumbs64Skip=0
    * XY64: Updated to 1.0.0.30.
    + Configuration | Colors and Styles | Styles | Columns | Use empty cell defaults | 
      Configure: Added an additional row for the Label column. It deserves it.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0002 - 2023-02-18 11:22
    + Virtual Folders: Now you can enforce a check for existence on all listed items. This 
      is useful for commands the return potentially stale data, for example:
        vi:<get list_recentlyopenedfiles>
      To enforce a check for existence prefix the new switch "e" surrounded by | like this:
        vi:|e|<get list_recentlyopenedfiles>
      Notes:
        - URLs and scripts will always pass the test.
    ! SC strpos: Other than stated in the docs, an empty needle returned 0 instead of -1. 
      Fixed. Example:
        echo strpos("abcAbc", "");    // -1 (not found)
    ! List: Secondary sorting scrambled the primary sort order if it was a date column and 
      tweak SortSecondaryByExactDate=0 (which is factory default). Fixed by using 
      BubbleSort for the secondary sorting in this case.
    ! List: Secondary sorting scrambled the secondary sort order if it was a date column and 
      tweak SortSecondaryByExactDate=0 (which is factory default). This was due to an 
      internal tertiary sorting by Name. Fixed by ignoring SortSecondaryByExactDate=0 in 
      this case.
    ! Breadcrumb Bars: Could get geometrically confused after waking up from hibernation 
      in a multi-monitor setup. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.10.0001 - 2023-02-17 15:10
    * Virtual Folders: Now pasting into Virtual Folders is allowed if the Virtual Folder 
      has one common path (if all its items are in the same location). Obviously pasting 
      then goes into this path.
    * Startup.ini: From now on it is distributed in UTF-16LE-BOM encoding.
    ! Admin Settings | TagsList: You could bypass the TagsList restrictions using "Tags | 
      Add Last Tags" if the LastTags key still contained other tags from a previous 
      session. Fixed.
    ! Configuration | Colors and Styles | Styles | Clipboard Markers | Colored lines: 
      Didn't work in Paper Folders and Virtual Folders. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Here's the new BETA

Post by admin »

:off: 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

v24.10.0000 - 2023-02-16 20:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Empty Cell Defaults. If you suffer from fear of the void you will be glad that this 
      version offers easy ways to fill the void. The marking of the different types of 
      emptiness can actually serve a better overview.
  +++ Fake Right-Drag-and-Drop. Now you can fake a right-drag-and-drop by holding down 
      CTRL and SHIFT while doing a left-drag-and-drop. That way you can have the 
      drag-and-drop context menu on left-drag-and-drop, which is pretty cool in limited 
      hardware and software contexts.
  +++ Many Other Improvements. See change log.
:info: To easily upgrade to this new version from XYplorer, click Help | Online Support | Check for Updates. If you prefer to download this new version, choose one of these packages: (1) Installer Package, (2) No-Install Package (for manual unpacking).

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

v24.00.0712 - 2023-02-16 14:07
    * MLS: Internally updated to version 8.160.
      > TRANSLATORS: Please wait until Reference_8.160.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
    ! Configuration | Colors and Styles | Styles | Columns | Use empty cell defaults: 
      Fixed some minor issues with Image Columns.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.00.0711 - 2023-02-16 10:57
    ! Hover Box on Image Columns: Did not work for images assigned to folders. Fixed.
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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: 66407
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

v24.00.0710 - 2023-02-15 12:17
    % Image Columns: Again MUCH better speed. The display size of images in columns is now 
      limited to 400 x 100 (width x height) which makes the rendering pretty fluid even 
      with a greater number of images, especially notable where the original images are 
      large. The use of memory was also greatly reduced.
    * Image Columns: To show the Hover Box here you now have to tick "Tiles and 
      Thumbnails" in "Configuration | Information | File Info Tips & Hover Box | Show 
      Hover Box | Select Context...".
:info: To easily upgrade to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. If you prefer to download the BETA version, choose one of these packages:
(1) Installer Package, (2) No-Install Package (for manual unpacking).

:!!: 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