Releases: ddivad195/keeper
Releases · ddivad195/keeper
Version 1.9.2
Version 1.9.1
Release with the following changes:
Upates:
- Remove command recommendations.
- Rest
EntitySupplyStrategy
to use the default from DiscordKT.
Version 1.9.0
Release with the following changes:
Upates:
- Update to latest DiscordKT Snapshot.
- Cleanup commands and remove
OperationCommands
category. - Remove all remaining text commands / conversations.
- Remove unneccessary configuration options (
prefix
,role
). - Cleanup code and remove things that are now default parts of DiscordKT.
Version 1.8.0
Release with the following changes:
Upates:
- Update to latest DiscordKT Snapshot.
- Remove Permissions code and update to add support for Discord's new Slash Command Permissions.
Version 1.7.0
Release with the following features:
Upates:
- Update to latest DiscordKT Snapshot.
- Update message commands to slash commands.
Features:
- Implement new DiscordKT permission system for all commands.
- Add ephemeral response to notify users to enable DMs if they try to bookmark while they're disabled.
- Add better logging.
Version 1.6.0
Release with the following features:
Upates:
- Update to latest DiscordKT Snapshot.
Features:
- Add new command (
/bookmark
) to allow messages to be bookmarked as well as the reaction. - Added
Bookmark
message application to allow messages to be bookmarked using /bookmark from the message context menu.
Version 1.3.1
Release with the following features:
- Fix message author to be the author of the saved message instead of the user that reacted to the message.
Version 1.3.0
Release 1.3.0
Release with the following features:
- Update to latest DiscordKt version and change from JDA to Kord.
- Update embed format, to save images if there was an image in the saved message.
- Update Docker Compose config to pull Docker image from DockerHub.