This repository was archived by the owner on Jul 9, 2023. It is now read-only.
Releases: CCXXXI/ecg_monitor
Releases · CCXXXI/ecg_monitor
v0.34.0
v0.33.1
v0.33.0
0.33.0 (2023-03-29)
Features
Continuous Integration
Miscellaneous Chores
- save IDEA configs (d01f22d)
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
v0.32.0
v0.31.1
v0.31.0
v0.30.0
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
- ignore generated files (9c1e9eb)
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
v0.29.3
v0.29.2
v0.29.1
0.29.1 (2023-03-26)
Performance Improvements
- database: use property query (4e184ba)
Miscellaneous Chores
- save generated files (b35cff9)
Documentation
- database: add regions (27ab73a)
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)