Skip to content

Releases: SteezCram/PboViewer

.Net version fix

03 Feb 09:09
9f451c7
Compare
Choose a tag to compare

Fix dependency problems with the old .Net version.

Small improvements the return

23 Jun 16:20
Compare
Choose a tag to compare

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

22 Jun 22:38
Compare
Choose a tag to compare

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

21 Mar 12:32
Compare
Choose a tag to compare

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

14 Mar 00:08
3f0c239
Compare
Choose a tag to compare

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

21 Feb 18:52
e3cac0b
Compare
Choose a tag to compare

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

21 Nov 18:07
Compare
Choose a tag to compare

Add a new command for the CLI: listFiles --path=your_path

List all the files in the PBO with some information.

Initial release

18 Nov 19:53
Compare
Choose a tag to compare

The initial release of PBO Viewer.

You can find all the binaries compiled for each OS both in CLI version and in GUI version.