Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

v1.18.0

Compare
Choose a tag to compare
@mar10 mar10 released this 26 Aug 18:39
· 22 commits to master since this release
  • [CHANGE] Refactored entry update methods
    • setEntry(cmd, data):
      Clarify that this method resets all attributes not passed in
      data are reset to defaults.

      Also, passing a plain title string as data is deprecated: use setTitle() instead.
    • Add method updateEntry(cmd, data).

      Example: updateEntry("info", {title: "Show info...", enable: false})

      Unlike setEntry(), this method only updates menu attibutes that are
      passed in data, leaving other attributes intact.
    • Add methods getEntry(), getEntryWrapper(), setIcon, setTitle
      (in addition to the existing enableEntry and showEntry).

Commit details.