Releases: ModOrganizer2/usvfs
Releases · ModOrganizer2/usvfs
v0.5.7.2
v0.5.7.1
Release v0.5.7.1
v0.5.6.2
Release v0.5.6.2
Release v0.4.8
- Change script to use
python
instead ofpy
for compatibility - Updated boost to 1.73
- Fixed issue where files were remapped even if deletion failed
v0.4.7
v0.4.6
Changes:
- Fixed issue when deleting file with a relative path.
- Fixed a handle leak when closing a file.
- Fixed a crash when starting multiple processes quickly.
- Fixed behavior when a null string is passed to MoveFileExA and MoveFileWithProgressA.
- Improved detection of blacklisted applications.
- Improved protection of items shared between processes.
- Added GetVFSProcessList2 to API to retrieve all process IDs.
v0.4.4
Changes:
- Support for force-loading libraries
- Improved blacklist implementation
- Better tracking of deleted directories
- Fixes for string conversion
- Changed upstream spdlog branch to official 0.x releases
- Fix for a file handle leak in hook_NtQueryDirectoryFile[Ex]
- Fixed for removing nodes when not found
- Updated to boost 1.70.0
v0.4.3
Changelog:
- Added support for force loading a specific library when a specific process is hooked.
- Fixed the order of files in Query Directory calls (were previously reverse alphabetical, causing some issues).
- Fixed "successfull" typo.
- Fixed conversion of string in hook_GetFullPathNameA.
- Improved hook_NtCreateFile to handle all cases of creating a file handle.
- Improved blacklist implementation to work with more ways of creating processes
- Improved deleted file tracker to also keep track of deleted directories.
- Removed TEMP path workaround from FindFirstFile (does introduce some errant behavior that will need to be fixed in the future).
- Removed hooks for CreateFileA, CreateFileW, and CreateFile2 due to improvements in hook_NtCreateFile.
- Updated boost library to 1.69.0
v0.4.2
Changelog:
- Added support for building with Python 3 and Boost 1.68.
- Added the ability to blacklist processes from being injected.
- Added dialogs to display unhandled exceptions.
- Modified the Boost interprocess directory to %ProgramData%\USVFS to avoid issues with Windows event logs, Windows updates, etc.
- Modified the proxy injection timeout to 15 seconds.
- Modified the directory tracker to not handle fake folders (fixes an issue where files were created, deleted, and created again in the same session).
v0.4.1
Changelog:
Use standard FullPathName for absolute paths starting with \