Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:46
fa83051

What's Changed

New: Updates channel navigation

  • Added navigateToUpdatesChannel() in components/UpdateModal.tsx, now exported and called on plugin startup
  • The plugin automatically navigates to the updates channel a few seconds after start so release notes are always in reach

Changed: Discord server is live

  • Support invite updated to discord.gg/MKU8zvHBBJ in constants.ts and the README badges
  • SUPPORT_INVITE_CODE and UPDATES_CHANNEL_ID are now configured to the real server and updates channel

Changed: Release workflow fixes

  • Fixed duplicated release title in the generated release body
  • Aligned YAML indentation and formatted the workflow with prettier

Changed: Version bump

  • PLUGIN_VERSION and package.json: 1.1.0 -> 1.1.1

Removed

  • Nothing removed in this release

Commit: 2737f2efix: finally updated Discord invite link and channel ID because the server is ready