Releases: wneessen/arrgo
Releases · wneessen/arrgo
v0.2.2: Fix nil pointer dereference when using `/compare` in a DM
What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1: Fix a non-positive timer reset error
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0: Add playtime to SoT play summary
What's Changed
Full Changelog: v0.1.9...v0.2.0
v0.1.9: Code cleanup via golangci-lint
This release implements golangci-lint
and fixes all the findings.
What's Changed
- Bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #20
- v0.1.9: Implement golangci-lint and fix all issues by @wneessen in #21
Full Changelog: v0.1.8...v0.1.9
v0.1.8: Dependency update
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #19
Full Changelog: v0.1.7...v0.1.8
v0.1.7: Emissary ledgers
This release adds the /ledger
slash command which fetches the user's global emissary ledger position for the given faction/company in Sea of Thieves.
Noteworthy changes
- e148afb: changes the timer defaults due to too much traffic to the RARE API
- 466fb78: upgrades discordgo to the latest version and adds a "first-run" flag to the CLI
- 9bebc2c: stops announcing play summary, if no values changed
- 19ed9d7: bumps the HTTP client timeout since the RARE API is slow sometimes
- 2913611: puts all timer tasks into their own Go routines
- 432de2d: Bumps zerolog to the latest version
- 3a0d0d0 and be8eb6d: implement the
/ledger
slash command
Daily Deeds
This release introduces the /dailydeeds
slash command.
Deeds are periodically fetched from the SoT event hub and stored in the database. On request the deeds that match the current time are served from the DB