Skip to content

Releases: marcrobledo/RomPatcher.js

v3.2.1

Choose a tag to compare

@marcrobledo marcrobledo released this 04 Nov 21:53
  • added new formats: EBP and BDF
  • added metadata editor when creating EBP and RUP patches
  • updated translations: brazilian portuguese

v3.1

Choose a tag to compare

@marcrobledo marcrobledo released this 02 Nov 11:31

Rom Patcher JS v3.0 marks an important milestone!
The webapp has been rewritten from scratch, providing better, modern and more scalable code.

Changes:

  • total code rewrite
  • added support for Node CLI
  • improved web embedding system
  • fix RUP overflow data
  • fixes for Safari
  • updated translations
  • other smaller fixes

v2.9.1

Choose a tag to compare

@marcrobledo marcrobledo released this 21 Jul 11:09
  • added support for APS (GBA)
  • show expected ROM CRC32/MD5 on screen (if patch supports validation)
  • sort zipped files by name and folder
  • small bugfixes
  • updated translations

v2.7

Choose a tag to compare

@marcrobledo marcrobledo released this 28 Dec 08:10
  • new feature: automatic GB/C and Mega Drive/Genesis ROM header fix

v2.6.2

Choose a tag to compare

@marcrobledo marcrobledo released this 12 Jun 11:31
  • .vcdiff extension support added in all <input type="file">
  • italian translation added
  • french translation improved

v2.6.1

Choose a tag to compare

@marcrobledo marcrobledo released this 17 Apr 17:45
  • new settings screen where user can decide target patched file name
  • light theme
  • added translations: french, german, nederlands, svenka, brazilian portuguese, chinese (simplified), japanese
  • fixed: MD5 hash calculation for >512MB files
  • fixed #34: Safari not working with zip files
  • fixed: UPS truncation bug in some specific cases
  • fixed: IPS not expanding in some specific cases
  • other small QoL changes

2.4

2.4

Choose a tag to compare

@marcrobledo marcrobledo released this 18 Nov 16:44
  • fixed issue #12
  • added german UI translation
  • added language selector (automatic detection isn't compatible with Chromium based browsers)

May 2020 release

Choose a tag to compare

@marcrobledo marcrobledo released this 23 Jun 11:05

2.3 version released

  • IPS patches can now be created if offsets are below format limit
  • rearranged files internally
  • a few bugfixes

2.2b

Choose a tag to compare

@marcrobledo marcrobledo released this 22 Apr 09:13

Fixed some PPF issues

xdelta, RUP, PPF and PMSR update

Choose a tag to compare

@marcrobledo marcrobledo released this 02 Mar 19:42
  • added support for: xdelta (except secondary compressor), RUP, PPF and PMSR (.mod)
  • added zip support
  • added russian translation
  • huge performance improvement!
  • other fixes