Releases: Anheledir/Honeycomb
Releases · Anheledir/Honeycomb
v0.4.5
v0.4.2
✨ New Features
3a58789
- i18n: Added translation service (PR #63 by @Anheledir)↘️ addresses issue #43 opened by @github-actions
🐛 Bug Fixes
7c46569
- user-module: fixed score argument for profile-activity-rating (commit by @Anheledir)2138780
- increased scaling factor (commit by @Anheledir)9248684
- Added .env files to .gitignore (commit by @Anheledir)
🔧 Chores
08cb282
- Update dependabot.yml (commit by @Anheledir)
v0.4.2-beta
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
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
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
- @dependabot made their first contribution in #36
Full Changelog: v0.3.0...v0.4.0
v0.3.0
✨ 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
65c9f52
- Reduced clutter on info log level (commit by @Anheledir)