Skip to content

Add proper version support, dumb punctuation, help URL, first run/last run version

Compare
Choose a tag to compare
@deanishe deanishe released this 21 Dec 16:56
· 278 commits to master since this release

Now with real version support

  • #44: help_url for URL link to help/support page. Shown in error logs and via workflow:help magic arg. Docs.
  • #21: Workflow.dumbify_punctuation() replaces curly and other exotic quotes, n- and m-dashes with ASCII equivalents. Docs.
  • #30: Turn automatic update checks off/on with workflow:noautoupdate and workflow:autoupdate. Docs.
  • #32: Change magic arg prefix (Workflow.magic_prefix) and editing, augmenting of built-in magic args. Docs.
  • #40: Proper semantic version support. First run/last run version support to enable bootstrapping/migration. Docs.
  • New magic args. Docs.
    • workflow:magic lists all available magic args.
    • workflow:help opens help_url in default browser (if set).
    • workflow:version displays version of installed workflow (if set).