Skip to content

v3.2.1

Compare
Choose a tag to compare
@mnadareski mnadareski released this 05 Aug 16:40
· 314 commits to master since this release
  • Add nuget packing for processors and contexts
  • Address build warnings for packages
  • Add Linux ARM64 as target by default
  • Fix nuget package naming
  • Forgot to upload packages to release
  • Add osx-arm64 to libraries
  • Better support build matricies
  • Show script settings
  • Add flag values to script settings
  • Enable last runtime by default
  • Update README with new build matricies
  • Remove empty gitmodules
  • Purple
  • Separate themes into own namespace and files
  • Seal all theme classes
  • Add preliminary MPF.CLI
  • Add CLI build status to README
  • Add CLI information to README
  • Save default config values for CLI
  • Allow custom parameters for CLI
  • Load options before anything else
  • Dispose of stream when creating config
  • Try to make config safer for CLI
  • Blindly assume the path exists
  • Add CLI status output on runtime
  • Ensure tracks are assigned in Aaru
  • Custom theme colors
  • Use speed for CLI from configuration
  • Fix minimum number of args checks
  • Move GetDefaultSpeedForMediaType to common location
  • Move some Check-specific methods
  • Add some custom CLI parameters
  • Try out custom options classes
  • Simplify custom parameters warning
  • Fix CLI help text alignment
  • Bring Check and CLI in parity with param processing
  • Remove now-unncessary names
  • Don't set MediaType if parameters ambiguous
  • Fix parameters after extension change
  • Fix logic for deducing region from PlayStation ISN (JohnVeness)
  • Fix broken test logic
  • Remove RedumpLib tests
  • Change to generic wording in report (JohnVeness)
  • Add include artifacts flag for check, sanitize options
  • Remove old --protect-file mentions (JohnVeness)
  • Update RedumpLib to 1.4.1
  • Enable loading seed JSON (Deterous)