Releases: luphoria/graim
Releases · luphoria/graim
Release v1.2.3
Release v1.2.2
v1.2.2 patches release 1.2.1 with a few new additions and patches.
Additions
lint
command. Simply run;lint
in any room/channel, and graim will report back any misconfigurations in your setup! (#17)- graim will automatically join every room in a space you invite it to!
Fixes
- typos exterminated
deleteuser
works as expected again- no longer crashes if supplied nonexistent channel
- fixed parsing of Discord IDs, now that new IDs are 19 characters instead of 18 characters (#19)
Release v1.2.1
Additions
- Logging room/channel (the bot can now log moderators' actions more visibly than in feed/audit log)!
-
- To use the logging room, create a Discord channel and matrix room for the logging. Then, after making sure it is bridged and graim is invited, run the command
setloggingroom
. From then on, all moderator actions will be automatically logged! 🙂
- To use the logging room, create a Discord channel and matrix room for the logging. Then, after making sure it is bridged and graim is invited, run the command
- You no longer need to be a matrix user to run
adduser
Updates
whosent
heavily improved-
- Thanks to a pull request from InfoWars, it now additionally searches by display name!
-
- The sanitization is now much cleaner and should make almost any query no longer fail
- You can now configure the log level in the console from default.yml
- Much prettier and accurate text responses (i.e. using MentionPill for users mentioned)
- You can now run
lookupUser
with a Discord snowflake ID
Fixes
Too many to list! Here are some highlights:
v1.1.3 Patch Release
This version of graim includes one semi-major fix:
- Fix unlock bridge (cfcd45f)
v1.1.2 patch release
v1.1.2 patches release 1.1.1 with a minor fix:
- Fix crash in
lock
andunlock
v1.1.1 patch release
v1.1.1 patches release 1.1.0 with a few minor fixes:
- Fix crashes in
lock
andunlock
- Automagically sync db if it does not include core components
v1.1.0 release
Graim v1.1.0 is here, hooray!
New
clearstrikes
(#4)lock
andunlock
(#8)bridgeroom
andunbridgeroom
(forlock
andunlock
, will also make other commands easier to implement in the future)
Fixed
TODO
- Purge user messages (#3)
- More receptiveness on non-fatal failed commands (#6)
- Harden
lock
andunlock
from potential crashes - More bug fixes!
Enjoy :)