Skip to content

Releases: Amelia-chan/Amelia

v2.0.3

10 Oct 02:30
5a9aad7
Compare
Choose a tag to compare
change: return empty build date and list instead of null for no last …

v2.0.2

10 Oct 02:27
94cf7a1
Compare
Choose a tag to compare
change: ignore empty last build dates

v2.0.1

10 Oct 02:17
09520af
Compare
Choose a tag to compare
change: update `burp.toml`

Amelia Luminous

21 Jul 09:51
1623b09
Compare
Choose a tag to compare

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

28 Aug 01:46
08dea37
Compare
Choose a tag to compare
Pre-release
[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

25 Aug 21:38
4d2fd33
Compare
Choose a tag to compare

This update upgrades Javacord SNAPSHOT to fix a critical Interaction handling bug.

Amelia 1.16

25 Aug 20:57
0a6366b
Compare
Choose a tag to compare

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

25 Aug 21:27
ae77167
Compare
Choose a tag to compare
Pre-release
amelia-build-ae77167

[RELEASE] GitHub best IDE.

Amelia - Twins of Water

21 Jun 20:38
be794ec
Compare
Choose a tag to compare

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.

07 Jun 21:47
da4f7a7
Compare
Choose a tag to compare

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.