Skip to content

Releases: versx/ChuckDeviceController

ChuckDeviceController v0.14.0

28 Mar 00:51
b04d039
Compare
Choose a tag to compare
Pre-release
  • 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

20 Mar 04:30
2a64bc8
Compare
Choose a tag to compare
Pre-release
  • 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

19 Mar 09:06
Compare
Choose a tag to compare
Pre-release
  • 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

19 Mar 00:39
c89b557
Compare
Choose a tag to compare
Pre-release
  • 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

11 Mar 06:29
b83b9c6
Compare
Choose a tag to compare
Pre-release
  • Add support for multiple geofences per webhook
  • Cleanup frontend and add IV lists count
  • Minor text fixes 😉

ChuckDeviceController v0.10.0

11 Mar 03:34
02beac1
Compare
Choose a tag to compare
Pre-release
  • 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

10 Mar 16:18
Compare
Choose a tag to compare
Pre-release
  • 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

10 Mar 00:26
6371d8d
Compare
Choose a tag to compare
Pre-release
  • 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

08 Mar 02:45
1822e81
Compare
Choose a tag to compare
Pre-release
Update README.md

ChuckDeviceController v0.6.0

07 Mar 20:53
Compare
Choose a tag to compare
Pre-release
Add Dockerfile per project