Skip to content

Releases: tippfehlr/activity-roles

v1.16.0

09 Sep 02:22
2e0c855

Choose a tag to compare

Changelog

Features

Bug Fixes

  • add missing @ to mention role (ca87b8f)
  • update to pino 9.6.0 (e0147ee)
  • use same dash for every addActivityRole option (79e1aa7)

Documentation

  • remove sponsor notice & fix french badge (b8428c0)
  • remove funding notice from github (737d9e4)
  • remove donation notice (41b88d1)

v1.15.1

17 Apr 00:30
e74290b

Choose a tag to compare

Changelog

Bug Fixes

v1.15.0

17 Apr 00:21
94a44fa

Choose a tag to compare

Changelog

Features

  • match state & details. Enables matching custom status (9032029)

v1.14.2

07 Apr 12:57
f82c73e

Choose a tag to compare

Changelog

Bug Fixes

  • check if bot has ManageRoles in addDiscordRoleToMember (3990fdb)
  • remove SIGINT handler (b616988)
  • properly update scheduledRoleActions (325d7ae)
  • listroles with removeAfterDays (0e11e01)

Documentation

  • fix line after badges in readme (6ef5c61)

v1.14.1

11 Oct 15:40
eff2e09

Choose a tag to compare

Changelog

Bug Fixes

  • typo in /listroles (96dcb63)
  • use setContext instead of setDMPermission (4079c6b)
  • tell ts that the command isn’t executed in a DM (6fad7b9)
  • catch "Unknown Interaction" errors (46ba2c9)
  • fix activity roles table (04e0726)

v1.14.0

21 Sep 22:05
a4519f5

Choose a tag to compare

Changelog

Features

  • add /reset command (1ea0154)
  • add /deletestatusrole (5ea3c1f)
  • add required role info to /listroles, /requirerole without arguments resets (ef199f9)
  • add removeAfterDays to db & /addActivityRole (2ce0b3c)
  • implement removeAfterDays (9d9a327)

Bug Fixes

  • (release) push latest tag (d70543e)
  • release script fix #2 (603b5e1)
  • disable activityStats for now (92a5f45)
  • allow 2+ activity roles with same activity name but different roles (242324a)
  • catch more errors when executing commands (a1388b5)
  • correct command permissions (eb22769)

v1.13.0

23 Aug 23:18
4e1e054

Choose a tag to compare

Changelog

Features

  • upload commands at application start (844c3b9)
  • ask for MANAGE_ROLES permission on /checkRoles (bccfcaa)
  • display error message when role is below highest bot role in /checkroles (cdca320)

Bug Fixes

  • (approxMemberCount) update guilds with null (4cf26ec)
  • typo (375824b)
  • typo in pnpm run temp-db (32c4346)
  • workaround for (p)npm invoking SIGINT twice on ^C (bf384fe)
  • use presenceUpdate->roleHigherThanBotrole in /addActivityRole (35e9101)

v1.12.5

27 Jun 21:40
2f8ea1b

Choose a tag to compare

Changelog

Features

  • add column approxMemberCount to guilds (21bd8b3)

v1.12.4

24 Jun 09:46
b7e4dd4

Choose a tag to compare

Changelog

Bug Fixes

  • (presenceUpdate) abort early when user is a bot (ed80bef)

v1.12.3

01 May 18:37
7c84fd5

Choose a tag to compare

Changelog

Bug Fixes

  • (/checkroles) check for autorole and requiredRole (8007214)
  • (syncCommands) use process.exit() instead of close() in bot.ts (2c71d82)

Translation

  • (i18n) pull French (d67ebc4)
  • (i18n) pull German translation (1ddfc4c)

Documentation

  • (README) remove newline after badges (ead3bc2)