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

v22.70.0018 - 2022-01-18 20:12
    + Configuration | Preview | Mouse Down Blow Up | Mouse Down on Thumbnails 
      and Icons | Enable blow ups on file icons as well: Now when you move the 
      blow up by moving the mouse, the new position (relative to the default 
      (centered) position and relative to the image size) is stored and later 
      restored with the next blow up.
      These values (X and Y) are not remembered across sessions.
    * MDBU on file icons: Now the exact position of the mouse down is not 
      relevant anymore to the initial position of the blow up.
    + Configuration | Preview | Preview | Text preview | Display Tabs as spaces: 
      Now this setting also affects texts in Hover Box and Mouse Down Blow Up.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.70.0017 - 2022-01-18 11:13
    ! Thumbnails: Some JPEGs created by Adobe Photoshop had an unusual format 
      that caused thumbnail creation to fail. Fixed.
    ! Configuration | Preview | Previewed Formats | Categories: The content of 
      the "Preview as Thumbnail" category had some influence on the thumbnail 
      creation. Which of course doesn't make sense. Fixed.
    ! Hover Box: Did not appear above the main window if it was set to 
      "top-most" by a window manager. Probably fixed (air code).
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.70.0016 - 2022-01-17 18:11
    + SC get got a new named argument "properties" by which you can retrieve 
      all available properties of an item.
      Syntax: get("properties", [flags=14], [item])
        flags:    (bit field) 
                  1: Show empty properties as well.
                  2: Show XY Special Properties.
                  4: Show Shell Properties.
                  8: Show System Properties (see Notes!).
                  Defaults to 14 (2+4+8).
        item:     Full path to an item.
                  If missing the currently focused item is used.
        return:   The properties in form of a block of text.
      Notes:
        - Takes some seconds to return.
        - If only flag 1 is passed (which would return nothing) it is silently 
          changed to 15 (1 + 14).
        - The serial numbers start with 0 for the nerdness touch.
        - No MLS support here; I consider this a semi-debugging tool.
        - For the System Properties to work you need a helper file that contains 
          all names of the properties. This file must be called 
          "SystemProperties.txt" and it has be located in the scripts folder 
          (<xyscripts>).
          Download one here: https://www.xyplorer.com/download/SystemProperties.txt
      Examples:
        text <get properties>; //show all available non-empty properties of the focused item
        text <get properties 1>; //show all available properties of the focused item
        text <get properties 2>; //show the non-empty XY Special Properties
        text <get properties 3>; //show all XY Special Properties        
    + SC savethumb: Now it also works for PDF files.
    + Info Panel | Meta: Video files now show more data, e.g. bit rate, frame 
      width, frame height, frame rate and others.
    ! Thumbnails: Since about v22.60.0219 there was a problem with video 
      thumbnails. Fixed.
    ! Menus: Some context menus did not handle ampersands in filenames correctly 
      (they disappeared). Fixed.
:info: Download: SystemProperties.txt

:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.70.0014 - 2022-01-13 11:52
    + Address Bar: The icon now shows the current contents in a tooltip.
    % Word Break Style: Improved the automatic word boundary recognition (on 
      double-click, Ctrl+Arrow, Ctrl+BackSpace) in the rename text boxes of all 
      small lists.
    * Thumbnails: In the case of failed thumbnails (no thumbnail could be 
      extracted) the icons are now drawn. Before that, a text like "Can't 
      decode" was printed.
      If you prefer to see the text, use this tweak:
        ThumbsShowFailure=1
    ! Tooltip Zoom: The zoom did not survive Dark Mode switch, theme switch or 
      hibernation. Fixed.
    ! Highlighting Matches: Since 20220102 a highlight could overlap into the 
      adjacent column. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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 »

: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

