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

v19.00.0001 - 2018-05-26 17:00
    ! Preview Pane: Under certain conditions messages of previous previews 
      would stick and cover the current preview. Fixed.
    ! Status Bar: Messages "refreshing column... (ESC to stop)" and "refreshing 
      column done" were sometimes shown when not really necessary. Fixed.
    ! Thumbnails View with MDBU: You could drag an unselected file by grabbing 
      the thumbnail quick enough before the MDBU popped up. However, it was the 
      selected files that were actually moved then, not the dragged file.
      Fixed: Now you cannot grab a file by the thumbnail anymore if MDBU is 
      enabled.
To download the latest BETA version choose a download package: (1) Installer Package, (2) No-Install Package.

:!: Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.

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

Re: Here's the new BETA

Post by admin »

Summary of the latest XYplorer Official Release.

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

Code: Select all

v19.00.0000 - 2018-05-24 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Hover Box. XYplorer's zero-click wonder, the HoverBox, now supports 
      thumbnail previews for text, image, video, office, and PDF files. A 
      pleasure for your eyes and your tendons. Immediate addiction guaranteed.
  +++ Select On Hover. Optionally you can now select list items by just hovering 
      their icon. Another comfy zero-click service.
  +++ Find Hidden Files. The new "Find hidden" option lets you find all items 
      regardless of any settings that might currently hide them.

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

v18.90.0132 - 2018-05-23 18:31
    * Info Panel | Preview: The "Word wrap" checkbox you see when previewing a 
      text file now also controls word-wrapping when previewing text files in 
      the Floating Preview and in the Preview Pane.
    * Floating Preview: Now the zoom factor is kept (even when "Lock Zoom" is 
      off) when the current preview is reloaded due to an auto-refresh event.
    ! Custom Copy: Empty folders were not selected-on-paste in the target list. 
      Fixed.
    * XYcopy: Updated to 2.10.0128.
    * Digital Signature: Brandnew SHA-256 certificate. Exceptionally this beta 
      version (XYplorer.exe) has been signed.
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

v18.90.0131 - 2018-05-22 19:19
    * Configuration Dialog: Some logically subordinate buttons are now disabled 
      if their super-setting is disabled.
    ! SC toolbar: Custom Toolbar Button icons were not updated anymore since 
      v18.90.0130. Fixed.
    ! Configuration | Find and Filter | Filters & Type Ahead Find | Type Ahead 
      Find | Ignore diacritics: Did not work for certain East-European 
      characters. 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

v18.90.0130 - 2018-05-18 10:43
    % Custom Toolbar Buttons: Now only the *visible* custom button icons are 
      loaded at startup. Depending on the number and nature of your Custom 
      Toolbar Buttons this can notably reduce startup times.
    ! File | File Special | Add to Zip...: Did not work when there was no 
      "current file" (that's the file shown in the Status Bar and in the Info 
      Panel), e.g. after lasso-selecting files. Fixed.
    ! Visual Filters: The recent change added a bug related to logical 
      inversion. 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

v18.90.0129 - 2018-05-17 17:22
    + Help | List All Commands...: Now the number of visible and total items is 
      displayed besides the filter box.
    + List Sorting: Added a tweak to control the order of the Name column when 
      the list is sorted by any other column. Wherever this other column has 
      blocks of equal strings the Name column is automatically used for 
      secondary (or on explicit secondary sorting: tertiary) sorting. This tweak 
      now lets you control its order:
        SortImplicitNameOrder=0  // 0=inherit (default), 1=ascending, -1=descending
    ! Visual Filters: There was a hole in the pattern parsing logic, which made 
      Visual Filter syntax differ from Quick Search syntax in an unexpected way. 
      For example, the following patterns should both find/filter all items that 
      were not modified on a weekend, but the second pattern did not work with 
      Visual Filters:

                         !dateM:dw 6-7        dateM:!dw 6-7
                         ----------------------------------
        Quick Search:      OK                   OK
        Visual Filter:     OK                   NOT OK
      
      Fixed.
      
      Visual Filters before the fix:
        !n*             matches NOT "n.txt"
        name:!n*        matches "!n.txt"        <-- this changes after the fix
        !dateM:dw 6-7   matches all items not modified on a weekend
        dateM:!dw 6-7   did not match anything  <-- this changes after the fix

      Visual Filters after the fix:
        !n*             matches NOT "n.txt"
        name:!n*        matches NOT "n.txt"
        !dateM:dw 6-7   matches all items not modified on a weekend
        dateM:!dw 6-7   matches all items not modified on a weekend
      
      FYI, you can also double-invert patterns: "!dateM:!dw 6-7" is functionally 
      identical to "dateM:dw 6-7" and matches all items modified on a weekend.
    ! Folder View Settings: Sometimes the wrong default settings were applied 
      when changing from an FVS listing to a non-FVS listing. 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

