Skip to content

1.6.3

Compare
Choose a tag to compare
@CyanSalt CyanSalt released this 06 Jan 06:39
· 123 commits to master since this release

Changes

  • Change animation of items and their note
    • Now the animation is run with JavaScript Animation API, so that the distance of expanding and shrinking can be confirmed with the clientHeight of element
    • Breaking Changes for Customization: To disable the animation, you can add custom CSS property just like:
      .list li { --animation: none; }
  • Printing (with printer or to PDF file) is now supported. The shortcut is Command/Ctrl + P.
  • Stylesheet now will be extracted to one single file when compiled to improve performance.
  • Fix bug of sequential updating of permanent list.
  • Fix bug of maximize button when clicking system context menu.