BETA version (with detailed history information)

Get a glimpse of the next XYplorer...
Locked
admin
Site Admin
Posts: 60597
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.20.0002, 15-jun-2010).

Code: Select all

v9.20.0002 - 2010-06-15 14:59
    + Menu Window: Added toggle "Show Statusbar". So, finally, you can 
      hide the Statusbar. Note that if the Statusbar is hidden then also 
      the Background Bar goes away.
    * Background Processing: Shell-owned replace prompts would pop in 
      the background (likely covered by XY's main window) when the CTRL 
      key was down when the file operation was initiated (e.g. CTRL+Drag 
      to force a Copy). Fixed partly. Still Windows may take control 
      unpredictably and pop the prompt in the background. The animated 
      icon on the Background Bar will tell you whether a background 
      process is in progress or waiting for input. Under XP you also get 
      a flashing taskbar icon, not in Win7 though.
      The better and 100% safe strategy is to use the right mouse button 
      for such drag operations and then choose Copy from the context 
      menu.
    ! Running an EXE by dbl-click did not always produce the same 
      behavior as running it via Shell context menu Open. For example, 
      trying to run a 16-bit EXE under Win64 should generate an error 
      message. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.20.0001, 14-jun-2010).

Code: Select all

v9.20.0001 - 2010-06-14 11:52
    + Drag'n'drop context menu: Added command "Go to Dragged Item". Will 
      go the dragged item's containing folder and select the item, or 
      simply open the folder if the item is a folder. If more than one 
      item is dragged the first item is taken.
      Note: The command is only available for the List and the current 
      Tab of the active pane. But, of course, each hovered tab becomes 
      the current tab after a configurable while.
      Main usage is probably when dragging items or paths from other 
      apps into XYplorer. It's a kind of "Go to by Drag'n'drop" --
      revolutionary if you ask me.
    * MouseDownBlowUp on PDF preview and thumbnails: The shell driven 
      preview of PDF files now can be enlarged using a new tweak. By 
      default it is limited to 384 x 512 pixels. Set
        MDBUPdfLarge=1
      to enlarge it to a square of 80% of the smaller screen dimension. 
      On a 1920 x 1080 screen this would be 0.8 * 1080 = 864 pixels.
      Note that SC tweak supports this tweak, so you can do this through 
      the Address Bar:
        tweak("MDBUPdfLarge", 1);
      Note: Whether the enlarged PDF blow up actually works depends on 
      your system and RAM size. It's not easily predictable. Try it out.
    * Web & Office Preview: Now, no more address/title and status info on top 
      and bottom of the Preview tab is displayed be factory default. 
      This way the preview area is quite a bit higher than before.
      If you still want it the old way you can use a tweak:
        ShowWebPreviewInfoBars=1
    ! Tabs: The selected tab of the inactive pane was not highlighted 
      when drag-hovered. Fixed.
    * Info Panel: Now when the Info Panel is shown or a new IP tab is 
      selected and there is no current item (i.e. the IP tabs 
      Properties, Version, Preview, and Raw View are blank), then the 
      currently focused list item is automatically made the current item 
      if it is in selected state. Very useful, should have done this 
      about 10 years ago!
      FYI, the state focused/selected/non-current can be caused e.g. by 
      drag-selecting a focused file, or passively when copied files are 
      selected-on-paste.
    * Configuration | General | Show item count: Renamed it to "Show item 
      count with folder sizes" and removed the indent.
      Now it is also enabled if "Show folder sizes in file list" is OFF 
      because it also applies on View | Calculate Folder Sizes.
    ! Tree: Non-current folder captions were not always reliably 
      refreshed after a script-driven rename. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Summary of the latest XYplorer Official Release (v9.20.0000, 11-jun-2010).

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

Code: Select all

v9.20.0000 - 2010-06-11 12:00
    = NEW OFFICIAL RELEASE. Main changes since last release:
  +++ Aliases. Aliases are user-definable variables where you can freely 
      choose the name of the variable and their value. When you enter 
      such an alias into the Address Bar it will be resolved to its 
      value before further processing. A real time saver.
  +++ User Folder. Added a new special folder [User] to the Tree 
      pointing to the current user's profile folder.
  +++ Special Folders. Now you can easily show/hide all top special folders in the Tree:
      - Desktop
      - Documents
      - User
      - Network
      - Recycle Bin
      Toggling those folders works on-the-fly without rebuild of the 
      whole tree.
  +++ User Buttons. Increased their number from 16 to 32.
  +++ Folder Sizes. Now you can show the number of items in each folder 
      in the list's Size column.
  +++ Environment Variables. Now you can quickly display a list of all 
      environment variables. Might come in handy.
  +++ Previewed Formats. Massively improved configuration interface.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0031, 10-jun-2010).

