Releases: vittee/reloc
Releases · vittee/reloc
v0.2.7
v0.2.5
0.2.5 - 2024-11-12
⛰️ Features
- Introduce a new command:
protectto protect yourself from being kicked - (2914ac4) - The
quitcommand is now aware of the guild in which the command is used - (a9afbc9)
🐛 Bug Fixes
- In the
move-rolecommand where administrative roles check was not handled correctly - (71e35a7)
📚 Documentation
- Fix and add the
quitandprotectcommands - (3a58e99)
v0.2.4
0.2.4 - 2024-09-11
⛰️ Features
- Add a new
abort-quitused to abort the deferred quit command - (61ff17e) - Use modal dialog for the
quitcommand and allow it to be deferred - (6fe5480) - Add a new command,
quitused to kick yourself with a reason - (e264ead)
🐛 Bug Fixes
- Update the
annihilatecommand to conform with the new code base - (d3035ac) - Where the
reasonoption for thekickcommand was not marked as required - (681eba3) - Typo in command declaration causing the require options to be ineffective - (b460198)
🚜 Refactor
v0.2.3
0.2.3 - 2024-08-05
⛰️ Features
- The
reasonoption 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
reasonoption as the disconnection reason [no ci] - (1bb0559)
⚙️ Miscellaneous Tasks
- Add TODO Tree extension into devcontainter - (a1c9390)
v0.2.2
0.2.2 - 2024-07-29
⛰️ Features
- Add support for multiple roles in the
move-rolecommand - (7c5ec3f) - Add support for multiple roles in the
kick-rolecommand - (072e13c) - Add support for multiple channels in the
move-allcommand - (3479403) - Add support for multiple channels in the
kick-allcommand - (c439c93) - Add more util functions - (d04aa2e)
🚜 Refactor
- Improve command registration - (2e8475e)
📚 Documentation
- Update documentation - (f2c53d5)
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
0.1.0 - 2024-07-21
⛰️ Features
- Add
marshalcommand, for moving all users into a new voice channel - (4aee3a7) - Add
annihilatecommand, for disconnecting all users from all voice channels - (012e126) - Add
move-rolecommand, for moving all users having a role from voice channels into a new voice channel - (451cd91) - Add
move-allcommand, for moving all users from a voice channel into a new voice channel - (06fd2d4) - Add
kick-rolecommand, 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,annihilateandmarshalcommands - (c5b31ab) - Add a mention to the Bun runtime - (5ae7469)