• v0.2.0 7ab5bf643c

    v0.2.0 Pre-Release

    candifloss released this 2025-01-04 05:16:21 +00:00 | 0 commits to main since this release

    Changes:

    • Fixed serialization of the hints field of notifications.
    • Removed the actions feature. This might be added back after further development.
    Downloads
  • v0.1.1 ca9499db5f

    rson Pre-Release

    candifloss released this 2024-09-22 10:47:54 +00:00 | 26 commits to main since this release

    • Added rson format
    • Added command line option to choose format
      • p : Plain
      • j : json, default
      • r : rson
    • Added command line option for verbose mode
      • v: off by default

    Usage:

    snot [j|r|p] [v]  # mind the order
    
    Downloads
  • v0.1.0 cbf63ab822

    plain-text & json Pre-Release

    candifloss released this 2024-09-21 19:46:28 +00:00 | 32 commits to main since this release

    • Only plain text and json formats are supported.
    • Few unhandled method calls, other formats, etc. are being worked on.
    • No options, flags, or customizability yet
    Downloads