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

Releases: CCXXXI/ecg_monitor

v0.34.0

30 Mar 07:33
a189cdf
Compare
Choose a tag to compare

0.34.0 (2023-03-30)

Features

v0.33.1

29 Mar 12:16
866db6c
Compare
Choose a tag to compare

0.33.1 (2023-03-29)

Bug Fixes

v0.33.0

29 Mar 11:18
57d1064
Compare
Choose a tag to compare

0.33.0 (2023-03-29)

Features

  • analytics: add range controller (74a1cd3)
  • analytics: better controller (3359b5c)

Continuous Integration

Miscellaneous Chores

Build System

  • flutter pub add time_range_picker (d92b5b1)

Code Refactoring

  • analytics: align to minute (f1cbf12)
  • analytics: extract controller.dart (5258386)
  • analytics: range filter (857b866)
  • database: beat time range (38704ce)
  • time: toDateTimeBefore (0865c4f)

Tests

  • analytics: correct l10n (baf3ea4)
  • analytics: correct skipOffstage (7b4bdb4)

v0.32.0

29 Mar 01:52
2205b28
Compare
Choose a tag to compare

0.32.0 (2023-03-29)

Features

  • history: go to prev / next beat (fdde9d5)

Code Refactoring

  • database: add beatTimeBefore & beatTimeAfter (bb0cf14)
  • history: simplify controller (cfee7ec)

v0.31.1

29 Mar 01:12
65fbe06
Compare
Choose a tag to compare

0.31.1 (2023-03-29)

Performance Improvements

v0.31.0

28 Mar 13:07
1d7b835
Compare
Choose a tag to compare

0.31.0 (2023-03-28)

Features

  • heart-rate: keep-alive (8b3509b)
  • heart-rate: save beat to database (e174f45)

v0.30.0

28 Mar 11:12
06a3a7a
Compare
Choose a tag to compare

0.30.0 (2023-03-28)

Features

  • dev-tools: add loadFakeSamplePoints (84af190)
  • dev-tools: show progress indicator & restart notification (53ed6c4)

Bug Fixes

  • database: clear old fake data before writing (524c317)
  • dev-tools: disallow multiple loading at same time (c884c39)

Performance Improvements

  • fake-device: read all fake data to memory (c1b197e)

Continuous Integration

Tests

  • database: add test for FakeSamplePoint (8287c4b)

Build System

  • flutter pub add file_picker (a31c44d)
  • flutter pub add json_annotation dev:json_serializable (8f660c1)
  • flutter pub remove json_annotation (8313d98)

Styles

  • settings: prefer relative imports (4dd7635)

Code Refactoring

  • chart: simplify provider (4a52ddf)
  • database: add FakeSamplePoint (235b47e)
  • database: rename ms to milliseconds (8afb4da)
  • database: reorder (f620c2a)
  • database: update log (5010947)
  • dev-tools: simplify provider (21f4ebc)
  • fake-device: align to data source (ba761e9)
  • fake-device: read data from database (902cecf)
  • fake-device: rename data type (4b3a53e)
  • l10n: add new messages (57ffea6)
  • l10n: fix typo (a4c71cb)
  • read fake data from json (055ad1b)
  • settings: extract chart_settings.dart (37a91dc)
  • settings: extract dev_tools.dart (fd2e8d2)
  • settings: extract restart_snack_bar.dart (ec880d6)
  • settings: extract section_title.dart (cb2602e)

Miscellaneous Chores

  • add data.json to assets (8ebca58)
  • empty commit to trigger CI again (5c1eecf)
  • remove fake data from assets (4f0d928)
  • remove images from assets (32ccaf2)
  • update submodules (ee018bf)

v0.29.3

26 Mar 11:02
5ef65bc
Compare
Choose a tag to compare

0.29.3 (2023-03-26)

Performance Improvements

  • database: make all database operations async (6c9546e)

Reverts

  • Revert "feat(history): add SharedAxisTransition" (0b4b0ee)

Code Refactoring

Tests

v0.29.2

26 Mar 09:36
79e2639
Compare
Choose a tag to compare

0.29.2 (2023-03-26)

Performance Improvements

v0.29.1

26 Mar 09:08
8debb5b
Compare
Choose a tag to compare

0.29.1 (2023-03-26)

Performance Improvements

  • database: use property query (4e184ba)

Miscellaneous Chores

Documentation

Code Refactoring

  • database: add writeBeatData (16b6b74)
  • database: make collections visible only for testing (518bc2b)
  • database: make isar instance private (339bb7b)
  • database: move beatDataBetween to database.dart (19e20fa)
  • database: move ecgDataBetween to database.dart (9724929)
  • database: move labelCount to database.dart (851ee8f)
  • database: move labelTimes to database.dart (f1a5bd5)
  • database: move writeEcgData to database.dart (c9401be)
  • database: reorder functions (1a06727)

Tests

  • database: test for database operations (4509905)