RuiNtD / SVRichPresence

Discord Rich Presence for Stardew Valley
https://www.nexusmods.com/stardewvalley/mods/2156
MIT License
14 stars 4 forks source link

Bump Pathoschild.Stardew.ModBuildConfig from 4.2.0 to 4.3.0 #50

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 1 month ago

Bumps Pathoschild.Stardew.ModBuildConfig from 4.2.0 to 4.3.0.

Changelog

Sourced from Pathoschild.Stardew.ModBuildConfig's changelog.

README

Release notes

Upcoming release

  • For players:

    • Updated for Stardew Valley 1.6.9.
    • SMAPI now auto-detects missing or modified content files, and logs a warning if found.
    • SMAPI now uses iTerm2 on macOS if it's installed (thanks to yinxiangshi!).
    • SMAPI now enables GameMode on Linux if it's installed (thanks to noah1510!).
    • SMAPI now anonymizes paths containing your home path (thanks to AnotherPillow!).
    • Removed confusing "Found X mods with warnings:" log message.
    • The installer on Linux now tries to open a terminal if needed (thanks to HoodedDeath!).
    • Fixed installer not detecting Linux Flatpak install paths.
    • Fixed content issues for non-English players in recent builds (e.g. content packs not detecting the current festival correctly).
    • Fixed dependencies on obsolete redundant mods not ignored in some cases.
    • Fixed issues in Console Commands:
      • Fixed list_items & player_add not handling dried items, pickled forage, smoked fish, and specific bait correctly.
      • Fixed list_items & player_add listing some flooring & wallpaper items twice.
      • Fixed show_data_files & show_game_files no longer working correctly (thanks to jakerosado!).
    • Fixed some mod overlays mispositioned when your UI scale is non-100% and zoom level is 100%.
    • Fixed incorrect 'direct console access' warnings.
    • Updated mod compatibility list.
  • For mod authors:

    • Added support for private assembly references (thanks to Shockah!).
    • Added support for i18n subfolders (thanks to spacechase0!).
    • Added DoesAssetExist methods to helper.GameContent and helper.ModContent (thanks to KhloeLeclair!).
    • Added scroll wheel suppression via helper.Input.SuppressScrollWheel() (thanks to MercuriusXeno!).
    • Added PathUtilities.AnonymizePathForDisplay to anonymize home paths (thanks to AnotherPillow!).
    • Added asset propagation for Data/ChairTiles.
    • Added parameter docs to event interfaces. This lets you fully document your event handlers like /// <inheritdoc cref="IGameLoopEvents.SaveLoaded" />.
    • Updated dependencies, including FluentHttpClient 4.3.0 → 4.4.0 (see changes) and Pintail 2.3.0 → 2.4.2 (see changes).
    • The SMAPI log now includes the assembly version of each loaded mod (thanks to spacechase0!).
    • Fixed content.Load ignoring language override in recent versions.
    • Fixed player sprites and building paint masks not always propagated on change.
  • For the update check server:

    • Rewrote update checks for mods on CurseForge and ModDrop to use new export API endpoints.
      This should result in much faster update checks for those sites, and less chance of update-check errors when their servers are under heavy load.
    • Added workaround for CurseForge auto-syncing prerelease versions with an invalid version number.
  • For the log parser:

    • Clicking a checkbox in the mod list now always only changes that checkbox, to allow hiding a single mod.
    • Fixed the wrong game folder path shown if the Mods folder path was customized.
  • For the JSON validator:

    • Updated for Content Patcher 2.1.0 – 2.3.0, and fixed validation for Priority fields.
    • Fixed incorrect errors shown for..
      • some valid Entries, Fields, MapProperties, MapTiles, and When field values;
      • CustomLocations entries which use the new unique string ID format;

... (truncated)

Commits
  • 66d9e82 prepare for mod build package release
  • 1ce878a remove HTML in mod package README
  • 76666d9 add param docs to event interfaces
  • d9a46f6 update for load-game changes in 1.6.9 build 24277
  • e2d3ffb update package instructions
  • 2e99cd5 fix installer publish on Linux/macOS
  • 123dca8 update rewriters for 1.6.9
  • 608c8fa Merge pull request #940 from abhiaagarwal/arbitrary_files_modbuild
  • a8c9372 tweak mod file manager naming
  • 1effd1b minor refactoring
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 days ago

Superseded by #51.