Skip to content

v1.5.1 Misc

Latest

Choose a tag to compare

@CodeShellDev CodeShellDev released this 31 Jan 18:31
· 17 commits to main since this release

Well hello, long time no see 📣
Back again, this time with a small misc update, just some things that I thought could be improved.

What's Changed

  • Message Templates are no longer applied on every request and instead are only triggered on /v2/send with method=POST,
    this only affects templates rendering with settings.message.template
  • /v1/about now includes...

    {
        "versions": ["v1", "v2"], 
        "build": 2, 
        "mode": "normal", 
        "version": "0.97", 
        "capabilities": { "v2/send": ["quotes", "mentions"] },
        "secured-signal-api": {
           "version": "1.5.1",
           "auth_required": true
        }
    }
    • auth_required field is set depending on wether any API tokens were set.
    • version is gathered from a built-time env variable (IMAGE_TAG), it is stripped of any leading v,
      but may include additional -rc1

Full Changelog: v1.5.0...v1.5.1

As always,
CodeShell out👋