Skip to content

Releases: ShuchirJ/HCGateway

v2.2.1: Android Release

31 May 05:06

Choose a tag to compare

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

18 Apr 12:10

Choose a tag to compare

Remove the Sentry "Try!" button- this was not meant to be packaged with the release app.

v2.1.0

11 Apr 21:34

Choose a tag to compare

The mobile app now allows a user to skip the full 30-day sync and only sync from the last synced point.

v2.0.0

05 Nov 03:24
25c1faf

Choose a tag to compare

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

04 Nov 01:37
25c1faf

Choose a tag to compare

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

Full Changelog: CoolCoderSJ/HCGateway@v1.4.0...v1.5.0

v1.4.0 - Two way sync

01 Nov 16:12
09046a1

Choose a tag to compare

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

28 Oct 23:42

Choose a tag to compare

Allows the use of an insecure HTTP self-hosted server.
Note: app-verbose is intended to help debug #18 but does not contain any major changes and can be used normally.

v1.3.0

25 Oct 12:28

Choose a tag to compare

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

08 Oct 21:08

Choose a tag to compare

Adds Sentry integration for better error tracking to both the server and the mobile app. Opt-out available.

v1.1.1

11 Jul 13:15

Choose a tag to compare

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.