Skip to content

v0.2.0

Choose a tag to compare

@BlueManCZ BlueManCZ released this 26 Mar 19:34
a56d6e5

Breaking changes

  • get_styles_for() / Animations.get_styles() return type — now returns tuple[str, ...] instead of list[str], matching the immutable nature of animation style data

Improvements

  • Deduplicated color conversion — extracted shared _extract_value() method, eliminating duplicated ARGB-to-hex logic between _read_ipc() and get_live()
  • Immutable animation constantsANIMATION_TREE, style lists, and flattened tree entries now use tuples instead of lists, preventing accidental mutation of module-level data