Releases: stnokott/r6-dissect-influx
Releases · stnokott/r6-dissect-influx
v0.5.2
Changelog
Features
- feat: add popup with Influx push error msg (@stnokott)
Pipeline
- ci(Sonarcloud): pass version to Sonar Scanner (#112) (@stnokott)
- ci(Sonarcloud): pass version to Sonar Scanner (@stnokott)
- ci: cache npm (@stnokott)
- ci: fix npm cache file path (@stnokott)
- ci: use different action for fetching latest tag (@stnokott)
Others
- build(deps): bump @carbon/layout from 11.12.0 to 11.13.0 in /frontend (#108) (@dependabot[bot])
- build(deps): bump @carbon/themes from 11.17.0 to 11.18.0 in /frontend (#107) (@dependabot[bot])
- build(deps): bump actions/checkout from 3.5.0 to 3.5.1 (#104) (@dependabot[bot])
- build(deps): bump actions/checkout from 3.5.1 to 3.5.2 (#105) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.6.1 to 5.6.2 (#125) (@dependabot[bot])
- build(deps): bump github.com/ncruces/zenity from 0.10.6 to 0.10.7 (#103) (@dependabot[bot])
- build(deps): bump github.com/ncruces/zenity from 0.10.7 to 0.10.8 (#114) (@dependabot[bot])
- build(deps): bump github.com/redraskal/r6-dissect to 0.14.0 (@stnokott)
- build(deps): bump github.com/rs/zerolog from 1.29.0 to 1.29.1 (#106) (@dependabot[bot])
- build(deps): bump github.com/wailsapp/wails/v2 to v2.6.0 (@stnokott)
- build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#130) (@dependabot[bot])
- build(deps): bump marked from 4.3.0 to 5.0.0 in /frontend (#126) (@dependabot[bot])
- build(deps): bump reviewdog/action-golangci-lint from 2.2.2 to 2.3.0 (#124) (@dependabot[bot])
- build(deps-dev): bump @sveltejs/vite-plugin-svelte in /frontend (#115) (@dependabot[bot])
- build(deps-dev): bump @sveltejs/vite-plugin-svelte in /frontend (#119) (@dependabot[bot])
- build(deps-dev): bump @sveltejs/vite-plugin-svelte in /frontend (#194) (@dependabot[bot])
- build(deps-dev): bump carbon-preprocess-svelte in /frontend (#195) (@dependabot[bot])
- build(deps-dev): bump cypress from 12.10.0 to 12.11.0 in /frontend (#123) (@dependabot[bot])
- build(deps-dev): bump cypress from 12.9.0 to 12.10.0 in /frontend (#109) (@dependabot[bot])
- build(deps-dev): bump sass from 1.61.0 to 1.62.0 in /frontend (#102) (@dependabot[bot])
- build(deps-dev): bump sass from 1.62.0 to 1.62.1 in /frontend (#121) (@dependabot[bot])
- build(deps-dev): bump svelte from 3.58.0 to 3.59.2 in /frontend (#198) (@dependabot[bot])
- build(deps-dev): bump tslib from 2.5.0 to 2.6.2 in /frontend (#197) (@dependabot[bot])
- build(deps-dev): bump typescript from 5.0.4 to 5.2.2 in /frontend (#196) (@dependabot[bot])
- build(deps-dev): bump vite from 4.3.0 to 4.3.1 in /frontend (#113) (@dependabot[bot])
- build(deps-dev): bump vite from 4.3.1 to 4.3.2 in /frontend (#118) (@dependabot[bot])
- build(deps-dev): bump vite from 4.3.2 to 4.3.3 in /frontend (#122) (@dependabot[bot])
- build(deps-dev): bump vite from 4.3.3 to 4.3.4 in /frontend (#127) (@dependabot[bot])
- build(deps-dev): bump vite, vite-plugin-warmup (#111) (@stnokott)
- build(deps-dev): bump vite-plugin-warmup in /frontend (#101) (@dependabot[bot])
- build(deps-dev): bump vite-plugin-warmup in /frontend (#120) (@dependabot[bot])
- build: change Go to 1.21.0 (@stnokott)
- build: use Go 1.21 (@stnokott)
- bump github.com/ncruces/zenity from 0.10.8 to 0.10.10 (#191) (@dependabot[bot])
v0.5.1
v0.5.0
Changelog
Features
- feat: add InfluxDB pushing (@stnokott)
- feat: add own defense and attack icons (@stnokott)
- feat: add status indicator to round icons (@stnokott)
- feat: scroll to most recent round (@stnokott)
Bug Fixes
- fix: add handling for Windows standby state (@stnokott)
- fix: appending round data now works (#72) (@stnokott)
- fix: code smells (@stnokott)
- fix: convert errors to strings before emitting them (@stnokott)
- fix: errors in MatchList (@stnokott)
- fix: eslint issues (@stnokott)
- fix: map image names (@stnokott)
- fix: replace husky with pre-commit for Cypress (@stnokott)
- fix: ts file name (@stnokott)
- fix: use correct r6-dissect package for testing (@stnokott)
Code refactor
- refactor: display map name when no image found (@stnokott)
- refactor: reduce cognitive complexity (@stnokott)
- refactor: rename function (@stnokott)
- refactor: simplify deferred error handling (@stnokott)
- refactor: use github.com/gzuidhof/tygo to generate backend TS types (@stnokott)
- refactor: use round stats provided by github.com/redraskal/r6-dissect (@stnokott)
Performance Optimization
- perf: add PGO configurations (@stnokott)
- perf: add laptop (low-end hardware) pprof for PGO (#47) (@stnokott)
- perf: create directory structure before creating CPU profiles (@stnokott)
- perf: implement automatic generation of CPU profiles (@stnokott)
- perf: use github.com/google/pprof for merging CPU profiles (@stnokott)
- perf: use go tool pprof for merging pprofs (@stnokott)
Pipeline
- ci(Cypress): run under ubuntu-latest (#65) (@stnokott)
- ci(Cypress): vite warm up (#91) (@stnokott)
- ci(Sonarcloud): define Cypress test file pattern (@stnokott)
- ci(Sonarcloud): exclude frontend from code cov (@stnokott)
- ci(Sonarcloud): exclude public directory (@stnokott)
- ci(Sonarcloud): fix exclusion/inclusion (@stnokott)
- ci: add Cypress to GH actions, restructure (@stnokott)
- ci: add SonarCloud action (@stnokott)
- ci: add nodejs/ts config to SonarCloud (@stnokott)
- ci: add setup-node to test job (#63) (@stnokott)
- ci: bump Cypress action to 5.3.1 (@stnokott)
- ci: fix Cypress working directory (@stnokott)
- ci: ignore Wails auto-generated files from SonarCloud analysis (@stnokott)
- ci: re-enable cache for setup-go (#64) (@stnokott)
- ci: set goreleaser output verbose when building snapshot (@stnokott)
- ci: trigger SonarCloud analysis on main push (@stnokott)
- ci: workaround for failing Cypress tests (#82) (@stnokott)
Others
- build(deps): bump @carbon/themes from 11.16.0 to 11.17.0 in /frontend (@dependabot[bot])
- build(deps): bump actions/checkout from 3.3.0 to 3.4.0 (#61) (@dependabot[bot])
- build(deps): bump actions/checkout from 3.4.0 to 3.5.0 (#80) (@dependabot[bot])
- build(deps): bump actions/setup-go from 3.5.0 to 4.0.0 (#60) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.3.1 to 5.4.0 (#68) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.4.0 to 5.5.0 (#73) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.5.0 to 5.5.1 (#77) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.5.1 to 5.6.0 (#86) (@dependabot[bot])
- build(deps): bump cypress-io/github-action from 5.6.0 to 5.6.1 (#88) (@dependabot[bot])
- build(deps): bump github.com/influxdata/influxdb-client-go/v2 (#89) (@dependabot[bot])
- build(deps): bump github.com/redraskal/r6-dissect (#62) (@dependabot[bot])
- build(deps): bump github.com/wailsapp/wails/v2 from 2.3.1 to 2.4.0 (#50) (@dependabot[bot])
- build(deps): bump github.com/wailsapp/wails/v2 from 2.4.0 to 2.4.1 (#76) (@dependabot[bot])
- build(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0 (@dependabot[bot])
- build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#92) (@dependabot[bot])
- build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 (#48) (@dependabot[bot])
- build(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 (#95) (@dependabot[bot])
- build(deps): bump marked from 4.2.12 to 4.3.0 in /frontend (#79) (@dependabot[bot])
- build(deps-dev): bump @tsconfig/svelte from 3.0.0 to 4.0.1 in /frontend (#85) (@dependabot[bot])
- build(deps-dev): bump carbon-components-svelte in /frontend (#54) (@dependabot[bot])
- build(deps-dev): bump carbon-components-svelte in /frontend (#78) (@dependabot[bot])
- build(deps-dev): bump carbon-components-svelte in /frontend (#84) (@dependabot[bot])
- build(deps-dev): bump cypress from 12.7.0 to 12.8.1 in /frontend (#67) (@dependabot[bot])
- build(deps-dev): bump cypress from 12.8.1 to 12.9.0 in /frontend (#87) (@dependabot[bot])
- build(deps-dev): bump sass from 1.58.3 to 1.59.2 in /frontend (#52) (@dependabot[bot])
- build(deps-dev): bump sass from 1.59.2 to 1.59.3 in /frontend (#57) (@dependabot[bot])
- build(deps-dev): bump sass from 1.59.3 to 1.60.0 in /frontend (#81) (@dependabot[bot])
- build(deps-dev): bump sass from 1.60.0 to 1.61.0 in /frontend (#94) (@dependabot[bot])
- build(deps-dev): bump svelte from 3.55.1 to 3.56.0 in /frontend (#51) (@dependabot[bot])
- build(deps-dev): bump svelte from 3.56.0 to 3.57.0 in /frontend (#59) (@dependabot[bot])
- build(deps-dev): bump svelte from 3.57.0 to 3.58.0 in /frontend (#90) (@dependabot[bot])
- build(deps-dev): bump svelte-check from 3.0.4 to 3.1.0 in /frontend (#49) (@dependabot[bot])
- build(deps-dev): bump svelte-check from 3.1.0 to 3.1.2 in /frontend (@dependabot[bot])
- build(deps-dev): bump svelte-check from 3.1.2 to 3.1.4 in /frontend (#55) (@dependabot[bot])
- build(deps-dev): bump svelte-check from 3.1.4 to 3.2.0 in /frontend (#93) (@dependabot[bot])
- build(deps-dev): bump svelte-preprocess from 5.0.1 to 5.0.2 in /frontend (#56) (@dependabot[bot])
- build(deps-dev): bump svelte-preprocess from 5.0.2 to 5.0.3 in /frontend (#74) (@dependabot[bot])
- build(deps-dev): bump typescript from 4.9.5 to 5.0.4 in /frontend (#66) (@dependabot[bot])
- build(dev): update Wails to v2.4.0 (@stnokott)
- build: build with Go 1.20 (@stnokott)
- bump(deps): update github.com/redraskal/r6-dissect to main (@stnokott)
- bump: update github.com/redraskal/r6-dissect to v0.9.0 (@stnokott)
- chore: add FIXME (@stnokott)
- chore: add SonarCloud README badge (@stnokott)
- chore: properly ignore build/ subfolders (@stnokott)
- chore: remove TODO (@stnokott)
- chore: remove npm prepare (@stnokott)
- chore: remove npm prepare (@stnokott)
- chore: remove redundant file (@stnokott)
- chore: remove redundant file (@stnokott)
- chore: use revive for Go linting (@stnokott)
- delete syso files before running Wails dev (@stnokott)
- prototype for custom round progress indicator (@stnokott)
- restructure layout of match round progress indicator (@stnokott)
v0.4.3
Changelog
Features
- feat: add map images (@stnokott)
Bug Fixes
- fix: add delay before restart after update (@stnokott)
- fix: close Influx connection before opening new connection (@stnokott)
- fix: make round watcher a restartable service (@stnokott)
- fix: use mutex for InfluxDB backend operations (@stnokott)
Code refactor
- refactor: switch from tawesoft/golib to ncruces/zenity (#34) (@stnokott)
- refactor: wait for config completion check (@stnokott)
Others
- add loading spinners when waiting for round data (@stnokott)
- build(deps): bump github.com/tawesoft/golib/v2 from 2.8.5 to 2.8.6 (#32) (@dependabot[bot])
- build(deps): bump golang.org/x/image from 0.4.0 to 0.5.0 (#35) (@dependabot[bot])
- build(deps-dev): bump carbon-components-svelte in /frontend (#36) (@dependabot[bot])
- build(deps-dev): bump svelte-check from 3.0.3 to 3.0.4 in /frontend (#33) (@dependabot[bot])
- chore: add Wails dev files to gitignore (@stnokott)
- chore: fix frontend task (@stnokott)
- chore: remove TODOs (@stnokott)
v0.4.2
v0.4.1
Changelog
Pipeline
Dependencies
- build: add UPX binary compression (#29) (@stnokott)
- build(deps): bump crypto and net packages (#30) (@stnokott)
- build(deps): bump github.com/tawesoft/golib/v2 from 2.7.1 to 2.8.5 (#23) (@dependabot[bot])
- build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 (#18) (@dependabot[bot])
- build(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 (#19) (@dependabot[bot])
v0.4.0
Changelog
Bug Fixes
- fix filename in README (@stnokott)
Code refactor
Others
- build(deps): bump github.com/influxdata/influxdb-client-go/v2 (@dependabot[bot])
- build(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (@dependabot[bot])
- build(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 (@dependabot[bot])