Code: Select all

v9.11.0031 - 2010-06-10 11:20
    + Configuration | Previewed Formats: DEL and INS keys now work on 
      the extensions list.
    * Type Filter: Changed the format of the tweak to add custom 
      extensions. Now the extension lists should be dot-separated 
      (before, they were comma-separated):
        AudioPreviewCustomExtensions=bim.bam.bum
        VideoPreviewCustomExtensions=
        VectorPreviewCustomExtensions=
        ArchivePreviewCustomExtensions=
        ExePreviewCustomExtensions=
      Your current settings are upgraded automatically.
    ! Configuration | Previewed Formats: Fixed minor glitches.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0030, 09-jun-2010).

Code: Select all

v9.11.0030 - 2010-06-09 20:45
  *** Configuration | Previewed Formats: Rewrote the interface from 
      scratch. Faster loading, better handling, more information, and 
      some minor bugs fixed. And:
      - Now you can enable/disable the preview for a whole type of 
        files, e.g. for all Image files.
      - User-added extensions are colored green (resp. color "Marked 
        Text 2"). They can be excluded from preview by unticking them, 
        or completely removed from the list using the Remove button.
    * Configuration | Colors & Styles: The factory default for "Sel. 
      Items Back" is now a light blue.
    ! List: Horizontal dual pane splitter position was not correctly 
      restored when starting the app in minimized state. Fixed.
    ! List: Currently selected folder was not scrolled into view after 
      calculating its size using View | Calculate Folder Sizes. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0029, 08-jun-2010).

Code: Select all

v9.11.0029 - 2010-06-08 13:34
    + Preview: Added WPD (WordPerfect Document) to the previewed Office 
      files. Of course, the preview will only work if you have 
      WordPerfect installed.
    * Info Panel: Removed shadow effect from the tab headers by factory 
      default (no change for upgraders). Reason: Don't like it anymore.
      Tip: You can still turn it on by tweaking TabIPVisualStyle=0 in 
      the INI. In Windows Classic theme, however, the "shadow style" is 
      ignored anyway, even if tweaked.
    ! Info Panel: Drawing glitch in Windows Classic theme. Fixed.
    ! List: Type-Ahead Find would not recognize character #. Fixed.
    ! List: Drawing glitch (needlessly ellipsed captions) with font 
      "Courier" Bold due to Windows API bug. Worked around.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0028, 07-jun-2010).

Code: Select all

v9.11.0028 - 2010-06-07 11:40
    * Menu Help: The last commands dropped their ellipses:
        Environment Variables
        Various Information
        About XYplorer
    ! Configuration | Fonts | Tree and List: Any changes here were not 
      correctly reset on cancelling the Configuration dialog and would 
      eventually be applied to the controls. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0027, 05-jun-2010).

Code: Select all

v9.11.0027 - 2010-06-05 12:08
    + Menu Help: Added command "Environment Variables...". Shows the 
      current state of the Environment Variables.
      Note that the bottom of the list, starting with %computer%, are 
      XY-internal variables.
    - Removed SC env (Show Environment Variables).
      Replaced by the new command in menu Help (#728;).
    * Some clipboard functions in menu Edit | Paste Special were only 
      available in Browse mode. Now they are always available.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0026, 04-jun-2010).

Code: Select all

v9.11.0026 - 2010-06-04 14:04
    ! Some icons in some popup menus were missing for a couple of 
      versions. Fixed.
    ! Tabs: For a couple of versions locked tabs got overwritten on 
      location change other than by tree. Fixed.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0025, 03-jun-2010).

Code: Select all

v9.11.0025 - 2010-06-03 17:44
    * Increased the official Win7 compatibility, guided by the "Windows 
      7 Client Software Logo Toolkit". 100% compliance with the Windows 
      7 Software Logo requirements is not yet reached but near.
    * Updated the help file.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0021, 02-jun-2010).

