Bonsai 2.8.3
What's Changed
🎉 New Features
- Preserve visualizer types across nested sink nodes by @glopesdev in #1751
- Allow script extensions to declare unsafe blocks by @PathogenDavid in #1753
- Modify text visualizer to better handle newlines and unprintable control characters by @PathogenDavid in #1765
- Add support for binding textures directly from a
TextureSequence
by @PathogenDavid in #1770
🐞 Bug Fixes
- Fix workflows run from the command line not exiting upon completion by @PathogenDavid in #1755
- Prevent empty category nodes from being dragged into the workflow by @glopesdev in #1760
- Fix GateInterval not working after the first tick by @PathogenDavid in #1767
- Fixed uncaught exception when XRefMap is invalid by @PathogenDavid in #1785
- Log full exception trace for console bootstrap by @glopesdev in #1805
- Prevent infinite recursion when visualizer mappings of the same node are combined together by @PathogenDavid in #1787
🚀 Performance Improvements
- Avoid rebuilding combinator reset delegate by @glopesdev in #1750
- Enable support for compressed XRefMap from documentation server by @PathogenDavid in #1788
🔧 Engineering
- Move arduino package into separate repository by @glopesdev in #1754
- Update wix toolset version by @glopesdev in #1808
- Update project and item template dependencies by @glopesdev in #1810
📄 Documentation
- Fix typo in Bonsai.Design.Slider documentation by @PathogenDavid in #1752
- Clarify use of cross-correlation for FIR filters by @glopesdev in #1768
New Contributors
- @PathogenDavid made their first contribution in #1752
Full Changelog: 2.8.2...2.8.3