Skip to content

Releases: Lyrenhex/eos

Version 3.1.0

26 Nov 00:58
4a49641

Choose a tag to compare

  • 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

18 Oct 11:51

Choose a tag to compare

  • 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

19 Sep 16:37

Choose a tag to compare

  • 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)

v2.0.1

06 Sep 02:19
c0514a3

Choose a tag to compare

Eos has changed direction somewhat (see #6) so this marks the final state of Eos v2 before work on v3 begins properly.

State notes

  • Chat functionality is disabled, but can be enabled trivially (uncomment in the client).
  • Chat is buggy - often messages loop back to the sender.