Releases: versx/ChuckDeviceController
Releases · versx/ChuckDeviceController
ChuckDeviceController v0.14.0
- Fix issue with adding new devices
- Speed up accounts overview query
- Add basic data stats to dashboard page
- Fix issue with CPU pegged with DataConsumer and WebhookProcessor
- Add health checks endpoints and UI
- Add option to instances for ignoring S2 cell bootstrapping
- Add accounts table to view/manage accounts
ChuckDeviceController v0.13.0
- Add device bearer token auth/host whitelist middlewares
- Create Chuck.Net and Chuck.Net.Middleware libraries
- Remove settings page entirely
- Load Discord settings from config
- Show Discord profile icon in navbar if available
- Change add accounts notes to list
ChuckDeviceController v0.12.1
- Fix migrations 4 and 6
- Fix issue with Discord auth and devices
- Fix started property on dashboard
- Adjust min/max create instance levels from 0/29 to 30/40
- Fix Discord auth reload
- Add trainer and gym defender webhooks
ChuckDeviceController v0.12.0
- Add Discord authentication (enable via Settings page) -- disabling will not work currently once enabled
- Fix dropping foreign key in migration 4.sql (Credits: Nightcrawler)
- Add cooldown account stats
- Fix issue with hiding/showing elements when editing instances
- Stop application and show error message if failed to connect to redis (Credits: Furtif)
- Fix typo with bounding box min/max lat/lon when fetching pokestops for quest instance and spawnpoints for FindTTH instance
ChuckDeviceController v0.11.0
- Add support for multiple geofences per webhook
- Cleanup frontend and add IV lists count
- Minor text fixes 😉
ChuckDeviceController v0.10.0
- Add Pvp ranks support again to DataConsumer
- Add rename instances, geofences, device groups, webhooks, and IV lists support.
- Add support for multiple geofence selection for instances
ChuckDeviceController v0.9.0
- Separate device controller and proto parsing into separate apps
- Split up all code into libraries for each project to reference as needed
- Fix device group assignments
- Fix migrations path (Credits: Nightcrawler)
- Reduce manual steps by automatically copying Views and static folder to build output (Credits: Nightcrawler)
ChuckDeviceController v0.8.0
- Breaking change for instances - separates min/max level to actual columns to help with manual mass level updates and better search. (sorry, better now than latter)
- Add reusable IV lists for Pokemon IV instances
- Fix typo saving Pokestop name to url column
ChuckDeviceController v0.7.0
Update README.md
ChuckDeviceController v0.6.0
Add Dockerfile per project