v18.90.0127 - 2018-05-14 08:41
    ! List: In non-Details views the lasso selection was partly defective since 
      20171129 (wow...), and could even lead to a crash. 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

v18.90.0126 - 2018-05-11 15:06
    * Find Text in Text Boxes: Removed it from most text boxes in the main 
      window (exception: the text preview). Too many users got confused and 
      thought it would search for text in files.
      It also stole the important F3 shortcut (Quick Search) whenever the focus 
      was in a text box. Problem solved.
    ! Find Text in Text Boxes: Would crash when searching backwards (Shift+F3) 
      and the cursor was at the second position. 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

v18.90.0125 - 2018-05-09 19:14
    * Folder View Settings: Initial default for a new FVS is now set to "Include 
      sub folders". The assumption is that this is the more common use case for 
      most users.
    * MLS: Internally updated to version 8.100.
      > TRANSLATORS: Please wait until Reference_8.100.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
      NOTE: Updated was done to version 8.0100 before, but leading zeroes are 
            not supported by PHP natsort() on my server, and the website plays a 
            part here, so...
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

v18.90.0124 - 2018-05-09 12:30
    * Updated the help file.
    ! Configuration | Colors and Styles | Templates | Command Line Interpreter: 
      The used-defined arguments were passed only when calling the CLI via Address 
      Bar (!-escape), not via the "Open Command Prompt Here" command. Fixed.
      Example:
        Executable: C:\Path\To\Hyper.exe
        Arguments: <path>
      The above configuration will run this line (<path> replaced by the path 
      referred to by "Here" in "Open Command Prompt Here":
        C:\Path\To\Hyper.exe <path>
    ! Tags: Tags in list were not always refreshed after Undo/Redo of moving 
      nested tagged folders when the current path was under the moved path. 
      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

v18.90.0123 - 2018-05-08 16:40
    ! Tree: Drawing glitch (some stray grey rectangles) in a Locked Tree with 
      Full Row Select on and Tree Path Tracing off, under certain conditions. 
      Fixed.
    ! Configuration | Colors and Styles | Templates | Command Line Interpreter: 
      Apparently the first of any passed arguments was cut off in Win8.1 and 
      later. This did not happen before. It's a bit mysterious. Should be fixed 
      now.
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

v18.90.0122 - 2018-05-06 13:11
    ! Address Bar: Autocomplete list caused crash under certain rare conditions. 
      Fixed.
    ! Paper Folders: Added two display glitches while fixing v18.90.0118 - 
      2018-05-01 13:15. Both 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

v18.90.0121 - 2018-05-04 21:19
    % Sorting: Before, the sort order of the Name column was undefined/chaotic 
      (within blocks of identical first and second field) when you applied a 
      secondary sort order and the Name column was not one of the two sorted 
      columns. Now under such conditions, a silent implicit tertiary sort of the 
      Name column is performed, using the same direction (ascending or 
      descending) as the secondary sort.
      So, from now on the Name column's sorting is never undefined/chaotic 
      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

v18.90.0120 - 2018-05-03 20:57
    + Configuration | General | Menus, Mouse, Safety | Mouse: Added option "Show 
      tooltips", ON by factory default. Untick it to hide any tooltips when
      hovering Toolbars, Tabs, Breadcrumb Bars, Status Bar, or Catalog.
      Note that this setting does not affect the File Info Tips (Configuration | 
      Information | File Info Tips), and other tips inside Tree and List.
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

v18.90.0119 - 2018-05-02 16:47
    + Find List Item: In all smaller lists throughout the interface you now get 
      a command "Find..." in the context menu that opens a "Find List Item" 
      dialog. Enter a string (partial match) or a wildcard pattern, and the 
      selection will jump to the next matching item (wrapping around to the 
      beginning). Particularly useful, of course, in lists that have no 
      accompanying filter box.
      Remarks:
      - Search start at the current position (focus) in the list.
      - Matching is case-insensitive (A==a).
      - Each list remembers its last search term.
      - Bonus Tip: If the list has input focus you can use these keyboard 
        shortcuts:
          - F4              Open the "Find List Item" dialog.
          - Shift+F4        Repeat the last search.
        Exception: This does NOT work in the main form, since the global F4 
        keyboard shortcut will overwrite it, so the only small list in the main 
        form (Info Panel / Find Files / Excluded) will not support this trick.
    * Hover Box: Now it can be enabled independently of File Info Tips, i.e. you 
      can have the Hover Box without having the File Info Tips. Consequently the 
      setting has been moved upgraded from being a child of "Show file info 
      tips" to a sibling.
      NOTE: Nevertheless most of the settings under "Show file info tips" still 
      also control the behavior of the Hover Box!
    ! Hover Box: Fixed some layout glitches when hovering LNKs.
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