v22.70.0000 - 2022-01-11 20:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Custom Toolbar Buttons Support Middle Click. Now you can define a separate 
      script that will be triggered by the middle button. That gives you 64 more 
      possible scripts to make your life easier.
  +++ Tooltip Zoom. Now you can enlarge the tooltips by up to 400%, which turns 
      each tooltip into a kind of magnifying glass. Relaxes the eyes and makes 
      the file manager easier to use for users with visual impairments.
  +++ Verbatim Tooltips. Now you can optionally display whatever the mouse is 
      pointing at in a tooltip. This option is aimed directly at screen readers 
      who read tooltips aloud and makes the file manager easier to use for users 
      with visual impairments.
  +++ Hover Box Zooming. Now you can hold down the CTRL key to make it super 
      fine: 1 pixel per step. And if you hold SHIFT, it's 10x faster than 
      normal: 100 pixels per step.
To download this OFFICIAL version choose a package: (1) Installer Package, (2) No-Install Package.

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

v22.60.0221 - 2022-01-11 13:05
    * SelectThumbs: Revised.
      Syntax: selectthumbs([mode=1])
        mode:     0: Select all items without thumbnails.
                  1: [default] Select all items with good thumbnails.
                  2: Select all items with bad thumbnails. ("Can't decode" etc).
                  3: Select all items with thumbnails.
        return:   Number of selected items.
                  -1 if not in thumbnails mode.
      Examples:
        selectthumbs(1); //select all good thumbnails
        selectthumbs(2); //select all bad thumbnails
        selectthumbs(3); //select all thumbnails
        echo selectthumbs(3); //select all thumbnails; show number of selections
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0220 - 2022-01-10 14:01
    - Removed tweak RTLHighlightSupport. It is no longer needed, the 
      RTL highlighting function is fast enough now to just be active 
      unconditionally.
    * Updated the help file.
      The PDF went down from 6.27 MB to 2.07 MB (embedding fonts was not necessary).
    * MLS: Internally updated to version 8.141.
      > TRANSLATORS: Please wait until Reference_8.141.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
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0219 - 2022-01-09 17:39
    + Scripting got a new function.
      Name: SelectThumbs
      Action: Selects items according to properties of their thumbnails.
      Syntax: selectthumbs([OKthumbs=1])
        OKthumbs: 1 (default): Select all items with okay thumbnails.
                  0: Select all items with not okay thumbnails ("Can't decode" etc)
        return:   Number of selected items.
                  -1 if not in thumbnails mode.                  
      Remarks:
        - If the list is not in thumbnails mode it returns -1, and the current 
          selections are not changed.
        - This batch select is a cool new functionality for photographers.
        - Other thumb/image properties will follow in future.
      Examples:
        selectthumbs();  //select all okay thumbnails
        selectthumbs(1); //select all okay thumbnails
        selectthumbs(0); //select all NOT okay thumbnails
        echo selectthumbs(0); //select all NOT okay thumbnails; show number of selections
    + Mouse Down Blow Up: Added tweaks to use a virtual monitor size on "Use 
      whole screen" and "Shrink to fit". The first tweak enables using the 
      virtual monitor size, the second one defines it (Width,Height):
        ShrinkToFitVirtualMonitor=1
        ShrinkToFitVirtualMonitorSpecs=3840,2160
      The virtual monitor is centered in the current real monitor.
      Alternatively, you can define it with four values to set an absolute 
      position across all of your monitors: Left,Top,Right,Bottom.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0218 - 2022-01-08 14:32
    * Drag and Drop: Now the app is ensured to be foregrounded after a drop from 
      other programs, and the dropped items are auto-selected in the list.
    * Generic File Types: Now unticking types in Configuration | Preview | 
      Previewed Formats will also remove them from the {:[filetype]} variable 
      return.
      This has already been done in Visual Filters and Live Filters for years, 
      and now it's also done in:
      - Find Files (Name)
      - Custom File Associations
      - Custom File Icons
      - echo <get genericfiletype '{:Text}'>;
    * Menu View | Folder View Settings | Manage Folder Views: Now after any 
      deletion the OK button just OKs it and doesn't go into edit mode.
    ! Read-Only Mode: The changes in v22.60.0215 made the app start without 
      knowing about some important app data paths which resulted in an almost 
      fresh instance. Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0217 - 2022-01-07 19:25
    + Custom Toolbar Buttons: Now you can define a separate script that's 
      triggered by the middle button.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0216 - 2022-01-07 17:13
    * Configuration | Preview | Thumbnails | Show file icon on thumbnail: The 
      icon is now shown in the top-right corner of the thumbnail for Tiles 
      views, and in the bottom-left corner for thumbnails views. The idea is to 
      put the icon near the caption.
    ! List: Refreshing a Property column via "Right-click menu | Refresh Column" 
      could crash the app. Fixed.
    ! View | Tab | Filter By Selection(s): Did not work if this backward 
      compatibility tweak was set:
        VFAllowSinglePipeOR=1
      Fixed.
    * XYcopy: Updated to 2.10.0186.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0215 - 2022-01-06 13:07
    + Admin Settings: Added an alternative way to enable the Read-Only Mode:
        eAP_ReadOnlyMode = 8192
      This allows an administrator to directly enforce read-only mode (without 
      using the / readonly switch).
      In the "Admin.ini" file (located where "XYplorer.exe" is) add the following:
        [Settings]
        Profile=8192
    * Read-Only Mode (command line switch /readonly): It was not 100% tight. At 
      startup some app data folders were created and a file (tag.dat), and using 
      Find Files lead to the creation of files like "<xydata>\Panes\1\tab_3.ini".
      Now none of this happens anymore.
    ! Hi-Res: In some dialogs the main headings were drawn in the wrong 
      position. Fixed.
    * XYcopy: Updated to 2.10.0185.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0214 - 2022-01-05 14:43
    + SC ThumbsConf enhanced. Added field "Transparency" to the "settings" argument:
      Syntax: thumbsconf([settings="ShowCaption,ZoomToFill,Style,Padding,Transparency"], [separator=","])
        settings:
          Transparency: 0 = neutral, 1 = grid, 2 = white, 3 = black
                        ! = toggle 0/1
      Remarks:
        - Corresponds to Configuration | Preview | Thumbnails | Transparency.
        - All thumbnails in the current pane are re-created right away if this 
          setting is changed.
      Examples:
        thumbsconf(",,,,0"); //set neutral background
        thumbsconf(",,,,1"); //set transparency grid
        thumbsconf(",,,,!"); //toggle neutral background / transparency grid
    ! Hover Box: While the Hover Box was showing a key combo like Ctrl+P (for 
      "copy path") was eaten by the box (doing "show photo data disabled / 
      enabled"). Fixed. Those special Hover Box keys now only work without any 
      modifier key pressed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0213 - 2022-01-04 12:01
    + Custom Columns: Added variable <cc_isselected>. Returns the selected state of 
      the item: "1" = selected, "0" = not selected.
      - It only works if Trigger is set to "List" (in Configure Custom Column).
      - The column is not auto-updated just by changing selections, it needs a 
        column refresh or list refresh to get in sync.
    + Configuration | General | Startup & Exit | Save Settings | Backup settings 
      on save: Now ks.dat (keyboard shortcuts) and server.dat (cached servers) 
      are also backed up.
    ! SC sync: A "filter" argument with more than one component did not match 
      anything and was hence completely ignored. For example:
        [...] 7:="-appdata\Thumbnails\"
      Fixed. Now this will match all branches "*appdata\Thumbnails\*".
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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

v22.60.0212 - 2022-01-03 19:13
    * Highlight Matches (TAF and LFB): Alphablend is now used when highlighting 
      Arabic matches to mitigate the effects of incorrect measurements caused by 
      contextually variable letter widths. This is not necessary for Hebrew.      
    ! Environment: The app could not cope well with a situation where no fixed 
      drives are found at all (possible when run on a server with restricted 
      user rights). Fixed.
:info: To update to this BETA version from XYplorer, hold down the CTRL key while you click Help | Online Support | Check for Updates. To download it, choose a 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