Skip to content

Releases: mattpannella/pupdate

4.2.1 - Fixed bug woops

25 Jan 20:42
8178fad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

New asset archive settings + Jotego Analogizer bug fix

25 Jan 18:48
41f7c04
Compare
Choose a tag to compare
  • Some tweaks to the Jotego Analogizer settings wizard
  • New option to specify exact file names in custom asset archives
    • This includes zip and 7zip support, and a new one_time option. Will allow you to setup core specific asset archives, point at a zip file of a romset, and with one_time flag on, it will download and extract the zip, and then not re-download ever again
  • Added the option to provide your archive.org credentials, to allow pupdate to work with archive.org collections that require authentication to access the files
  • Bug fix for some pocket extras

What's Changed

Full Changelog: 4.1.5...4.2.0

4.1.5 - Bug fix for Analogizer Settings utility

22 Jan 17:23
f0c1a26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.4...4.1.5

4.1.4

12 Dec 02:27
f04dfd9
Compare
Choose a tag to compare
  • Upgraded to .net 9.0
  • New custom archive option

What's Changed

Full Changelog: 3.20.0...4.1.4

4.1.4-beta

05 Dec 03:57
113c32d
Compare
Choose a tag to compare
4.1.4-beta Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0-beta...4.1.4-beta

4.0.0 Beta - Testing .net 9

02 Dec 02:14
7b010ef
Compare
Choose a tag to compare
Pre-release

New options for custom archives
But mainly, this is built on .net 9.0 and i want to have some people test it before i push it to everyone

What's Changed

Full Changelog: 3.20.0...4.0.0-beta

New Custom Archive Type

06 Nov 02:37
4361ca3
Compare
Choose a tag to compare

There is a new type of archive you can configure in your settings, that lets you set up a custom core specific archive with a file extension filter. Can be used to set up, for example, your own archive with a full SNES rom set, and then have pupdate auto-download the set when you run the asset downloader

Example:

{
        "name": "agg23.SNES",
        "type": "core_specific_custom_archive",
        "archive_name": "my-snes-archive",
        "url": "https://www.mycoolsite.net/stuff",
        "index": "index.php",
        "file_extensions": [
          ".smc"
        ],
        "enabled": true
      }

What's Changed

Full Changelog: 3.19.1...3.20.0

Bug Fixes

02 Nov 18:53
ece664f
Compare
Choose a tag to compare

Fixed an issue when installing a core that comes out of beta

What's Changed

Full Changelog: 3.19.0...3.19.1

New Display Modes options

11 Oct 20:18
aa018ed
Compare
Choose a tag to compare
  • Added the ability to reset the display modes back to the core specified list without having to reinstall the core.
  • Added the ability to control the way display modes are added. They can now be merged with the existing core specified list or the core specified list can be overwritten.
  • Added the ability to exclude cores from the display_modes.json file. Specifically for the Spiritualized.GB core not supporting the GB display modes.

What's Changed

Full Changelog: 3.18.0...3.19.0

Sponsor message update and bug fix

24 Sep 22:07
9a9948c
Compare
Choose a tag to compare

What's Changed

  • Better sponsor support randomization by @hallem in #345
  • Forgot a location with the licenses directory casing change by @hallem in #347

Full Changelog: 3.17.0...3.18.0