Skip to content

Releases: Anheledir/Honeycomb

v0.4.5

08 Apr 20:46
Compare
Choose a tag to compare

What's Changed

  • feat: server configurations
  • feat: entity lifecycle handler
  • feat: global events
  • feat: user-achievements
  • feat: Database migrations
  • feat: Easter Event!! 🐰 🐣 🥚
  • ci: architectural tests

Full Changelog: v0.4.2...v0.4.5

v0.4.2

05 Apr 00:00
9248684
Compare
Choose a tag to compare

✨ New Features

  • 3a58789 - i18n: Added translation service (PR #63 by @Anheledir)
    • ↘️ addresses issue #43 opened by @github-actions

🐛 Bug Fixes

🔧 Chores

v0.4.2-beta

27 Mar 21:56
8cb800f
Compare
Choose a tag to compare
v0.4.2-beta Pre-release
Pre-release

What's Changed

  • chore(deps): bump Discord.Net from 3.9.0 to 3.10.0 by @dependabot in #55
  • The updated discord.net library enables missing emojis, used in user profiles
  • chore(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.17.2 to 1.18.1 by @dependabot in #56
  • chore(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #60
  • chore(deps): bump actions/setup-dotnet from 1 to 3 by @dependabot in #57
  • chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #58
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #59

Full Changelog: v0.4.1-beta...v0.4.2-beta

Hotfixes for v0.4.0-beta

26 Mar 16:09
25c9f97
Compare
Choose a tag to compare
Pre-release

Fixes:

  • An error with displaying languages when the user profile property was still null prevented setting profile languages or viewing an unfinished profile.
  • The bot ping command wasn’t responding.

Full Changelog: v0.4.0-beta...v0.4.1-beta

Milestone v0.4

26 Mar 07:32
9668069
Compare
Choose a tag to compare
Milestone v0.4 Pre-release
Pre-release

What's Changed

  • fix: there was a bug with the missing identifier for HCModelBase and … by @Anheledir in #16
  • refactor: Applied the factory pattern and did some code-cleanup by @Anheledir in #29
  • 17 extend the user info command to show last server activity and current activity points collected by @Anheledir in #30
  • chore(deps): bump LiteDB from 5.0.15 to 5.0.16 by @dependabot in #36
  • docu(web): Added a simple website for the bot by @Anheledir in #37
  • Restructured the modules and commands for easier usage by @Anheledir in #38
  • Feature/base module by @Anheledir in #42
  • feat: Added unit testing infrastructure and first bunch of tests by @Anheledir in #46
  • docu: Added ToS and Privacy Policy by @Anheledir in #48
  • chore(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.17.0 to 1.18.1 by @dependabot in #52
  • Feat/user profiles by @Anheledir in #50

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Mar 00:36
2bb9c37
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

✨ New Features

  • 7f385e8 - added PersistenceService to use LiteDB with a local database file or Azure Container (commit by @Anheledir)
  • 2bb9c37 - Added a new ActivityPointsService (PR #15 by @Anheledir)

🐛 Bug Fixes

  • ec7f8f2 - fixed a typo in the conventional commits validation workflow (commit by @Anheledir)

🔧 Chores