Releases: leighmacdonald/tf2bdd
Releases · leighmacdonald/tf2bdd
v1.0.5
v1.0.4
What's Changed
- Dont output unknown command by @leighmacdonald in #11
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add support for db schema migrations by @leighmacdonald in #9
- Support for proof field via !addproof command by @leighmacdonald in #10
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Changelog
- 0032e8e Add .gitattributes
- 5e85693 Add attr counts to !count
- 58ae9bb Add attrs to !check output. Ensure unique attrs
- 7d1a74b Add proxy config
- 9fb81c3 Fix docker build and run example
- 587933b Fix some exports and paths
- 298b87f Fix test path
- 81f90f2 Fix tests import paths
- 38160f4 Make builds reproducible
- 30c4e3a Merge pull request #4 from leighmacdonald/license
- adc602c Merge pull request #5 from leighmacdonald/docker
- c2c9e94 Merge pull request #6 from leighmacdonald/check_attrs
- e8544fb Merge pull request #7 from leighmacdonald/count_sums
- 48d3b5a Merge pull request #8 from leighmacdonald/verifiable
- 6c52116 Replace license with MIT
- d0b198d Set new output path
- 4495cb7 Typo
- 0a8709a Update go build flags
- a1b4fc7 Update layout for verifiable build
- 8b5a93e Update mod_timestamp
- 9c0ed8c Update proxy config
- fa1742b Use -trimpath tool flag
v1.0.1
Changelog
- 43db664 Add message intent note to README.md
- 5e3d4fa Bump deps
- bc43367 Dont overflow on 32bit builds
- 48202f5 Enforce configured exported_attrs
- 475d376 Merge pull request #3 from leighmacdonald/config
- 2bacff2 Replace env based config with a config file. Remove some hardcoded values that were forgotten.
- 0cddd07 Update attrs example
- 4baa5e2 tidy
v1.0.0
Changelog
- 75ea457 Add author/created on meta data
- af1814d Add exploiter tag parse
- c0ac240 Add gh workflow
- ed2d5bd Add goling-ci fixes
- cbfc2f3 Add latest tag for builds
- 24415c0 Add package repo login
- e4bdc8b Add release workflow
- f6ac7ad Add steam format to !steamid
- 2593930 Add update_url + players keys
- 7b4bd48 Added !add command with role checking
- 22ccb00 Added !check command
- 0f494a9 Added !import command. Added modified steamid library for json decoding
- c4b104b Added !steamid command
- 750dbcc Added $schema link
- b9df9e0 Added LogsTF count as a comp history season
- 3396368 Added Makefile
- b93491c Added discord client
- 673d81a Added dockerfile
- 968fc57 Added file_info field
- 4daf1de Added long-term storage for player data. Added !count and !del commands.
- 9b661d4 Added most of comp functionality
- a276ea7 Added profile link to !check
- 9c7486f Added usage instructions
- 2efdf9d Check arg count of command
- 93362c5 Drop external steamid lib references
- 3985c4d Drop logrus, pkg/errors, unused comp history stuff. Flatten structure.
- 610db7a Filter output to cheaters/bots
- 039f609 Fix !count
- e11cd2e Fix cmd len check
- f5acb94 Fix conflicts
- e325101 Fix invalid error on key check. Bump deps. Fix docker build.
- 04ba28b Fix linter issues
- 7b28f7c Fix table creation
- a3b5258 Fix token check
- c862852 Fix valid response from 0 sid request from steam webapi
- 0bed178 Initial working demo
- e32e8f0 Make !count public
- 195dc58 Make !steamid public
- 52d290d Merge branch 'master' of github.com:leighmacdonald/tf2bdd
- 15bfeaf Merge pull request #2 from leighmacdonald/cleanups
- 7395e39 Move bot start and db setup to separate func
- e3aee50 Only build for tagged releases
- b4fed9e Remove App struct. Lots of minor refactoring improvements.
- e79cca0 Return array instead of map
- 21c30d3 Update Dockerfile go version
- c72f92b Update README.md
- afb2fa2 Update docs for release
- 5fa3015 Update tests to function with new structs added. Use in-memory db for tests.
- ab7bea8 Use github.com/ncruces/go-sqlite3 so we can be cgo free. Move clientID to env var
- e7c6ad5 Work on external api queries
- fc461e1 Work on league stuff
- dc90eae change host to raw.githubusercontent.com
- c1810c5 rename package