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

v16.00.0106 - 2015-11-22 16:40
    + Added tweak to fine-tune what is watched by Auto-refresh. If this tweak is 
      set it is processed before the following settings are processed:
        - Include network locations (Refresh, Icons, History - Auto-Refresh)
        - Include removable drives (Refresh, Icons, History - Auto-Refresh)
        - Refresh during file operations (Refresh, Icons, History - Auto-Refresh)
      The tweak value consists of a list of locations, separated by | (pipe). 
      XYplorer variables and environment variables are allowed here. To include 
      a location's subfolders suffix a * (asterisk). To exclude a location from 
      Auto-refresh prefix a - (minus). The list is processed from left to 
      right. The first match wins.
      For example:
        WatchIt=-%user%\Downloads|C:\*|-N:\*
      This would mean the following:
        1) -%user%\Downloads = exclude path %user%\Downloads from Auto-refresh.
        2) Include anything on drive C: in Auto-refresh.
        3) Exclude anything on drive N: from Auto-refresh.
      Use Case:
        Windows sometimes does not recognize a removable drive as removable. 
        This will trick XYplorer into watching this drive even if you turned off 
        "Include removable drives". When you now try to eject the drive it will 
        be locked by XYplorer and refuse ejection.
        This simple tweak can work around this Windows issue, assuming the drive 
        letter is N. It will suspend Auto-refresh when you browse any folder on 
        this drive:
          WatchIt=-N:\*
    + New Items on UAC: Since v14.80.0208 - 2015-01-22 21:00 you can create a 
      new folder or a new file in UAC protected locations using a non-elevated 
      instance of XYplorer, but one protected location was still missing from 
      the list: C:\Program Files (%ProgramW6432%). Here is the revised list:
        %HOMEDRIVE%
        %ALLUSERSPROFILE%*
        %ProgramFiles%*
        %ProgramFiles(x86)%*
        %ProgramW6432%*
        %WinDir%*      
    * Configuration | Startup & Exit | No network browsing on startup: Now this 
      setting will also skip polling the bytes of network drives in the drives 
      listing on startup.
    ! Floating Preview: In Full Screen mode the invisible window title bar was 
      not updated to the current filename and scale percentage. 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

v16.00.0009 - 2015-11-20 17:06
    * Floating Preview: Now the filename is not shown in the status bar anymore 
      (unless in Full Screen mode, where you don't have a window title bar 
      showing the filename). Reason: Save space for more interesting info.
    * Floating Preview: The full path filename is now always shown in the first 
      line of the tooltip and of the data used by the Copy Data command (they 
      are identical to the tooltip).
    ! Time Stamping: Since v15.90.0020 - 2015-11-08 19:28 adding dates with PM 
      is possible, however there was a bug: they were treated as if they were AM 
      (i.e. 12 hours too early). 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

v16.00.0008 - 2015-11-20 13:11
    + SC tab enhanced: New operation "default" to set the default tab of the 
      current pane.
      Syntax: tab([operation], [data], [index])
        operation
          "default" = set tab as default
        data:
          [missing] = toggle default
          0 = remove default
          1 = set default
        index: tab to set as default (if missing then current tab)
        return: index of the affected tab
      Examples:
        text tab("default", 1 , 2); //make 2nd tab the default tab
        text tab("default"); //toggle "Default" for the current tab
      Returns the Visual Filter (if any) of the tab referred to by index.
    + SC get enhanced: Now it can return the index of the default tab.
      Syntax: get("defaulttab", [param1])
        param1:
          a = [default] active pane
          i = inactive pane
          1 = pane 1
          2 = pane 2
        param2: not necessary
        return: index of default tab; "1" for the first tab;
                "" if no default tab exists
        echo get("defaulttab");
        echo get("defaulttab", "i");  //inactive pane
    ! Tabs: Attempt #2 to fix a missing left border in the tab headers under 
      Win10.
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

v16.00.0007 - 2015-11-20 09:52
    + Installer: Added option "Create desktop shortcut" (unticked by default).
    * Floating Preview: Changed the window snap shortcut to Ctrl+Shift+Alt+F12.
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

v16.00.0006 - 2015-11-19 17:03
    + Floating Preview: Added a half-secret keyboard-only function to snap the 
      FP window to the main window: Ctrl+Shift+Alt+D. I need this mainly for my 
      promotional screenshots, but maybe you can use it, too.
    ! Tabs: Attempt to fix a missing left border in the tab headers under Win10.
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

v16.00.0005 - 2015-11-19 13:21
    * Network: I overreacted a bit in v16.00.0003. After all, the "new way" 
      worked for thousands of users for 3 years without any complaints until 
      recently. So here is a better solution:
      - XY now acts like this: First try the "new way", but if it fails then 
        fall back to the "old way". That way you get both worlds, one after the 
        other.
      - If you don't even want to try the "new way" use this tweak:
        NetworkNetServerEnum=1
    ! Network: You were not prompted for login when opening a protected server 
      from the list while the maxi tree was locked. 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

v16.00.0004 - 2015-11-18 21:14
    + SC tab enhanced: The operation "get" got a new data parameter "filter":
        text tab("get", "filter", [index]); //Visual Filter
      Returns the Visual Filter (if any) of the tab referred to by index.
    * Tabs: Win 10 seems to draw the tab headers differently from earlier 
      Windows versions (1 pixel off). Sigh. Attempt to work around this.
    ! Floating Preview: Zoom was not remembered between Floating Preview 
      sessions when Lock Zoom was ON but Lock Zoom Position was OFF. 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