Code: Select all

v9.11.0021 - 2010-06-02 10:56
    + Aliases. Now also Quick Searches (QS) support aliases. For example 
      this works now in the Address Bar if you have an alias "home":
        @home?a*
      Will find all items beginning with "a" in the path that alias 
      "home" points to.
      Of course, if you have defined an alias "home?a*" (i.e. if you are 
      crazy) it will be resolved before being parsed as a QS.
    + Aliases. You now can use aliases also in the Location field on the 
      Find Files tab.
    + Menu Scripting | Load Script File: Now folder links are followed 
      within the Load Script File dialog.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0020, 01-jun-2010).

Code: Select all

v9.11.0020 - 2010-06-01 13:58
    * DPI awareness: Now also Tab icons, Statusbar icons, and the icons 
      in various small lists are DPI aware, i.e. they are shown larger 
      when you raise your DPI settings.
    ! Win7: Fixed a number of glitches in connection with custom DPI 
      settings.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0015, 31-may-2010).

Code: Select all

v9.11.0015 - 2010-05-31 11:49
    + Menu Scripting | Load Script File: Now also shortcuts to script 
      files (LNK files) are supported.
To download the latest BETA version choose a download package: (1) Installer Package, (2) Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0014, 30-may-2010).

BETA versions are only available for registered users. Find the download link at the bottom of the License Lounge.

Code: Select all

v9.11.0014 - 2010-05-30 13:51
    ! Tree: Icon drawing glitch with junctions under Win7. Fixed.
    ! Catalog: Fixed some minor icon drawing glitches that came about 
      when recently adjusting to Win7's new image list organization.
    ! Menu View | Calculate Folder Sizes: Statusbar was not updated 
      anymore. Fixed.
    ! Tree, List: Since v9.10.0025 - 2010-05-19 10:33 the inline rename 
      box lost focus but stayed up on app switch. This had some 
      unwelcome consequences. Fixed. Now any pending rename is executed 
      when the app loses focus.

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

Re: Here's the new BETA

Post by admin »

Change Log for the latest XYplorer BETA version (v9.11.0013, 28-may-2010).

BETA versions are only available for registered users. Find the download link at the bottom of the License Lounge.

Code: Select all

v9.11.0013 - 2010-05-28 10:54
    + SCs copyto, moveto, backupto enhanced: The "source" argument now 
      can point to the source control by setting it to ":list", ":tree", 
      or ":catalog". This is a neat way to avoid the "focus list (tree, 
      catalog);" line that was necessary in previous versions to ensure 
      that the current list (tree, catalog) selections were taken; and, 
      of course, it also avoids the undesired focus switch.
      So the "source" argument can now be used in three ways:
      [source] The items that will be copied or moved:
        (Empty)   = selected items of the focused control (List, Tree, 
                    Catalog)
        Item(s)   = |-separated list of items
        Control   = selected items of the specified control
                    format: ":list", ":tree", or ":catalog"
      Examples:
      //copy all selected list items to "C:\Temp"
        ::copyto "C:\Temp", ":list";
      //copy the selected tree item to "C:\Temp"
        ::copyto "C:\Temp", ":tree";
    * SCs copyto, moveto, backupto: Additionally to the above these 
      commands now *default* to the List as source control unless Tree 
      or Catalog have the input focus.
      So now you can run this through the Address Bar:
        ::copyto "C:\Temp";
      and you won't meet the nagging message
        "Nothing selected, or what is selected cannot be copied."
      anymore if there are selections in the List.      
    + UDC: The above enhancements also apply to the "Source" argument of 
      the Copy To, Move To, Backup To UDCs.
    * List: Now, when retrieving the folder size fails, the size column 
      shows [Access Denied], BUT ONLY when no bytes or counts were 
      returned at all. If only any subfolder was denied access you will 
      not see this in the list but will be shown the sums of bytes and 
      counts that actually could be accessed.      
    * Info Panel Tabs: From now the tab style is controlled by the 
      setting of Configuration | Tabs | Visual Style. 
      However the IP tab style is overwritten by the TabIPVisualStyle 
      tweak if it is set to 1 (Classic style).
    ! Dropping images from Firefox 3.*: Some images were dropped with an 
      HTM extension attached. Fixed.

Locked