Skip to content

Releases: dumpling-app/dumpling

dumpling v2.1.2

05 Mar 23:03
Compare
Choose a tag to compare

Changelog

  • Fixes ability to dump some games with weird names (like NSMBU. U + NSLU)
  • Show locations as an error when it can't create a folder.
  • As a workaround, ask user to reinsert their discs. This is due to how Dumpling needs an disc inserting event at the moment.

dumpling v2.1.1

24 Nov 22:25
Compare
Choose a tag to compare

Changelog

  • Fix disc dumping which I broke in the previous release! I've tested it this time however!
  • Seeprom dumping is also fixed, so the online mode dumping should now work correctly!
  • Dump size scanning is reworked and is no longer required. It'll show the pros and cons of the scanning the dump size before dumping.
  • Dump size scanning is also fixed to scan the correct dumping size, which fixes situations where it incorrectly complains about a lack of space and the overall dumping progress being shown incorrectly.
  • Might be slightly faster for games that have many files.

dumpling v2.1.0

18 Nov 00:56
Compare
Choose a tag to compare

Changelog

  • Integrated Dumpling's own CFW! You no longer need to have started Mocha or Haxchi before running Dumpling!
  • Added otp.bin and seeprom.bin dumping! No longer requires nand dumper to dump additional files for online play!
  • Fixed disc dumping not working for Haxchi users!
  • Disc dumping is made more stable and faster!
  • Can insert and unplug USB sticks while Dumpling is running. Would require restarting Dumpling previously.
  • Added warning that USB stick must use single partition since USB sticks might not be detected otherwise.
  • Removed compatibility files option since Online Dumping option already covers those files.

dumpling v2.0.4

03 Sep 11:18
Compare
Choose a tag to compare

Changelog

  • Fix option menu not showing up in the disc copy menu, so now you can dump your discs to the USB stick.
  • Dump mii files when dumping online files, so now they'll show up properly in online games.
  • Remove some requirements for a complete copy, so Japanese games should dump properly now.
  • Show some extra information when it fails to write to the SD card or USB stick.
  • Show version number in Dumpling itself.

dumpling v2.0.3

20 Aug 10:54
Compare
Choose a tag to compare

Changelog

  • Fix .rpx files from discs not being dumped correctly, causing them to be corrupted.

dumpling v2.0.2

18 Aug 07:18
Compare
Choose a tag to compare

Changelog

  • Fix that the game dumps weren't put into a subdirectory for each game - whoops!
  • Make the start of the dumping process faster.

dumpling v2.0.1

17 Aug 02:41
Compare
Choose a tag to compare

Changelog

  • Fix Haxchi support (actually was tested this time!)
  • Fix DLC dumping

dumpling v2.0

13 Aug 22:51
Compare
Choose a tag to compare

Changelog

Fully reworked from dumpling-classic, there's too many changes to list.
To just list the most important ones:

  • Fixed the super slow transfers, it's now much faster overall. Breath of the Wild updates for example should no longer take an actual eternity!
  • Faster meta parsing resulting in very fast booting times. I bet you won't even see the credits!
  • A new GUI which is much simpler!
  • Just overall more coherency in terms of dumping games.
  • Many QoL improvements!
  • Uses a fully new toolchain called WUT, which should improve the code quality since it allows us to use new features. Only really noticeable in the binary size, which is much smaller.
  • Much improved code structure that was designed from the ground up. Good for future updates to be build upon!