Skip to content

Releases: AS1100K/bevy-discord

v0.6.0-rc.1

12 Feb 10:42
b4fb4ff
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release

Changed

  • Move all configuration structs to config module

Fixes

  • Disabled unwanted default features for dependencies

Removed

  • http, rich_presence, bot, plugin module

v0.6.0-alpha.3

31 Jan 15:31
354fffa
Compare
Choose a tag to compare
v0.6.0-alpha.3 Pre-release
Pre-release

Added

  • feature docsrs
  • new function implementation in DiscordPluginGroup
  • rich_presence example in README.md

Changed

  • Moved bevy_discord::rich_presence::discord_sdk to bevy_discord::discord_sdk
  • Made Re-exports directly instead of pub use _::* in module

Fixed

  • examples

v0.6.0-alpha.2

23 Jan 12:47
98aab41
Compare
Choose a tag to compare
v0.6.0-alpha.2 Pre-release
Pre-release

Changed

  • Made setup_rich_presence function use tokio's block_on function instead of spawn

    This now ensures tokio runtime is available to discord-sdk crate when initializing Disocrd

Fixed

v0.6.0-alpha.1

06 Jan 13:13
66ebd83
Compare
Choose a tag to compare
v0.6.0-alpha.1 Pre-release
Pre-release

This release note is continued from v0.5 release note

Added

  • rich_presence feature
  • re-export discord-sdk
  • macro send_event_tuple
  • ChannelPlugin
  • ChannelListener
  • DiscordPluginGroup

Changed

  • move bevy_discord::bot::events to bevy_discord::events::bot
  • Refactor BEventCollection to EventCollection and moved it from bevy_discord::bot::common::BEventCollection to bevy_discord::events::EventCollection
  • Update create_event_collection_and_handler macro with refactored items

v0.5.0

30 Nov 05:19
Compare
Choose a tag to compare

Added

  • Added ability to have multiple shards in DiscordBotConfig

Changed

  • Upgraded bevy dependency from 0.14 to 0.15
  • Made macros accessible to crate only - 60df93

Removed

  • Unused macros

v0.5.0-beta.1

28 Nov 15:39
a151043
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

Added

  • Added ability to have multiple shards in DiscordBotConfig

Changed

  • Upgraded bevy dependency from 0.13 to 0.15.0-rc.3
  • Made macros accessible to crate only - 60df93

Removed

  • Unused macros

v0.4.0

08 Nov 16:53
Compare
Choose a tag to compare

Removed

  • webhook module and feature

Changed

  • Add DiscordHttpResource once BReadyEvent is emitted in DiscordBotPlugin
  • Upgraded bevy dependency from 0.13 to 0.14

Added

  • Added Examples to Cargo.toml, so they can be scraped by cargo doc

v0.3.1

31 Oct 15:52
Compare
Choose a tag to compare

For commit history see https://github.com/AS1100K/bevy-discord/tree/v0.3.1

Changed

  • Changed DiscordBotConfig::token type to String #4

v0.3.0

31 Oct 10:19
Compare
Choose a tag to compare

Added

  • Module Http
  • New Examples

Changed

  • Removed Explicit minor versioning of dependencies #3
  • Disabled default features for reqwest #3
  • Improved Documentation
  • Moved bevy_discord::bot::serenity to bevy_discord::serenity

Deprecated

  • module webhook

v0.2.2

13 Oct 13:55
Compare
Choose a tag to compare

Added

  • Documentation regarding crate and various modules, structs and functions

Changed

  • License from GPL-3 to MIT

Fixes

  • Removed Error when the channel is empty