Skip to content

v1.4.2 - Refactor how user preferences are stored

Choose a tag to compare

@arukompas arukompas released this 13 Sep 04:59
· 604 commits to main since this release
63c9ff8

What's Changed

  • Add a dedicated class for storing user preferences across requests by @arukompas in #100
  • This will make sure that user preferences (such as file ordering, number of logs per page, selected severity levels, etc) are stored in a dedicated cookie that lasts a full year, instead of just the current session.

Full Changelog: v1.4.1...v1.4.2