v16.00.0003 - 2015-11-18 11:42
    + Floating Preview: Now the scaling percentage is shown in the window title.
  *** Network: In v10.70.0207 - 2012-01-12 18:39 a new way of enumerating 
      network servers was introduced. Now it seems that the old way was overall 
      more reliable. Therefore the factory default has now been reverted to use 
      the old way. Also on upgrading to this version the old way is set.
      In case you prefer to stick with the "new way" (i.e. the way used from 
      v10.70.0207 to v16.00.0002) you can set this tweak:
        NetworkNetServerEnum=0
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

v16.00.0002 - 2015-11-17 21:53
    + Floating Preview: Ehm, re-added the recently removed option "Allow Custom 
      Keyboard Shortcuts in Preview". It's good to have a choice here. Factory 
      default is OFF. Also on upgrading from 16.00 it will be set to off.
      My apologies to the translators.
    + Floating Preview: Now for cropped previews the dimensions of the visible 
      part are shown in the status bar ("cropped to ...").
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

v16.00.0001 - 2015-11-17 17:28
    + Find Files and Quick Search: Added switch /l (lower case L) by which you can 
      explicitly force Search In List (SIL). This switch is only necessary when 
      your passed list of search locations contains only folders, no files, AND 
      you want to check these folders against the search criteria.
        /l      Explicit Search In List (SIL)
      For example, if ListToSearch.txt contains only folders, this will return 
      all of them starting with "m" and nothing else:
        text quicksearch("m* /nl", readfile("C:\Temp\ListToSearch.txt"));
      Note that you get *implicit* SIL whenever the list of passed search 
      locations contains at least one file. In that case the switch is without 
      any effect.
    * Floating Preview: From now on right-button-panning cropped images is only 
      possible if no left-button-panning is possible (i.e. if MDBU is on).
    ! Floating Preview: Drawing not refreshed when toggling White Border 
      (Ctrl+W) and Flipped (F). Fixed.
    ! Floating Preview: Fine Zoom (Shift+Numpad Add/Subtract) did not work 
      anymore since the recent changes concerning keyboard shortcuts. Fixed.
    ! Obfuscate: Network Comments were not yet obfuscated. Fixed.
    ! Dual Pane: Panes could get confused when you browsed to a new location in 
      the inactive pane while the active pane was still busy with creating a 
      Branch View. 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.

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

Code: Select all

v16.00.0000 - 2015-11-16 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Image Tagging. A new Tag Bar allows for tagging and commenting images 
      right from the Floating Preview.
  +++ Image File Processing. Now you can run a custom script directly from the 
      Floating Preview.
  +++ Fujifilm Photos. Added support for the maker notes in Fujifilm JPEGs.
  +++ Autosave Settings. Added the option to automatically save settings after a 
      certain time.
  +++ Breadcrumb Bars. Now you can drop stuff onto the Breadcrumb Bars.
  +++ Advanced Hex Search. Now you can find files with particular byte patterns 
      at particular positions.

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

v15.90.0034 - 2015-11-15 17:48
    * MLS: Internally updated to version 8.69.
      > TRANSLATORS: Please wait until Reference_8.69.lng is uploaded.
        You will be notified if you have subscribed to this thread:
        http://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.

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

v15.90.0033 - 2015-11-15 10:00
    + Preview: Added DDS (Direct Draw Surface) to the previewed image formats.
    * Floating Preview: The Histogram is now placed in the right-bottom corner 
      of the window.
    ! Aliases: Aliases with an equal sign within a quoted string were wrongly 
      parsed. Example:
        @q "select count(*) from vw_images where rating = 3"
      Fixed.
    ! Single Pane Mode: Input focus could get confused on a certain sequence of 
      events under certain conditions on startup after using Panes | Toggle 
      Active Pane. 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

v15.90.0032 - 2015-11-14 11:34
    + Preview Tab: Experimentally you now can use ESC to prevent the delayed 
      preview from happening at all. Press ESC right after selecting the file 
      during the delay, or hold ESC while selecting the file.
      FYI, this tweak can delay previews:
        PreviewDelayMsecs=500
    * SC ControlAtPos: Now, for the Toolbar, it returns also the index of the 
      button at the inquired position. The first button has index 1.
      Examples:
        TB|9
        TB|1
      If no button is at the position then "0" (zero) is returned as index.
      Note that separators count as buttons here.
    ! Thumbnails: EPS ("Encapsulated PostScript") had been falsely categorized 
      under "Text Files" therefore you got no thumbnails for EPS files. 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

v15.90.0031 - 2015-11-13 15:31
  *** Floating Preview: New way to handle keys. Now Floating Preview keyboard 
      shortcuts and main window keyboard shortcuts (Custom Keyboard Shortcuts) 
      are always active in the Floating Preview, but Floating Preview keys have 
      priority. If a key combination does not trigger anything in the Floating 
      Preview then it's passed on to the main window.
    - Floating Preview: Removed option "Allow Custom Keyboard Shortcuts in 
      Preview". It's always ON now internally.
    * Menu Favorites: Moved the "Favorite Folders" submenu back to the top (by 
      moving "Special System Folders" down).
    * SC ControlAtPos: Now it returns also the index of the tab at the inquired 
      position. The first tab has index 1. 
      General format:
        TAB <pane>|<tab index>
      Examples:
        TAB 1|9
        TAB 2|1
      If no tab is at the position then "0" (zero) is returned as index.
    ! List: After dbl-clicking a folder icon with "Configuration | Mouse Down 
      Blow Up | On file icons as well" ON the item at the same position in the 
      subfolder was selected because the mouse event was not completely eaten. 
      Fixed.
    ! Network: You would not get a logon dialog when opening a network location 
      from the list while the tree was locked. 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.

Locked