Skip to content

v0.2.0

Compare
Choose a tag to compare
@JulianVennen JulianVennen released this 13 Apr 19:03
· 1236 commits to master since this release
9acd26a

Changes

  • Better Argument splitting
    You can use quotes (" or ') around a string to parse it as a single argument. Previously this caused some weird behavior when using words like "don't" where it would remove the apostrophe. The new split function now requires a space before beginning a quote and only ends it when the quote is followed by another space or the end of the message.
  • Google cloud logging support
  • Refactor unlock command