nss_pinboard
nss_pinboard v1.1.3 available:
- Add optional new config attribute Config.DiscordWebhook.webhook_url_new for only new pinboard notifications.
- Add optional new config attribute Config.DiscordWebhook.anonymous_new which hides the character name for webhook_url_new notifications. This have no effect to webhook_url notifications.
- Add optional new config attribute Config.DiscordWebhook.webhook_url_removed for only removed pinboard notifications.
- Add optional new config attribute Config.DiscordWebhook.anonymous_remover which hides the character name for webhook_url_removed notifications. This have no effect to webhook_url notifications.
- Change config attribute Config.DiscordWebhook.webhook_url to be optional. It still sends all types of notifications to the same webhook but all authors and removers are not anonymous.
- Add new translation discord_anonymous_user for anonymous characters for webhook_url_new and webhook_url_removed notifications.
- Moved changelog from README.md to CHANGELOG.md.
What must be considered during the update?
- Check the new config attributes in config.demo.lua and adapt your config.lua.
- Check the language files for the new translation key.