Releases: ShuchirJ/HCGateway
v2.2.1: Android Release
New features:
- A custom date range can now be set to sync data > 30 days.
- The sync interval input field has been adjusted so it is more user friendly.
Please support the project if you found it useful through the buymeacoffee!
v2.1.1
v2.1.0
v2.0.0
This release includes breaking API changes that improve the security of the project overall. The project now uses expirable tokens for authentication instead of a user id. This means that screenshots/etc. of the app for debugging purposes can now be used as well.
Full Changelog: CoolCoderSJ/HCGateway@v1.5.0...v2.0.0
v1.5.0 - DB Migration
Migrates database from appwrite to mongodb. Please see README for most up to date information on how to migrate your database as well as new data structures.
What's Changed
- DB migration by @CoolCoderSJ in https://github.com/CoolCoderSJ/HCGateway/pull/20
Full Changelog: CoolCoderSJ/HCGateway@v1.4.0...v1.5.0
v1.4.0 - Two way sync
Two-way sync is now possible with v.1.4.0.
This release now requires firebase for cloud messaging if you'd like to push from your own server.
Full documentation can be found in the README.
Full Changelog: CoolCoderSJ/HCGateway@v1.3.1...v1.4.0
v1.3.1
v1.3.0
App changes:
- fixed a bug where the notification progress bar did not disappear upon sync completion.
- fixed a bug that required permission for all record types to continue
- fixed a bug where the status bar did not show due to theme mismatch between the status bar and the app
Other changes:
- The API server can now be hosted using docker/docker-compose, and an example compose file has been provided. (Credit: @vaddisrinivas)
v1.2.0
v1.1.1
Feature changes:
- The notification now shows the sync progress if not dismissed. This is extremely helpful for knowing how much HCGateway has synced so far.
Bug fixes:
- In v1.1.0, only SleepSession, Speed, and HeartRate records were being synced. This has been fixed.