Skip to content

Releases: bdunderscore/ndmf

1.2.0

07 Oct 12:23
c5b7198
Compare
Choose a tag to compare

Re-released 1.1.1 as 1.2.0 as it contained new APIs (#34). Please use 1.2.0 for version declarations if these new APIs are needed.

Full Changelog: 1.1.1...1.2.0

1.1.1

07 Oct 11:37
d71adf8
Compare
Choose a tag to compare

What's Changed

Added

  • Exposed APIs for finding avatar roots in RuntimeUtil (#34)
  • Support Unity projects without VRCSDK (#50)
    • Note that version compatibility is not guaranteed for non-VRCSDK configurations yet.
  • Add warning when an outdated version of Modular Avatar is installed (#54)

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Oct 12:27
Compare
Choose a tag to compare

What's Changed

  • fix documentation typo by @hogashi in #30
  • ApplyOnPlayGlobalActivator is not always generated correctly by @nekobako in #32
  • ui: add toplevel menu for manual bake by @bdunderscore in #35
  • fix: Time resolution on the plugin sequence display is actually milliseconds by @anatawa12 in #43
  • chore: rename SolverUI.cs -> SolverWindow.cs to preserve editor window location after restarting UnityEditor by @anatawa12 in #42
  • fix: BeforePlugin/AfterPlugin declarations don't work by @bdunderscore in #46
  • feat: support multiple ExportsPlugin declarations by @bdunderscore in #45
  • docs: update versioning policy and README post-1.0 by @bdunderscore in #47

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

26 Sep 11:29
Compare
Choose a tag to compare

Added

  • Added missing license declaration

Fixed

  • Generated assets are not visible on the Project window (#26)
  • Apply on play is not disabled if av3emulator is active on other scene (#28)
  • Avatar names with non-path-safe characters break builds (again) (#18)

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Sep 08:13
Compare
Choose a tag to compare

What's changed

  • fix: VRCSDK destroys IEditorOnly components before NDMF finishes execution

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Sep 07:46
Compare
Choose a tag to compare

This is the initial public release for NDMF.

What's Changed (since 0.4.0)

Full Changelog: 0.4.0...1.0.0

0.4.0

20 Sep 10:20
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Full Changelog: 0.3.0...0.4.0

0.3.0

17 Sep 13:07
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Full Changelog: 0.2.0...0.3.0

0.1.0

03 Sep 13:11
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release.