Skip to content

v4.1.0

Compare
Choose a tag to compare
@0b5vr 0b5vr released this 15 Dec 12:28
· 87 commits to dev since this release

v4.0.3...v4.1.0
Milestone
https://github.com/FMS-Cat/automaton/tree/v4.1.0

Automaton "Windy Fairy" Edition
https://youtu.be/XUuR8FRUG_E


🚨 BREAKING CHANGES 🚨

  • #108: core gui Removed Channel.update()
    • I expect no one have been used this function ever though

✨ New Features

  • #109: gui Make curve unique
    • Shoutouts to Image-Line

πŸ’ͺ Performance Improvements

  • #111: gui DopeSheet, Hide out-of-screen items
    • Greatly improve its performance when there are a lot of channels and items (still slow though)

πŸ’‘ Behavior Changes

  • #101: gui More shorter interval between gridlines on beat snap
  • #103: gui It will now create handles only when there are handles on surrounded nodes
    • Because I'm too lazy to remove handles
  • #104: gui Make many things aware of channel orders
    • Duplicate Channel, Rename Channel, and history commands of channel manipulations
  • #108: core gui It now applies updates of each channels in chronological order
    • It is now okay to call auto() in event listeners