2022.624.0
Thanks for following along! This is a tagged release (2022.624.0).
What's Changed
- Refactor
TextureStore
to improve nesting support by @frenzibyte in #5240 - Use new static HashData methods for .NET 6+ targets by @turbedi in #5256
- Enable NRT on
IHasCustomTooltip
interface by @peppy in #5260 - Ban usage of
ManualResetEventSlim.Wait()
without a timeout value by @peppy in #5259 - Fix potential exception when calling
FinishTransforms
results in child changes by @peppy in #5257 - Add environment variable flag to cause until steps to never timeout by @peppy in #5262
- Disallow usage of
string.To{Upper,Lower}()
without explicit culture by @bdach in #5261 - Early-return on
GetDescription
/GetLocalisableDescription
if already string type by @frenzibyte in #5263 - Validate transform values before queuing to drawable by @frenzibyte in #5264
- Update c# language version to 9 by @peppy in #5265
Full Changelog: 2022.621.0...2022.624.0