Skip to content

Releases: 13xforever/ps3-disc-dumper

Fancy new version

06 Aug 21:56
9c87368
Compare
Choose a tag to compare
Fancy new version Pre-release
Pre-release

This is a major re-write of the program

  • UI is built using Avalonia UI, running on Windows and Linux alike
  • Following Fluent2 design guidelines with the focus on Windows 11 experience
  • Light/Dark theme support following the system settings
  • Most features are preserved from v3

Missing by design:

  • Settings are NOT migrated, you'll have to re-configure the new version from scratch
  • An ability to select custom IRD/disc key through UI was removed (you can still put it in IRD cache folder, but this is virtually useless)

Some features are still missing:

  • Can't cancel the dumping
  • No progress indication in Taskbar on Windows (but the window is always-on-top by default now)
  • No disc mount/unmount detection on Linux
  • No trimming or AOT is applied for now, so the executable size is significantly larger

Known issues:

  • Dump naming is always using default template, ignoring settings
  • Toggle switches in the Settings are mirrored, also scroll position will reset to the last active element after unfocusing and refocusing the window
  • Window Minimize button highlight is using background from the Light theme (can't fix it)
  • Background threads can freeze the UI for a second in some circumstances
  • Linux backend is using X, so you can experience issues under Wayland with HIDPI screen
  • Update info popup can be too long to be useable

Support for additional IRD source

31 May 17:55
5fbb790
Compare
Choose a tag to compare
  • Add support for multiple IRD sources
  • Add ps3ird.free.fr as an additional new IRD source
  • Minor cleanups and 3rd party library updates

Updated windows binary to r2 with minor UI wordings, there are no actual changes.

Maintenance

24 Feb 06:42
a137506
Compare
Choose a tag to compare
  • Updated 3rd party packages
  • Updated WinForms codegen introduced in recent Visual Studio update
  • Replaced 3rd party BigEndian package with built-in functions

Refuse to run as administrator

26 Nov 18:12
42f7277
Compare
Choose a tag to compare

Added check for process privileges to prevent running dumper as admin on Windows, which is not supported.
Linux version is not affected.

Upgrade to .NET 7.0

09 Nov 08:06
ced7d15
Compare
Choose a tag to compare

This is a regular maintenance release

Minor bugfixes

31 Oct 08:22
305107c
Compare
Choose a tag to compare
  • Improved Settings dialog with validation and reset to defaults option (#27)
  • Improved Redump disc keys snapshot handling immediately after download (#26)
  • Fixed timestamp preservation for folders without any files (#25)
  • Fixed update check for prerelease builds

Update check

02 Aug 13:26
Compare
Choose a tag to compare

Dumper will check for new versions on launch

Updated online disc key sources

31 Jul 17:19
Compare
Choose a tag to compare
  • Replaced IRD Library source with the new PS3 ird database
  • Implemented Redump PS3 disc key source now that it seems to be public

Fixed error reporting for windows version

28 May 19:11
Compare
Choose a tag to compare

In case of disc read errors, windows version should properly display the number of corrupted files at the end.
Linux version only has updated disc keys cache.

Minor bugfix for automated folder name formatting

20 Feb 16:40
Compare
Choose a tag to compare
  • Use the same output folder name generation on Linux as is used on Windows
  • Explicitly filter out invalid characters inside that function instead of frontend, as the base path is already present and is guaranteed to be compliant