Camel1965

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

WizFile 3.05​

November 22, 2021
  • file name search will now ignore character accents (like é and ö) when searching, e.g. searching for "melee" will now correctly match file names containing "mêlée" or "MÊLÉE"
  • Not (!) operator was not working correctly when followed by quoted search text - fixed
  • some results were not being included when using "?" wildcard and searching entire path - fixed
  • File search box and highlighted text were not handling right to left languages like Arabic correctly - fixed
  • Window animations settings could be reset when WizFile was running full screen - fixed
  • WizFile will now handle screens with very high DPI (scaling >=200%) correctly. Previously title bar icons were too small.
  • Light mode header colors were incorrect on Xp/2003 with themes disabled - fixed
  • "Explore folder" and "command prompt here" functions were not working on older versions of Windows if "launch applications as administrator" option was not enabled (XP/2003) - fixed
  • WizFile would not start minimized on older versions of Windows (pre Vista). Toggle "start with windows" off and on again to fix.
  • new file length and path length search terms added:
  • Use namelen and pathlen to search by file name and path length
  • e.g. to find files with path length greater than 255:
  • pathlen>255
  • to find file names with exactly 1 character:
  • namelen=1
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

WizFile 3.06​

November 26, 2021
  • Hovering over a file will now display full path name in status bar at bottom of screen as well as display the full name as a tooltip hint
  • Added new "folders" checkbox to make it easy to toggle folders on or off in the search results
  • Context menu when renaming a file did not close the first time after making a selection - fixed
  • Custom filter items for 3rd filter box were not being saved correctly - fixed
  • dragging/dropping files with names containing non ASCII characters would fail - fixed
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

WizFile 3.08​

September 7, 2022
  • Search history drop down added to file search. Press down arrow key in search field to display search history items
  • Files with very long file names were not being handled correctly - fixed
  • Date filtering (=today) not working correctly in some time zones - (fixed)
  • Path copy function will now not include a trailing carriage return when only a single file is selected
  • Korean translation updated
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

WizFile 3.09​

February 28, 2023
  • Regular Expression search added. To perform a regex search, type in a forward slash followed immediately by the regex, e.g.:
  • /[0-9]{4}-[0-9]{2}-[0-9].csv$
  • If the regex contains spaces, enclose it in double quotes, like this:
  • /"[0-9]{4} [0-9]{2} [0-9].csv$"
  • Support for DrivePool, Storage Spaces and other similar "virtual" drives added (WizFile would crash or stop working when scanning these types of drive before)
  • Fixed highlighted text display bug that could occur with certain searches
  • Wildcard search for file extensions was not working correctly when "match entire path" option was used - fixed
  • e.g. searching for *.c would include files including ".c" anywhere in the file name, which would include *.cpp or *.c.bak files too.
  • minor interface tweaks
  • New Czech translation added (thanks to DrTactless)
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

WizFile 3.10​

May 21, 2024
  • Added global "include" and "exclude" filters - go to Options->Filters to configure them.
  • The "Include Filter" is applied to all searches automatically, as if it had already been typed into the search field.
  • The "Exclude Filter" will automatically exclude any matching items from the search results. It is also applied during the initial scanning process. This can greatly speed up scans by preventing certain folders from being scanned at all, and can also greatly reduce memory use.
  • For example, if you use Synology NAS, you can get WizFile to ignore snapshot and recycle folders by setting the "exclude filter" to:
  • #snapshot|#recycle|@recycle
  • 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:WindowsWinSxS" and "C:program Files" folders from being scanned, you would set the exclude filter to
  • C:WindowsWinSxS|"C:program Files"
  • Note that double quotes are required around filter items that contain spaces.
  • UI tweaked to look like Windows 11 style. To use WizFile classic theme edit the WizFile.ini file (located in %appdata%WizFileWizFile.ini or exe folder for portable) and set: UseWizFileClassicTheme=1
  • Fixed rare bug that might cause some folders not to be detected by WizFile when parsing MFT file due to unusual MFT record ordering
  • Unicode characters were not being saved to search drop down history correctly - fixed
  • Emojis were not being displayed correctly in file search and filter fields - fixed
  • When configured to start with Windows, WizFile will now pause for 60 seconds before starting. This it to allow time for virtual drive letters to become available (like Google Drive G:), and to not slow down other important startup tasks due to disk scanning. If WizFile is already configured to start with Windows and you want to enable this delay, toggle the Options->Start With Windows option off and back on. You can edit the delay time by editing the Action in Windows Task Scheduler for the "WizFile" item and changing the value in the /delaysecs=xx parameter
  • WizFile can now be configured to not run as admin - to do this, edit the WizFile.ini file (located in %appdata%WizFileWizFile.ini or exe folder for portable) and set
  • RunAsAdmin=FALSE
  • new Indonesian translation (thanks to Marcellinus Ferdinand Suciadi)


Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

WizFile 3.11​

Mar 11, 2025
  • 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
  • fixed some memory leaks that might occur when rescanning or changing drives that could lead to WizFile hanging or crashing
  • improved stability
  • improved handling of multiple monitors with mixed DPI settings
  • Licensing has changed. Commercial users will now purchase licenses based on their business size. These licenses will be valid for all versions of WizTree released within one year of purchase.
  • Previously purchased licenses will be automatically converted to "lifetime" licenses which will be valid for all future versions of WizFile
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry