Skip to content

v23.1.2

Choose a tag to compare

@Byron Byron released this 11 Mar 20:27
· 89 commits to main since this release
c15f8db

Bug Fixes

  • line renderer now properly detects changes.
    Previously change-detection was implemented based on the assumption that
    the progress tree is copied entirely. Now, however, the interesting values
    are shared.

    The change-detection was adjusted to keep the state's hash of the most recent
    drawing, instead of doing everything in line, which saves time hashing as well.

Commit Statistics

  • 1 commit contributed to the release.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Line renderer now properly detects changes. (7966f79)