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.80.0117 - 2019-03-22 21:45
  %%% Toolbar: Now zooming the toolbar works with high-quality stretching even 
      at bizarre zoom factors like 1.1!
      Unfortunately there is still a little drawback: Patched images are lost 
      when zoomed. You only see them in the original size. I'm working on it...
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

v19.80.0116 - 2019-03-22 14:38
    + SC SaveThumb enhanced: Added argument "transparency" to specify the 
      transparency background and allow preserving transparency (cool!).
      Syntax: savethumb(file="<curitem>, thumbnail_file="*_thumb", _
                        widthbox, heightbox, format="jpg", border_width, flags, _
                        transparency=2)
        transparency:
         -1 = Preserve any transparency
              Note that with this option, border_width as well as the flags 1 
              (Drop Shadow) and 2 (Zoom To Fill) are ignored. So it's just 
              scaling up or down.
          0 = Neutral (here: the current window backcolor, e.g. of the tree, 
                       dark mode aware)
          1 = Grid
          2 = White [Default]
          3 = Black
      Examples (on focused list item):
        savethumb(, "*_t", 256, , "png", 7:=-1); //Preserve transparency
        savethumb(, "*_t", 256, , "png", 0, 0, 1);  //Grid
        savethumb(, "*_t", 256, , "png");           //White
        savethumb(, "*_t", 256, , "png", 0, 0, 3);  //Black
    * Toolbar | Enable Color Filters: New icon. Credits go to myself. :)
    ! Customize Toolbar | Options | Autosize Buttons: A little bug in 
      yesterday's implementation caused a fresh instance to start with small 
      icons regardless of the environment. Fixed.
    ! Hover Box: Transparency background "Neutral" did not work (wrong color) in 
      light mode. 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

