Releases: mattpannella/pupdate
4.3.1 Bug fixes
What's Changed
- Fixed output path for analogizer.bin configuration file and another minor changes by @RndMnkIII in #390
- bump version by @mattpannella in #391
Full Changelog: 4.3.0...4.3.1
4.3.0 New Analogizer options, bug fixes
- 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 runpupdate analogizer-setup -j
to run the wizard for Jotego's cores)
- It can be run via the main menu or directly on the command line like this
- 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
- hide analogizer variant cores by @mattpannella in #385
- Bugfixes and cleanup by @hallem in #384
- integrated RndMnkIII's analogizer settings wizard by @mattpannella in #386
- fix legacy build workflow by @mattpannella in #387
- sigh by @mattpannella in #388
Full Changelog: 4.2.1...4.3.0
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