Releases: mattpannella/pupdate
4.2.1 - Fixed bug woops
New asset archive settings + Jotego Analogizer bug fix
- 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 withone_time
flag on, it will download and extract the zip, and then not re-download ever again
- This includes zip and 7zip support, and a new
- 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
- Fixed an issue with installing some extras by @hallem in #375
- Fix Analogizer JT crtcfg.bin generation by @RndMnkIII in #379
- allow specific file names in archives by @mattpannella in #373
Full Changelog: 4.1.5...4.2.0
4.1.5 - Bug fix for Analogizer Settings utility
What's Changed
- Fix AnalogizerSettingsService.cs by @RndMnkIII in #377
New Contributors
- @RndMnkIII made their first contribution in #377
Full Changelog: 4.1.4...4.1.5
4.1.4
- Upgraded to .net 9.0
- New custom archive option
What's Changed
- Update blacklist by @davewongillies in #359
- New "one time" archives and 7z support by @mattpannella in #362
- debugging messages by @mattpannella in #364
- dont trim linux builds by @mattpannella in #365
Full Changelog: 3.20.0...4.1.4
4.1.4-beta
What's Changed
- debugging messages by @mattpannella in #364
- dont trim linux builds by @mattpannella in #365
- workflow fixes by @mattpannella in #366
- i'm an idiot by @mattpannella in #367
- removed trim from csproj file by @mattpannella in #368
- try again i guess by @mattpannella in #369
- try again i guess by @mattpannella in #370
- oh im an idiot by @mattpannella in #371
Full Changelog: 4.0.0-beta...4.1.4-beta
4.0.0 Beta - Testing .net 9
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
- Update blacklist by @davewongillies in #359
- New "one time" archives and 7z support by @mattpannella in #362
Full Changelog: 3.20.0...4.0.0-beta
New Custom Archive Type
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
- Core specific custom archive by @mattpannella in #358
Full Changelog: 3.19.1...3.20.0
Bug Fixes
Fixed an issue when installing a core that comes out of beta
What's Changed
- Updaters json license bug fix by @mattpannella in #357
Full Changelog: 3.19.0...3.19.1
New Display Modes options
- 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
- Display Modes Updates by @hallem in #349
- get license filename from inventory api by @mattpannella in #350
Full Changelog: 3.18.0...3.19.0
Sponsor message update and bug fix
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