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

v13.30.0007 - 2013-11-17 21:13
    ! Scripting | Math Operations: There was still a problem with 
      German fractions.
        echo "17,5" * 2;    // -> 34! WRONG
        echo (35 / 2) * 2;  // -> 34! WRONG
      Fixed.
    + Scripting | Math Operations: Now you can do this in Germany to 
      set a fractional value:
        $n = 17,5;
      Before you would have to quote fractional expressions in Germany:
        $n = "17,5";
    * XYcopy: Updated to 2.10.0042.
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

v13.30.0006 - 2013-11-17 13:13
    ! SC format: Did not correctly interprete input according to the 
      current locale.
      For example, in Germany (decimal separator = comma, thousand 
      separator = dot):
        BEFORE:
          echo format(format("1,23"));  //1
          echo format(format("1.23"));  //1
        NOW:
          echo format(format("1,23"));  //1,23
          echo format(format("1.23"));  //123
    ! Scripting | Math Operations: In certain locales (where decimal 
      separator is not dot) the results of fractional math operations 
      were not formatted correctly for the locale. Refeeding those 
      results into certain scripting functions then could yield wrong 
      results.
      For example, in Germany (decimal separator = comma, thousand 
      separator = dot):
        BEFORE:
          echo 35 / 2; //17.5
          echo format(35 / 2); //175
        NOW:
          echo 35 / 2; //17,5
          echo format(35 / 2); //17,5
    * XYcopy: Updated to 2.10.0041.
    + Menu Edit: Added command "Toggle Quick Name Search". Toggles 
      between no Quick Name Search and the last one. Default keyboard 
      shortcut: Ctrl+Shift+F3.
    * MLS: Internally updated to version 8.40.
      > TRANSLATORS: Please wait until Reference_8.40.lng is uploaded.
        You will be notified if you subscribe to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
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

v13.30.0005 - 2013-11-16 15:26
    + Folder View Settings: The Edit Folder View dialog now features an 
      extra field for the Visual Filter.
    ! Folder View Settings: Visual Filters not correctly handled on tab 
      switch. 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

v13.30.0004 - 2013-11-15 19:44
    - Command Line Switches: Undid the recent unminimize stuff. No good.
    * Quick Name Search: Now the switches like /r and /n are stored with 
      the MRU and are shown in the Quick Name Search Info. Extended 
      switches like /:flat are not stored or shown.
    ! Quick Name Search: Crash on removing the search since v13.30.0003. 
      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

v13.30.0003 - 2013-11-15 13:42
    + Command Line Switches: Now, if you pass /flg=2 with your 
      /script=..., a re-used minimized existing instance will not be 
      unminimized. Attempt #2.
    + Folder View Settings with Visual Filters: Now also the default FVS 
      can have a Visual Filter.
    + Visual Filters: Now comments are allowed after "//", e.g.:
        ageM: w //modified this week
    ! Tabs: The Visual Filter overlay was shown on non-filtered tabs 
      under certain circumstances since 20131113. Fixed.
    ! Name Search Info: Short flicker possible when switching from a 
      name search tab to a browsing tab. Fixed.
    ! Find Files: Since 20131110 the Name field was not auto-focused 
      anymore when invoking Find Files (Ctrl+F). 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

v13.30.0000 - 2013-11-14 12:00
    = NEW OFFICIAL RELEASE. Main developments since last release:
  +++ Quick Name Search Info. Now information on the current search pattern 
      can be shown right in the file list.
  +++ Visual Filters Info. Now information on the current filter can be shown 
      right in the file list.
  +++ Visual Filters. Now Boolean AND is supported. Allows you, for 
      example, to show only files that have "moon" in the name AND have 
      been modified this week AND are smaller than 3 MB.
  +++ Color Filters. Now Boolean NOT is supported. Allows you, for 
      example, to color all files that are NOT image files.

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

v13.20.0027 - 2013-11-14 12:07
    + Command Line Switches: Now, if you pass /flg=2 with your 
      /script=..., a re-used minimized existing instance will not be 
      unminimized.
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

v13.20.0026 - 2013-11-14 09:44
    ! Folder View Settings with Visual Filters: Fixed more glitches.
    * Updated the help file.
    * MLS: Internally updated to version 8.39.
      > TRANSLATORS: Please wait until Reference_8.39.lng is uploaded.
        You will be notified if you subscribe to this thread:
        http://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
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

v13.20.0024 - 2013-11-13 20:48
    ! Folder View Settings: Fixed a few glitches related to the new and 
      brilliant Visual Filters support.
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

