Skip to content

v1.1.0

Compare
Choose a tag to compare
@geluk geluk released this 03 Nov 16:25

New features

  • Emoji codes in webhook content will now be rendered to their emoji equivalents by default (e.g. :smile: -> 😄). This feature can be switched off by adding ?ignore_emoji to the webhook query string.
  • Formatting API: Added ifNotEmpty(), parens(), braces() and brackets()
  • Formatting API: documentation added for all functions

Changes

  • Updated the dockerfile base image from node:16-buster to node:current-bullseye-slim
  • Errors caused by plugins now generate clearer error messages
  • Plugin loading logic has been made more robust
  • Formatting API: the ol() and ul() formatting functions now accept multiple arguments
  • Updated various dependencies to their latest version

Bugfixes

  • HTML formatting in webhooks was not fully implemented yet. It works as expected now.
  • Gitea plugin: the secret and internal_tracker fields are not always sent, so it is now treated as optional.
  • Fixed an issue preventing the database from being initialised when using SQLite
  • The tar.gz release no longer contains a . directory at the root level