Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.16​

November 13, 2023
  • New "Tweaks" option added to Options menu:
  • - Drag/drop can be enabled/disabled
  • - Open file on double click can be enabled/disabled
  • - File system monitoring can be enabled/disabled (disabling it will prevent WizTree from detecting deleted files and folders)
  • - Max modified date diaplayed can toggle between maximum date of all sub folders and files or the last modified date of the folder itself
  • - WizTree classic theme can be enabled/disabled. Some users claim the classic theme makes the UI snappier
  • - Grid horizontal lines can be enabled/disabled
  • - Alternate row colors for grids can be enabled/disabled
  • - Gradient colors in treemap can be enabled/disabled
  • - Number of decimal places can be set
  • Selecting files now also shows total allocated size of selected, along with total file size
  • Sorted column will now be highlighted
  • Fixed rare issue where WizTree would sometimes incorrectly flag files as deleted when scanning very large drives
  • File and folder icons in tree/file views tweaked to look better when scaled
  • Unicode characters were not being saved to search and filter drop down history correctly - fixed
  • Emojis were not being displayed correctly in file search and filter fields - fixed
  • Tweaked mobile phone scanning code to be more robust. It should now work on phones that failed to scan previously
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.17​

WizTree 4.17 (22 January 2024)​


  • "Include" and "exclude" filters are now applied WHILE scanning non NTFS drives (folders, network shares, mobile phones, etc.) This can greatly speed up scans by prevening certain folders from being scanned at all, and can also greatly reduce memory use. This also works when exporting via the command line.

    Toggle filters on/off by clicking on the filter button under the Scan button, or Options->Filter Scan Results (Ctrl+Shift+F)

    For example, if you use Synology NAS, you can get WizTree to ignore snapshot and recycle folders by setting the "exclude filter" to: #snapshot|#recycle|@recycle
    before starting a scan. Note that there should not be any spaces between the vertical pipes (vertical pipes are interpreted as "OR" and spaces interpreted as "AND"). The example above will exclude any file or folder name that contains "#snapshot" OR "#recycle" OR "@recycle".

    Another example:
    To exclude the "C:\Windows\WinSxS" and "C:\Program Files" folders from being scanned, you would set the exclude filter to C:\Windows\WinSxS\|"C:\Program Files\"
    Note that double quotes are required around filter items that contain spaces.
  • Exploring a folder containing an exe with the same name as the folder would launch the exe instead of opening the folder - fixed
  • WizTree will now automatically remove any spaces between vertical pipes in filter and search fields to ensure they work as expected
  • Slovak, Turkish and Swedish translations updated
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.18​

WizTree 4.18 (2 February 2024)​


  • "Include" filter is now no longer applied WHILE scanning as this causes files and folders to be filtered out incorrectly - it is now applied after scanning. Only the "Exclude" filter is applied while scanning now.
  • Improved "=folder" filter processing. It's now possible to locate folders of a certain size by using a filter like:
    =folder >1g
    (This finds folders larger than 1 Gig in size)
  • fixed bug in allocated size filtering (file size was used instead of allocated size when filtering by allocated size, e.g. a>100m)
  • Copy/Cut/Delete and other operations now work correctly with multiple files from different folders selected. Previously it would only work if all files were in the same folder.
  • progress bar tweaked to be a little smoother
  • progress was not being updated on screen when loading CSV files - fixed
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.19​

