Skip to content

Releases: vittee/reloc

v0.2.7

15 Nov 09:58
173731b

Choose a tag to compare

0.2.7 - 2024-11-15

🐛 Bug Fixes

  • protection.expries is mistakenly set - (173731b)

v0.2.5

12 Nov 18:21
72c874b

Choose a tag to compare

0.2.5 - 2024-11-12

⛰️ Features

  • Introduce a new command: protect to protect yourself from being kicked - (2914ac4)
  • The quit command is now aware of the guild in which the command is used - (a9afbc9)

🐛 Bug Fixes

  • In the move-role command where administrative roles check was not handled correctly - (71e35a7)

📚 Documentation

  • Fix and add the quit and protect commands - (3a58e99)

v0.2.4

11 Sep 13:28
654602a

Choose a tag to compare

0.2.4 - 2024-09-11

⛰️ Features

  • Add a new abort-quit used to abort the deferred quit command - (61ff17e)
  • Use modal dialog for the quit command and allow it to be deferred - (6fe5480)
  • Add a new command, quit used to kick yourself with a reason - (e264ead)

🐛 Bug Fixes

  • Update the annihilate command to conform with the new code base - (d3035ac)
  • Where the reason option for the kick command was not marked as required - (681eba3)
  • Typo in command declaration causing the require options to be ineffective - (b460198)

🚜 Refactor

  • Update code base to support modal submit interaction - (59ba889)
  • Improve command registration validation - (75d7c60)
  • Improve the error message for the kick command - (41189cb)

v0.2.3

05 Aug 11:49
2e463ef

Choose a tag to compare

0.2.3 - 2024-08-05

⛰️ Features

  • The reason option is now mandatory for all kick commands - (1c819b8)
  • Automatically sort command options when register a command, where the required options come first - (3ab4ad1)

🚜 Refactor

  • Use reason option as the disconnection reason [no ci] - (1bb0559)

⚙️ Miscellaneous Tasks

  • Add TODO Tree extension into devcontainter - (a1c9390)

v0.2.2

29 Jul 19:59
6c80781

Choose a tag to compare

0.2.2 - 2024-07-29

⛰️ Features

  • Add support for multiple roles in the move-role command - (7c5ec3f)
  • Add support for multiple roles in the kick-role command - (072e13c)
  • Add support for multiple channels in the move-all command - (3479403)
  • Add support for multiple channels in the kick-all command - (c439c93)
  • Add more util functions - (d04aa2e)

🚜 Refactor

  • Improve command registration - (2e8475e)

📚 Documentation

v0.2.1

25 Jul 14:53
b8f877b

Choose a tag to compare

0.2.1 - 2024-07-25

⛰️ Features

  • Add a new reason option for all kick/disconnect commands - (603587d)

🚜 Refactor

  • Fetch channel where possible - (7d4c832)

📚 Documentation

  • Add new commands and options - (efdae06)

v0.2.0

24 Jul 16:13
7fdb489

Choose a tag to compare

0.2.0 - 2024-07-24

⛰️ Features

  • Add move command, for moving up to 10 users into a new voice channel - (fbc39ac)
  • Add kick command, for disconnecting up to 10 users - (5f6ade5)

🚜 Refactor

  • Simplify some expressions - (93cf9fc)

v0.1.2

23 Jul 15:45
2afa6fd

Choose a tag to compare

0.1.2 - 2024-07-23

⛰️ Features

  • Kicking an administrative role also require an administrative permission - (aa0853b)

🚜 Refactor

  • Fetch role object from the role option - (2fe3b34)

v0.1.1

22 Jul 17:38
4feb310

Choose a tag to compare

0.1.1 - 2024-07-22

⛰️ Features

  • Add a permissions guard, command issuer must have at least MOVE_MEMBERS permission - (635dc5f)

v0.1.0

21 Jul 19:12
189696e

Choose a tag to compare

0.1.0 - 2024-07-21

⛰️ Features

  • Add marshal command, for moving all users into a new voice channel - (4aee3a7)
  • Add annihilate command, for disconnecting all users from all voice channels - (012e126)
  • Add move-role command, for moving all users having a role from voice channels into a new voice channel - (451cd91)
  • Add move-all command, for moving all users from a voice channel into a new voice channel - (06fd2d4)
  • Add kick-role command, for disconnecting all users having a role from voice channels - (76726b5)
  • Channel members are now sorted by their priority while being moved/disconnected - (d7a8a8d)
  • Mention multiple users per line instead of just one user per line - (66d6d58)

🚜 Refactor

  • Add error logging on failure while moving channel members - (3f18f06)
  • Add pluralize - (f704cc3)
  • Add catch-all error handlers - (57a3dc8)
  • Improve start up message - (04b14ea)
  • Add lodash - (1aa5150)

📚 Documentation

  • Add kick-role, move-all, move-role, annihilate and marshal commands - (c5b31ab)
  • Add a mention to the Bun runtime - (5ae7469)

⚙️ Miscellaneous Tasks

  • Update base Docker image - (35531c0)
  • Remove building image for SHA metadata - (9d5889f)