Releases: Lyrenhex/eos
Releases · Lyrenhex/eos
Version 3.1.0
- Storage space awareness
- Currently still using LocalStorage and simply keeping track of used vs available space.
- This will lead to a longer first load as capacity is calculated.
- Updated to ChartJS 3.6.0
- Normalised graph Y-axes to a -2..2 range.
- Dynamic scales meant that if you were consistently high in mood, the 'low' values looked far worse than they were.
Version 3.0.1
- Improved robustness of data import routine.
- Added colours to annual graph to allow differentiating between different years, especially when viewing a printed copy.
Full Changelog: 3.0.0...3.0.1
Version 3.0.0
- Removed server functionality (including chat)
- All data now stored in LocalStorage
- Added import function
- Added themes system
- Added dark theme (high contrast - 7:1)
- Improved service worker (the app can now function offline)