Skip to content

Releases: mattpannella/pupdate

4.3.1 Bug fixes

05 Feb 15:10
18ee525
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

4.3.0 New Analogizer options, bug fixes

05 Feb 00:10
ad67523
Compare
Choose a tag to compare
  • Integrated @RndMnkIII 's Analogizer setup wizard, that is used by all of his cores (https://github.com/RndMnkIII/AnalogizerConfigurator/tree/main)
    • It can be run via the main menu or directly on the command line like this pupdate analogizer-setup (or run pupdate analogizer-setup -j to run the wizard for Jotego's cores)
  • There is a new setting in options to allow you to hide all of the Analogizer variant cores, if you just don't want to see them because you don't own one
  • There should now be a legacy .net 7 build for macOS, to allow people with older macs to run pupdate without issues hopefully. These builds will not auto update themselves, but you can get updates on this github repo when they release.'
  • Fixed palette and image pack downloads

What's Changed

Full Changelog: 4.2.1...4.3.0

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