Releases: TomPlum/sleep
Releases · TomPlum/sleep
v2.2.0
v2.1.1
v2.1.0
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
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
v1.2.0
v1.1.0
v1.0.0
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