Releases: Amelia-chan/Amelia
v2.0.3
v2.0.2
change: ignore empty last build dates
v2.0.1
change: update `burp.toml`
Amelia Luminous
What's Changed
- Luminous Amelia by @ShindouMihou in #17
- Removes full support for message commands.
- Adds full (or improvised) support for slash commands with the use of Nexus.
- Removes in-memory caching for data stored in the database.
- Removes trending notifications.
- Removes custom formats per server.
- Adds support for Kotlin.
- Rewrites most of her code into Kotlin to provide better maintainability and code.
- Improves database queries to provide superior speeds and less waste.
- Makes
unique
field in Feed database structure from Long (int64) to Int (int32) to save on wasted space. - Removes unused and heavy dependencies and code.
- Rewrites the RSS Reader code to be better and cleaner.
Full Changelog: amelia-build-08dea37...v2.0.0-luminous
Amelia - Build 08dea37
[RELEASE] Use Mana's monkey-patched Javacord. This is because OSS is somehow stuck when downloading the dependency (FOR SOME REASON)
Amelia - 1.16.1
This update upgrades Javacord SNAPSHOT to fix a critical Interaction handling bug.
Amelia 1.16
This update adds the following:
- All commands now support slash commands.
- Beautified messages (and easier to change messages for devs).
- Massive performance improvements after some unnecessary method calls and revamps.
- And many more change (like new
ping
command, etc).
Amelia - Build ae77167
amelia-build-ae77167 [RELEASE] GitHub best IDE.
Amelia - Twins of Water
What does this fix?
This patch fixes the following issues:
- Deleted roles will no longer show up as [Vanished Roles] and are removed.
- The
test
command is now fixed.
How to install?
Please read the last patch (Amelia: Twins of Water) for instructions or read the README.txt file. If you are looking to update the bot then simply replace the Amelia.jar
with the one below. (As there was no update for the websocket, we are not including it on the releases).
Amelia - Twins of Water.
Amelia, Twins of Water.
This version is a major change of Amelia which separates the Discord bot process and the processing process which handles all the notifications, etc.
- Amelia Websocket
The websocket takes over almost all processing from Amelia (mainly the feed updates and trending notifications) and separates itself to another process, allowing better rolling updates and maintainability. - Amelia Client
The client handles the Discord side of things, for example, receiving user inputs to the database and saving them to the database or receiving payloads from the websocket and relaying it to Discord like for example, RSS feed updates or trending notifications.
Installation
You can find the installation of both clients on their respective repositories or a unified one on this repository's readme.