Skip to content

Releases: TomPlum/sleep

v2.2.0

26 Nov 14:18
810a868
Compare
Choose a tag to compare

What's Changed

  • Chart view improvements incl. multiple metrics view by @TomPlum in #37

Full Changelog: v2.1.1...v2.2.0

v2.1.1

25 Nov 18:34
c31b3a8
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate in #32
  • Sleep Stage Graph Improvements & Codebase QoL by @TomPlum in #36

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Nov 19:56
6e3df33
Compare
Choose a tag to compare

What's Changed

  • Fix build issues & added tests to release workflow by @TomPlum in #28
  • Fixed UTC dates in tests for CI by @TomPlum in #29
  • chore(deps): update all non-major dependencies by @renovate in #26
  • Sleep stage breakdown graph refactor by @TomPlum in #30
  • Select session and sleep stage breakdown graph improvements by @TomPlum in #31

Full Changelog: v2.0.0...v2.1.0

v2.0.0

17 Nov 15:26
c6a41eb
Compare
Choose a tag to compare

What's Changed

  • fix(graph): fixed static asset loading in production mode by @TomPlum in #23
  • chore(deps): update all non-major dependencies by @renovate in #20
  • Raw database export parsing and session sleep stage breakdown graph by @TomPlum in #25
  • chore(deps): update all non-major dependencies by @renovate in #24
  • Sleep stage breakdown chart improvements by @TomPlum in #27

Full Changelog: v1.2.1...v2.0.0

v1.2.1

04 Nov 19:34
fbca587
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate in #16
  • Minor miscellaneous graph improvements by @TomPlum in #21
  • test(data): fixed compilation error in useLinearRegression.spec.ts by @TomPlum in #22

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Oct 12:35
0d12d74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Oct 10:42
5e1e15c
Compare
Choose a tag to compare

What's Changed

  • New duration graph metric and fixed sleep metric query param deserialisation by @TomPlum in #15
  • chore(deps): update all non-major dependencies by @renovate in #14
  • Minor QoL improvements and fixes by @TomPlum in #17

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Oct 15:35
c9c48c0
Compare
Choose a tag to compare

The first release of the sleep data visualisation. Includes the following high-level features.

  • Line charts showing sleep metrics over time
    • Sleep quality as a percentage of (as determined by Pillow's algorithm)
    • Deep Sleep (as a percentage of the total sleep session duration)
    • Light Sleep (as a percentage of the total sleep session duration)
    • REM Sleep (as a percentage of the total sleep session duration)
    • Awake Time (as a percentage of the total sleep session duration)
  • Date picker for picking the range of sleep sessions to show
  • A linear regression (or line of best fit) for showing trend trajectory over time (Including the delta)
  • State is serialised in URL query parameters and pre-populated if not provided
  • English and Japanese locales