Releases: SteezCram/PboViewer
Wrong dirctory separator
Fix the issue #9 where the directory separator is not the one the running OS uses.
Folder arguments with a trailing slash break the PBO export
.Net version fix
Fix dependency problems with the old .Net version.
Small improvements the return
For this version you have some bugs fixed. I have forget also to include the DLL to do the integration with Windows. It is corrected in this version.
You have also some new features:
- A home button
- The hash in MD5 for the checksum
An installer is now available for Windows, the portable version (through the ZIP archive) is also available.
Small improvements
For this version, you have small improvements.
The os integration scripts are now optimized. You can now modify a file directly in the PBO, the changes will be changed.
Checksum support and keyboard navigation
For this version, the whole code has been optimized. Now PBOSharp has been moved to a separate DLL since the modification I have made increased a lot.
This version brings the SHA1 checksum support for the PBO file in order to be compatible with the BISIGN signature system.
An experimental keyboard has also been implemented to improves your workflow.
Windows system integration
The GUI version has now an integration with Windows.
You can use the right-click menu to do some action on both the .pbo files and the folder. To enable it, just go to the settings and check: "Operating system integration". The CMD will be open in admin mode (don't panic it's normal), just click on yes and the integration will be set up. You can remove it by unchecking this same checkbox.
New operating system integration will be made soon.
New GUI out and .Net 5
The new version of the GUI tool comes with some exciting features and uses the new version of .Net: .Net 5.
Thanks to the new version of Avalonia (project here: https://github.com/AvaloniaUI/Avalonia), the GUI now uses the Fluent design!
It's now an explorer-like program to pack and unpack PBO. You have some explorer features (copy, rename, delete, ...).
Moreover, you don't have to worry about saving it, it will automatically save every change in the PBO (if a PBO has been packed before).
Both the GUI and CLI tool is available on Linux, Mac, and Windows.
New version of the CLI
Add a new command for the CLI: listFiles --path=your_path
List all the files in the PBO with some information.
Initial release
The initial release of PBO Viewer.
You can find all the binaries compiled for each OS both in CLI version and in GUI version.