Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Releases: Kord-Extensions/ext-mappings

Release v1.1.0-RC4

08 Mar 14:05
e41ab9f
Compare
Choose a tag to compare

Mappings Extension: 1.1.0-RC4

Changes since 1.1.0-RC3:

  • Update to KordEx 1.4.0-RC7
  • Configuration is now done using a builder instead of a bunch of extension functions. See
    the README for more information.

Commits (5)

  • e41ab9: 1.1.0-RC4
  • 26bfd2: Update to KordEx RC7, redo configuration
  • 8bcc50: Merge branch 'develop' into root
  • b77bce: Update readme: Fixes #4
  • 80de95: Baaaaaaack to snapshots.

Release v1.1.0-RC3

02 Feb 11:19
8a78af3
Compare
Choose a tag to compare

Mappings Extension: 1.1.0-RC3

Changes since 1.1.0-RC2:

  • Fix a copy-paste error that produced incorrect output for method lookups. Addresses issue #3.

Commits (8)

  • 8a78af: 1.1.0-RC3
  • 5f5408: Fix method names output - Fixes #3
  • 7ae515: Back to snapshots.
  • 98bc7c: Merge remote-tracking branch 'origin/develop' into develop
  • 2a9468: Linting
  • 5a529b: Extra formatting for Plasma
  • eff6eb: Namespace checks, Plasma and Yarrn
  • 0ea6f7: Back to snapshots.

Release v1.1.0-RC2

01 Feb 14:53
319cd34
Compare
Choose a tag to compare

Mappings Extension: 1.1.0-RC2

Changes since 1.1.0-RC2:

  • Add support for Plasma and Yarrn mappings.
  • Add a second set of checks, which operate based on namespaces rather than command names. For more information, please see the README.

Commits (5)

Release v1.1.0-RC1

29 Jan 13:57
0db3428
Compare
Choose a tag to compare

Mappings Extension: 1.1.0-RC1

Changes since 1.0.0-RC4:

  • Update to KordEx RC6.
  • Update to Linkie 1.0.58, which makes Legacy Yarn its own namespace (legacy-yarn) instead of a Yarn channel - this means that it's now configured separately and has its own commands.
  • Allow bot admins to configure extra Yarn channels, allowing them to disable Patchwork.

For more information on the newly-configurable settings, please see the README.


Commits (7)

  • 0db342: Fix release header, again.
  • 9228f7: 1.1.0-RC1
  • f11a79: Actually return after Patchwork error message
  • 5cc8e7: Don't prompt patchwork channel argument if disabled
  • 4c45a2: 1.1.0-SNAPSHOT: Update linkie, split Legacy Yarn, make Patchwork optional
  • 673706: Changelog had wrong version in header
  • 8305c7: Back to snapshots.

Release v1.0.0-RC4

02 Jan 12:26
f44b162
Compare
Choose a tag to compare

Mappings Extension: 1.0.0-RC4

Changes since 1.0.0-RC3:

  • Add a configurable paginator timeout, defaulting to 300 seconds (5 minutes), which should prevent your bot from running out of memory after a while. See the README for more information on how to configure it.

Commits (4)

  • a7be3a: 1.0.0-RC4: Paginator timeout
  • 5d8eea: Actions: Explicitly exit process in Kotlin scripts
  • 4a6af5: Start develop branch with a snapshot (of course)
  • dbe4a9: Actions: Fix deployment based on version name

Release v1.0.0-RC3

01 Jan 11:38
99362a8
Compare
Choose a tag to compare

Mappings Extension: 1.0.0-RC3

Changes since 1.0.0-RC2:

  • Update to Kord Extensions 1.4.0-RC5
  • Switch to using Koin for retrieving the configuration

This is a re-release of 1.0.0-RC3, which has been brought over from the old repository (which is now archived).


Commits (3)

  • 99362a: Add changelog: 1.0.0-RC3
  • 2f1b2e: Bring the mappings extension over
  • 926bff: Initial commit