Skip to content

The Revisionator joins the chat

Latest
Compare
Choose a tag to compare
@demonnic demonnic released this 30 May 00:06
· 5 commits to main since this release
bb94c00

Adds

  • Revisionator
    • used to manage running incremental patches for package upgrades
    • keeps track of the currenlty applied patch level using a file
    • only applies patches which are newer than the currently applied patch level any time :migrate() is run
    • :migrate() returns true if patches were applied, false if it was already at the latest patch level
  • SpinBox
    • callBack
      • a function which will be called any time the spinbox's value is adjust.
      • called like mySpinBox.callBack(self.name, value, oldValue)
    • also raises an event with the same parameters. This allows for your choice of how to listen for changes.