Skip to content

Releases: opcodesio/log-viewer

v1.4.2 - Refactor how user preferences are stored

13 Sep 04:59
63c9ff8
Compare
Choose a tag to compare

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

v1.4.1 - remove unused dependency

12 Sep 17:36
Compare
Choose a tag to compare

v1.4.0 - Better severity selection UI + code refactor + more tests

12 Sep 16:39
Compare
Choose a tag to compare

What's Changed

  • Refactor / Severity toggles re-designed into a dropdown to save space by @arukompas in #98
  • ability to get the latest or earliest file from the collection by @arukompas in #99

Full Changelog: v1.3.3...v1.4.0

v1.3.3 - bug fix

10 Sep 08:37
72aa848
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2 - Configuring a subdomain

09 Sep 17:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Bugfix for ordering files oldest first

09 Sep 12:06
69f554f
Compare
Choose a tag to compare

What's Changed

  • fix ordering when showing oldest files first by @arukompas in #92

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Collapsible folders; Sorting files by time

09 Sep 11:49
Compare
Choose a tag to compare

What's Changed

  • Configurable patterns by @Norgul in #51
  • Refactor / timestamp-based log index which allows for additional functionality later by @arukompas in #38
  • Ability to define absolute paths when including or excluding log files by @arukompas in #38
  • Collapsible folders in the UI by @arukompas in #38
  • And other small changes and bugfixes

New Contributors

Full Changelog: v1.2.10...v1.3.0

v1.2.10 - bugfix

05 Sep 03:38
ba42a14
Compare
Choose a tag to compare

What's Changed

  • fix for download route authorization by @memu in #83

New Contributors

  • @memu made their first contribution in #83

Full Changelog: v1.2.9...v1.2.10

v1.2.9 - dropdown direction fix when at the bottom of the page

04 Sep 13:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.8...v1.2.9

v1.2.8 - Bug fixes & code refactor

03 Sep 12:00
Compare
Choose a tag to compare

What's Changed

  • Changed the way LogViewer retrieve the package version by @Advaith3600 in #64
  • small changes to the LogList component structure by @arukompas in #67
  • don't use the linkCollection method on the paginator because it's protected before Laravel 8.37.0 by @arukompas in #71

Full Changelog: v1.2.7...v1.2.8