Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Releases: CCXXXI/ecg_monitor

v0.37.0

26 Apr 11:47
e9605f1
Compare
Choose a tag to compare

0.37.0 (2023-04-26)

Features

  • device: better bluetooth states (cdcec04)
  • device: connect to HA301B (832ac14)
  • device: get battery (e28576c)
  • device: read ecg data from device (a10d74a)
  • device: show bluetooth devices (a749707)

Bug Fixes

  • device: auto connect on startup (b1774e1)
  • device: better icons (0c2ecf4)
  • device: correct fs of HA301B (ac8aab2)
  • device: filter unnamed devices (6ef1cba)
  • device: hide rssi for DeviceList (0911454)
  • device: no rssi displaying (36c7f46)
  • device: remove card (268295c)
  • device: show unique devices (5a4f54b)
  • device: sort by rssi for DeviceList (627a6b1)

Build System

  • flutter pub add flutter_reactive_ble (7482070)
  • flutter pub add permission_handler (1d32cad)

Code Refactoring

  • device_manager/ -> device/ (1315773)
  • device/device_manager -> device/manager (5efc8cc)
  • device: correct logger level (c8511bb)
  • device: Duration get _tick => aSecond ~/ fs (3322bc3)
  • device: remove unused var (8c1f6e0)
  • device: save UUIDs (775b8f7)
  • device: Stream.empty() -> null (7a93327)
  • init ble (fcba109)
  • sync test dir (8b55e02)

Miscellaneous Chores

v0.36.1

25 Apr 22:08
dbe02fc
Compare
Choose a tag to compare

0.36.1 (2023-04-25)

Bug Fixes

  • deps: update kotlin monorepo to v1.8.21 (#318) (ec07aee)

v0.36.0

25 Apr 10:21
283d42f
Compare
Choose a tag to compare

0.36.0 (2023-04-25)

Features

  • history: handle drag gesture (b305c8a)
  • history: handle scale gesture (eec8b8c)
  • real-time: handle scale gesture (6943e82)

Bug Fixes

  • chart: IgnorePointer -> AbsorbPointer (b6ac64e)
  • database: fix isar init (3e0975e)
  • history: correct empty cache (0dddfeb)

Performance Improvements

  • history: cache prev data (abb136e)

Miscellaneous Chores

Code Refactoring

  • me: add async (8fb9697)
  • real-time: remove unused params (0985f85)
  • real-time: rename refreshIntervalMs (02e5153)

Build System

  • flutter pub add dev:path_provider_platform_interface (64a631c)
  • flutter pub add dev:plugin_platform_interface (66e00e9)
  • upgrade deps (c30b781)
  • upgrade riverpod manually (73323e2)

Tests

  • FakePathProviderPlatform (ac181d3)

v0.35.6

19 Apr 05:13
bf1f3a6
Compare
Choose a tag to compare

0.35.6 (2023-04-18)

Miscellaneous Chores

  • deps: update dependency all_lint_rules_community to ^0.0.31 (#312) (cc7c687)

v0.35.5

17 Apr 18:26
a8f3d0e
Compare
Choose a tag to compare

0.35.5 (2023-04-17)

Miscellaneous Chores

  • deps: update dependency all_lint_rules_community to ^0.0.30 (#310) (9a92a43)

v0.35.4

15 Apr 16:47
67ce948
Compare
Choose a tag to compare

0.35.4 (2023-04-15)

Bug Fixes

  • deps: update dependency fl_chart to ^0.62.0 (#309) (8e71896)

Code Refactoring

  • label-card: void Function() -> VoidCallback (#306) (6aae7f3)

v0.35.3

08 Apr 06:50
06c33da
Compare
Choose a tag to compare

0.35.3 (2023-04-07)

Miscellaneous Chores

  • deps: update dependency flutter_launcher_icons to ^0.13.0 (#304) (3dde9ff)

v0.35.2

07 Apr 08:32
53e78ad
Compare
Choose a tag to compare

0.35.2 (2023-04-07)

Bug Fixes

  • heart-rate: no heart rate for iOS yet (44d1051)

Reverts

  • Revert "ci(build): correct setup" (000d8e1)
  • Revert "ci(build): move setup to matrix" (16b355b)

Miscellaneous Chores

Continuous Integration

v0.35.1

05 Apr 10:19
c7b021c
Compare
Choose a tag to compare

0.35.1 (2023-04-05)

Bug Fixes

  • deps: update kotlin monorepo to v1.8.20 (#296) (7813cfb)

v0.35.0

30 Mar 12:19
ce6972d
Compare
Choose a tag to compare

0.35.0 (2023-03-30)

Features

  • analytics: improve label widgets (d3df707)

Bug Fixes

  • analytics: FilledButton.tonal for AnalyticsController (3f1fb77)

Code Refactoring

  • analytics: extract label_card.dart (286a34a)
  • analytics: make widget function private (87c3886)

Tests

  • analytics: set window size (cf08430)