Mar 5, 2024
  • WizTree can now locate duplicate files by Name and Size, or Name, Size and Date.
  • WizTree considers file names that have been automatically renamed by Windows as equivalent.
  • e.g. "NAME.EXT", "NAME (1).EXT", "NAME (2).EXT", "NAME - COPY.EXT", "NAME - COPY (1).EXT" are equivalent
  • Note that WizTree currently doesn't compare the file contents, so take care before deleting files that might not be true duplicates.
  • To locate duplicates, select the "File View" then select the duplicate detection method from the "Duplicate Files" drop down box. If any duplicate files are located while scanning, they will be indicated by a "+" symbol next to the file name - click on the plus to expand the list of duplicate files which will be displayed under the original file.
  • New "Dup Count" (number of duplicates the file has) and "Dup Size" (total size of all other duplicate files) columns will appear and the list can be sorted by these to quickly locate duplicates. Select the "Duplicates only" checkbox to quickly display only files that have duplicates.
  • A new separate "File Name" column has been added to the "File View" that displays just the file name, excluding the path
  • File view might not have shown all relevant files when "max files" was not set to "ALL" and sorting was not by size - fixed
  • File view sorting is much quicker now
  • Regular expression filters would incorrectly be applied to "entire path" when match by "name only" was selected if the reg expression contained a backslash - fixed
  • Themes are now automatically disabled when WizTree is running as local system account ("SYSTEM") as this would cause some display elements not to render correctly when using remote access tools such as ScreenConnect
  • Stability improvements when scanning network folders and drives
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.20​

WizTree 4.20 (29 July 2024)​


  • New tweak option added (Options->Tweaks):
    "Scan MFT (if possible) when a folder is selected for analysis" - default is off
    Normally, when a folder is selected for analysis WizTree will scan using the Windows API (MFT scanning is not used). This method is generally quicker when analyzing small to medium sized folders, but for very large folders it can be much quicker to scan the entire MFT file instead.
    If this option is enabled WizTree will always scan the MFT file (is possible) when a folder is selected. You can also force WizTree to scan the MFT when a folder is selected by holding down the CTRL key when starting a new scan. The CTRL key must be down when the scanning process starts for this to work.
  • Fixed possible reverse order sorting issue in File View when scanning multiple drives/folders
  • Cut/Copy files to clipboard working again on Windows XP/2000/2003 (stopped working in 4.18 due to compatibility issues with new code)
  • Processing of folders with millions of files with unique file extensions greatly sped up. Previously WizTree could appear to stop responding when loading such folders into the tree view or when generating the tree map.
  • Tree map export now always processes files and folders in size order as the resulting output looks much nicer this way
  • Windows Explorer context menu shortcut key for WizTree changed from W to Z (from &WizTree to Wi&zTree) to prevent conflict with "New" option
  • Fixed issue where file sizes/allocated sizes could incorrectly be set to 0 for hard linked files in some cases
  • MFT scanning speed up to 15% faster in certain cases over previous version
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.21

Oct 24, 2024
  • Improved threading when in non Admin mode and when scanning non NTFS drives/network drives/folders, resulting in more than 4x faster scanning of SSD drives
  • Reserved Space is now displayed for NTFS volumes. This is space reserved for the Windows operating system and can be quite significant for drives with Windows installed. It also accounts for most of the difference between the total allocated space calculated by WizTree and the "space used" reported by Windows. The remaining difference is made up of other NTFS file system data (such as directory indexes) which do not appear in the WizTree scan results.
  • File grouping size can now be set via Options->Tweaks->File group minimum size
  • MTP/PTP device support updated (MTP/PTP devices are things like mobile phones or digital cameras):
  • - Context menu issues with MTP/PTP devices fixed
  • - Copy/Cut now working correctly with MTP/PTP devices
  • Improved tree loading speed and treemap rendering for drives containing very large numbers of files
  • Fixed context menu issues when running on Windows XP ("Send to" not working, missing text in sub menus)
  • Export to CSV would not export anything when "File view" selected and no files selected - now exports all files on the list.
  • Context menu issues with very long file names fixed
  • Improved detection of newly inserted USB drives
  • Added "Expand All" (Shift+F4) option to File menu - will expand all tree nodes. Press F4 to reset the expansion
  • Portable version now defaults to starting in non admin mode. Enable "Options->Always run as Administrator" to have WiaTree always start in Admin mode
  • Fixed issue with config ini file settings not being read correctly when containing BOM marker (added by some text editors)
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41970
Reakcje/Polubienia
35508

WizTree 4.23

Dec 3, 2024
  • Copy/Cut functions were not working correctly - fixed
  • Values too wide to fit into a cell will be indicated by a red vertical line on the left edge of the cell to indicate that the column should be widened to display the entire number
  • WizTree application icon updated ("extra large" icon added)
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry