Skip to content

Releases: opcodesio/log-viewer

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

v1.2.7 - Bugfix for subfolder parsing when on Windows

02 Sep 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.2.7

v1.2.6 - Better support for logs within subfolders

02 Sep 11:33
93389df
Compare
Choose a tag to compare

What's Changed

  • [DOC] Create CONTRIBUTING.md by @dansysanalyst in #53
  • add log processing tests and some refactoring based on that by @arukompas in #56
  • refactor log file list to display the subfolder if present, and to uniquely identify log files with similar names by @arukompas in #57
  • make sure the new log file identifiers are backwards compatible by @arukompas in #58

Full Changelog: v1.2.5...v1.2.6

v1.2.5 - Better support for customised Laravel log formats

01 Sep 17:40
1f65007
Compare
Choose a tag to compare

What's Changed

  • adjust the Regex expressions to be more forgiving to custom log formats by @arukompas in #52

Full Changelog: v1.2.4...v1.2.5

v1.2.4 - Bugfixes + dark mode scrollbars

01 Sep 06:12
Compare
Choose a tag to compare

What's Changed

  • Use dark scrollbars when in darkmode by @tfevens in #42
  • limit the length of the log returned to the frontend + other bugfixes and improvements by @arukompas in #45

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

31 Aug 05:35
f8f1540
Compare
Choose a tag to compare

What's Changed

  • fix the last log not being indexed and displayed by @arukompas in #41

Full Changelog: v1.2.2...v1.2.3

v1.2.2

31 Aug 04:59
Compare
Choose a tag to compare

What's Changed

  • Bugfix / double check that the last log actually matches the log regex by @arukompas in #40
  • Bugfix / double check that the log file from the query param actually exists by @arukompas in #40

Full Changelog: v1.2.1...v1.2.2