v13.20.0023 - 2013-11-13 13:23
    + Folder View Settings: Now, experimentally, you can append a Visual 
      Filter definition right to the folder definition in the field 
      "Folder to apply the settings to:" (in dialog Edit Folder View). 
      Since the "|" character is already used for other things here, the 
      Visual Filter has to be appended after a "||" (double pipe).
      Examples:
        E:\Test\||*.txt;*.ini
        E:\Test\||"Censored" !*.txt;*.ini       = inverted, with caption
        E:\Test\||"|Censored" !*.txt;*.ini      = same, but no caption in
                                                  the tab header
      You can as well simply click "Save Folder View" on a Visually-
      Filtered list and the filter is automatically stored with the 
      view. Actually, thinking about it, this might turn out to be a 
      killer feature! :)
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

v13.20.0022 - 2013-11-13 11:10
    ! Crash on paste from clipboard on very few systems. Attempt to fix.
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

v13.20.0018 - 2013-11-13 08:52
    > This version contains debugging code.
    * Visual Filter Message: The context menu now has three items, "Edit 
      Filter...", "Repeat Filter", and "Remove Filter".
    * Name Search Message: The context menu now has three items, "Edit 
      Search...", "Repeat Search", and "Remove Search".
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

v13.20.0017 - 2013-11-12 20:49
    * Branch View and Quick Name Search: Now you can run a Quick Name 
      Search on a Branch View and the Branch View will stay active. 
      Before, the Quick Name Search replaced the Branch View (turned it 
      off).
    * Address Bar: The dropdown match list now works much better with 
      non-locations like QNS, VF, scripts, spot and jump, etc., even 
      with "Auto-complete recently used items" ticked.
    - Undid this change from v13.20.0016. It was not that wise:
      Menu Edit | Quick Name Search: Now entering nothing and pressing 
      OK will remove any existing Name Search. Before, this would have 
      run a search for "*" (find all).
    * 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

v13.20.0016 - 2013-11-12 14:37
    * Configuration | Find Files & Branch View | Find Files: Moved "Show 
      relative path in Path column" back to section Find Files. It 
      looked so lost when it was lonely at the top. It still also 
      applies to Branch View.
    + Configuration | Find Files & Branch View | Find Files Added 
      option "Show name search results in current tab". Tick to show the 
      Quick Name Search results always in the current tab (unless it is 
      locked), irrespective of the setting of "Configuration | Find 
      Files & Branch View | Find Files | Show search results in".
    + Name Search (aka Quick Name Search): Now optionally a message 
      "Name Search: <pattern>" is now shown in a name-searched list.
      Note that the message is only shown when the list is not also 
      visually filtered (else it is appended to the VF message), else 
      too many messages would crowd the screen.
      The message has a small context menu with two items, "Edit Name 
      Search..." and "Remove Name Search".
    + Configuration | Find Files & Branch View | Find Files: Added 
      option "Show name search information in list". Tick it to show a 
      name search information in list.
    * Name Search: From now on the Name Search MRU is also updated on 
      Name Searches through the Address Bar or through scripting. 
      Before, the MRU was only updated when the Name Search was 
      triggered through the Quick Name Search (F3) dialog.
    * Name Search: This feature from v10.90.0407 - 2012-04-19 12:16 has 
      been removed since it does not play well with the new 
      developments. And actually it was never fully implemented since it 
      did not work for Name Searches through the Address Bar or through 
      scripting!
      - Quick Name Searches are by default recursive. The "/r" switch is 
        auto-appended to the pattern, unless the pattern already 
        features any switch.
      So from now on Quick Name Searches follow the "Include subfolders" 
      setting for the general File Find (which usually is set to ON 
      anyway, so there will be no difference).
    * Menu Edit | Quick Name Search: Now entering nothing and pressing 
      OK will remove any existing Name Search. Before, this would have 
      run a search for "*" (find all).
    * Filter Warning: Instead of "List is filtered:" it now says "Visual 
      Filter:".
    * Filter Warning: Renamed "S&how filter warning in list" to "S&how 
      filter information in list".
    ! Breadcrumb Bars: The new highlighting colors in the Colored Menu 
      did not work yet in Vista and later. 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

v13.20.0015 - 2013-11-11 18:19
    + Visual Filters: Now the AND-operator can be escaped by "\" (useful 
      if you need to match " AND "):
        cat and dog   //matches items with "cat" and "dog" in the name
        cat \and dog  //matches items with "cat and dog" in the name    
        "cat and dog" //matches items named "cat and dog"
    ! Visual Filters: Exact matching by quoting the pattern did not work 
      anymore since 2013-11-08. Fixed.
    * Breadcrumb Bars: Now the highlighting colors in the Colored Menu 
      are identical to those in the Breadcrumb Bar itself. Before, the 
      standard Windows highlighting colors has been used.
    * 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.

Locked