v19.80.0115 - 2019-03-21 19:24
    + Patch Internal Images: Added a tweak that lets you completely customize 
      the toolbar images (and, in future, maybe even other internal images) in 
      an elegant, portable, and shareable way.
      You simply state a path where you have your beautiful image files. The 
      path can be specified relative to <xydata> (XYplorer's app data path). For 
      example:
        PatchImagesPath=Patch
      Now you need one image file for each image you want to patch (i.e., 
      replace the original image with). Each image file must have the image key 
      in the beginning of the filename, optionally separated by "-" from any 
      other parts of the name. For example, these files would both work for the 
      Branch View button (whose key happens to be "flatview"):
        flatview-Cherries-24 x 24.png
        flatview.png
      Now on startup XYplorer will scan this folder and patch all images for 
      which it finds a valid file with a valid image key. The image files are 
      processed in alphabetical ascending order so if you have more than one 
      file pointing to the same image then the last one wins.
      By default both size versions of the image are patched, small (16 x 16) 
      and large (24 x 24). But here's a way to specify which size you want to 
      patch: Append "1" for small, "2" for large to the key, separated by a 
      comma. For example:
        flatview,1-Cherries-16 x 16.png
        flatview,2-Cherries-24 x 24.png
    > Tip: To determine the image key of a button hold CTRL when you click 
      "Tools | Customize Toolbar...". The dialog's button lists now feature the 
      image keys in brackets.
    + Customize Toolbar | Options: Added option "Autosize Buttons". Tick it to 
      have the button size auto-adjust to the DPI of the screen.
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

v19.80.0114 - 2019-03-21 15:30
    + Hover Box: Now you can cycle the transparency background of the Image 
      Preview (which also affects the Hover Box): Simply press key "T" while the 
      Hover Box is shown. Internal values:
        0 = Neutral
        1 = Grid
        2 = White
        3 = Black
    + Hover Box: Now it supports embedded thumbnails from PSD files.
    + Scripting got a new command.
      Name: PatchImage
      Action: Replaces an internal image, e.g. of a toolbar button, with one 
              from a file.
      Syntax: patchimage(key, [file], [size=3], [flags=1])
        key:    Image key.
        file:   Image file.
                Defaults to the selected/focused file.
        size:   1 = Small image (16 x 16)
                2 = Large image (24 x 24)
                3 = Both [Default]
        flags:    (bit field)
          1 = Refresh the Toolbar when the replacement is done. [Default]
      Remarks:
        - The file can be larger than the image in which case it is
          automatically shrunk.
        - These changes are not permanent but last as long as the session.
      Examples:
        patchimage "flatview"; //replace small and large "flatview" image with the selected image file
        patchimage "flatview", "C:\Cactus.png" , 1;  //replace small "flatview" image with "Cactus.png"
        patchimage "flatview", "C:\Cactus.png" , 2;  //replace large "flatview" image with "Cactus.png"
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

v19.80.0112 - 2019-03-20 20:26
    + Configuration | Preview | Preview | Image preview: Totally rewrote the 
      display of transparent areas in images. Before, you just could choose 
      between grid or no grid. Now you have more options, including the nice 
      "neutral" option which melts the transparent areas with the surrounding 
      background.
      So, there is a new dropdown called "Transparency background" with 4 
      options:
        - Neutral
        - Grid
        - White
        - Black
    - Configuration | Preview | Thumbnails: Removed option "Show transparency 
      grid".
    + Configuration | Preview | Thumbnails: Added a new dropdown called 
      "Transparency background" with 4 options:
        - Neutral
        - Grid
        - White
        - Black
    * Floating Preview: Changed "Transparency Grid" to "Cycle Transparency 
      Background". Cycles through the 4 options Neutral, Grid, White, Black.
    > Floating Preview: Just note how the "neutral" option nicely adjusts the 
      display when you cycle the background color (keyboard shortcut B).
    + Hover Box: Now it supports the user-selected transparency background for 
      GIF and PNG. Before the transparent background was always white.
      The relevant setting is Configuration | Preview | Preview | Floating 
      preview | Transparency background.
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

v19.80.0111 - 2019-03-19 19:04
    * Toolbar | Enable Color Filters: New icon. Credits are unclear. Source:
      https://www.shareicon.net/color-filters-color-palette-art-787051
    * Toolbar | Branch View: New icon. Credits are unclear. Source:        
      https://www.shareicon.net/food-fruit-organic-vegan-healthy-food-food-and-restaurant-diet-cherry-cherries-vegetarian-820106
      Iconic Vegas cherries, the minimal branch and a symbol of luck, what else 
      do you want?
    * Toolbar | Save Settings: New icon. Still a floppy, but a flat one.
    * Toolbar | Zoom In, Zoom Out: New icons.    
    ! Info Panel | Preview: Image preview got lost on toggling Dark Mode. Fixed.
    ! Floating Preview: Could get lost on an unplugged monitor. 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

v19.80.0110 - 2019-03-18 20:00
    ! Folder View Settings: Run a Quick Search on a non-FVS tab, switch to an 
      FVS tab, switch back to the Quick Search tab, remove the Quick Search: The 
      FVS were inherited. Bad. 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

v19.80.0108 - 2019-03-17 11:51
    * List | Column Headers: Now custom-colored column headers (Dark Mode or 
      ListColumnHeaderColors tweak) show borders. Before, they didn't.
    + List | Column Headers: Added tweak to suppress borders for custom-colored 
      column headers (Dark Mode or ListColumnHeaderColors tweak).
        ListColumnHeaderNoBorders=1
    * Temp Folder: From now on the XYplorer Temp Folder "<xydata>\Temp\" is 
      automatically emptied on app exit.
      Don't like it? Stop it with this new tweak:
        NoKillTemp=1
    ! URL Drop: Crash on URLs from Vivaldi. Fixed.
    ! URL Drop: Misformat of URLs dropped from Vivaldi. 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

v19.80.0107 - 2019-03-16 16:17
    + Configuration | Colors and Styles | Templates | Dropped Messages: Now you 
      can trigger an edit prompt for each field you desire. Simply insert a "?" 
      at the end of the field and you'll be prompted.
      If you cancel the dialog the whole job is aborted.
      Examples:
        <from>_<to>_<subject?>_<date>
        <date yyyy-mm-dd_hh-nn-ss?>_<subject?>_<from?>_<to?>
    * Dropping Messages: Now a temp folder "<xydata>\Temp\MessageDrop" is used 
      for temp storage of dropped messages. It is unconditionally removed on app 
      exit.
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

v19.80.0105 - 2019-03-16 10:48
    ! Dropping Messages: Certain message formats from Outlook were not yet 
      handled correctly when extracting From, To, Subject, and Date fields. 
      Fixed.
    ! List: Drag and drop inside the List stopped working in v19.80.0104. Fixed.
    ! List: Long info tips were sometimes weirdly broken in the middle of words 
      since 20180921. 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

v19.80.0104 - 2019-03-15 16:06
    ! Dropping Messages: v19.80.0103 crashed when dropping from Outlook and some 
      other sources. 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

v19.80.0103 - 2019-03-15 13:16
    + Configuration | Colors and Styles | Templates: Added option "Maximum 
      length of generated filenames (0 = unlimited)" where you can set a length 
      limit in number of characters.
      The <subject> field is cut down first, then if still needed the end of the 
      name is cut off.
    + Configuration | Colors and Styles | Templates | Dropped Messages: Now also 
      emails dropped from Thunderbird are processed along the user settings in 
      this section.
    ! Dropping Messages: The extra temp folder used for this job was not removed 
      after dropping. Fixed.
    ! Dropping Messages: Unicode From / To names were not always decoded 
      correctly from UTF-8. Fixed.
    + Drag Status Box: Now it shows the count of the dragged items also when 
      dragging from other apps into XYplorer.
    + SC pasteto enhanced: Now it can handle textual clipboard contents just 
      like "Paste Text As Item(s)". Set bit 1 flags to enable it.
      Name: PasteTo
      Action: Pastes the clipboard contents to the specified destination.
      Syntax: pasteto [destination], [flags]
        destination:  [optional] folder to paste the clipboard contents.
                      Defaults to current path.
        flags:    (bit field)
          1 = Paste also textual clipboard contents.
      Examples:
        pasteto;      //paste here (items on clipboard)
        pasteto , 1;  //paste here (items or textual clipboard contents)
        pasteto "C:\Test";    //paste to C:\Test (items on clipboard)
        pasteto "C:\Test", 1; //paste to C:\Test (items or textual clipboard contents)
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

v19.80.0102 - 2019-03-14 18:21
    + Edit | Paste Special: Added command "Paste Text As Item(s)" by which you 
      can paste a copy of the item(s) referred to by textual clipboard contents.
      - More than one item is possible, separated by | or by line feed (CRLF). 
        Both separators can be mixed. Empty lines/elements are auto-removed.
      - XYplorer native and environment variables are allowed.
      - Relative paths are resolved relative to the current path.
      - Leading and trailing spaces are trimmed on each item.
      - Folders are copied with their contents (of course).
      - URLs are supported as well. But only one at a time.
      Examples:
        Text on clipboard       Action
        ------------------------------------------------------------------------
        C:\Program Files (x86)\XYplorer\XYplorer Website.url
                                Pastes a copy of this file into the current location.
                                
        <xy>                    Pastes a copy of the current XYplorer.exe into the current location.
        
        <xydata>\ks.dat         Pastes a copy of these 2 files into the current location.
        <xydata>\pv.dat
        
        <xydata>\ks.dat|<xydata>\pv.dat   Pastes a copy of these 3 files into the current location.
        <xydata>\servers.dat
        
        https://www.xyplorer.com/download/xyplorer_full.zip
                                Pastes (downloads) a copy of this file into the current location.
                                
      Usage Examples:
      - A colleague mails you a path to some file on the intranet. You copy the 
        path from the email to the clipboard, then use "Paste Text As Item(s)" 
        to create a copy of that file in your current folder.
      - A colleague mails you the URL to some package in the web. You copy the 
        URL from the email to the clipboard, then use "Paste Text As Item(s)" 
        to download that file into your current folder.
      - Equally you can fetch download links on the web via clipboard and grab 
        those items by "Paste Text As Item(s)" without going via the Browser 
        Download to the Download folder.
      Tips:
      - Note that multiple source items can even be in totally different 
        locations. You are prompted whether to Rich Copy or not in that case.
      - Have the Edit Clipboard button in the Toolbar. Hover it to see what's in 
        the clipboard, right-click it to quickly access all the interesting 
        commands.
        
    * Toolbar | Recent File Operations: Replaced the old icon by a new one: A 
      green right arrow.
    * Installer: From now on when updating an installation (portable or not) the 
      file Startup.ini is not overwritten nor created if missing. That way a 
      portable installation (by way of a missing Startup.ini) remains portable.
    ! Miscellaneous | Focus Functions | Next/Previous Type Ahead Match: always 
      used "Match anywhere" regardless of the setting under "Configuration | 
      Find and Filter | Filters & Type Ahead Find | Type Ahead Find | Enable 
      type ahead find". Fixed.
    ! Dark Mode: When started in light mode the scrollbars were not darkened 
      after switching to dark mode. 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: https://www.xyplorer.com/download.php

Code: Select all

v19.80.0100 - 2019-03-13 19:00
    = MAINTENANCE RELEASE.
  +++ Minor bug fixes and enhancements.

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.80.0005 - 2019-03-13 14:44
    * Tags | Load Tags Database...: Now when you enter a non-existing database 
      it is created right away (as an empty database with headers only). Before, 
      it was only created on the next Save Settings.
      FYI, any missing subfolders in the path are silently created.
    * Tags | Load Tags Database...: Now when you enter a non-existing database 
      it is created completely virgin. Before, it had inherited the current 
      Extra Tags definitions.
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