Skip to content

1.3.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 10:21
· 115 commits to main since this release
1b3ee57

What's Changed

Added

  • Made some SimpleError APIs virtual (#104)
  • Exposed SafeSubst and SafeSubstByKey on SimpleError (#104)
  • Added support for passing IEnumerable as context objects for inline errors (#106)
  • Added support for a custom IErrorContext object to pass multiple context objects (#106)
  • Added support for substituting keys in the error title (#106)
  • Exposed the qualified name variant of Sequence.BeforePass (#109)

Fixed

  • Language selection is not persisted across Unity Editor restarts or domain reloads (#108)
  • Exceptions leaking out of language change callbacks break subsequent callbacks (#103)
  • Deregistering a language change callback while callbacks are running could skip executing some callbacks (#103)
  • .po files don't fall back correctly (#107)

Changed

  • The error report window now responds to selection change events (#110)

Full Changelog: 1.3.0-rc.0...1.3.0-rc.1