8000 Releases · isatsam/vfs_explorer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: isatsam/vfs_explorer

v1.1b

29 Apr 16:24
e32d07c
Compare
Choose a tag to compare

This minor update update brings down a number of VirusTotal hits using and upgrades third-party libraries to latest versions.

v1.1a

03 Oct 22:44
Compare
Choose a tag to compare

This update fixes a critical error for when VFSE doesn't have a localization file matching the user's system language.

v1.1

01 Oct 21:23
Compare
Choose a tag to compare

Second public release of VFS Explorer with some quality-of-life and code improvements, targeting Linux and Windows of x86-64 architectures.

What's new

  • "Search" renamed to "Filter" with some functional improvements
    • Added search modes: "Contains", "Starts with", and "Regex"
    • Added Ctrl+F key shortcut
  • Implemented multi-language support
    • Added Russian language
    • VFSE will now try to automatically detect the system's language and switch to it, if translation is available and user hasn't manually selected a language before
  • Added checks for new versions of VFS Explorer from Preferences
    • VFSE will now run a check automatically upon startup. This can be disabled in Preferences.
  • Debug options are now hidden by default, but can be enabled back in Preferences
  • When opening a VFS archive goes wrong, the better errors from plaguevfs (the underlining library that parses VFS files) are now shown to user, instead of generic Python ones
  • Setup automatic dev builds for Windows and Linux via Github Actions

1.0

19 May 23:55
Compare
Choose a tag to compare
1.0

First public release of VFS Explorer, targeting Windows and Linux of x86-64 architecture.

Features:

  • Open a VFS archive to view its contents
  • Search files by name
  • Select and extract files
  • Extract the whole archive at once
  • [Debug] "Dry run" - goes through the process of extraction of selected files, but doesn't actually write anything to the drive
0