Skip to content

v3.4.9

Choose a tag to compare

@zachmoody zachmoody released this 27 Nov 00:20
· 545 commits to master since this release
ad921bc
  • Fixes #94 where users were unable to use .append() to add a tag. This converts tag lists to a set and back to a list when serialize() is called so we don't send an update when we append a tag that's already there.