Skip to content

Releases: opcodesio/log-viewer

v1.2.8 - Bug fixes & code refactor

03 Sep 12:00

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

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

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

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

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

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

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

v1.2.1 - Remove composer dependency + bug fixes & cleanup

28 Aug 13:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - Authorization for log file deletion & downloads

27 Aug 14:39

Choose a tag to compare

What's Changed

  • Feature / ability to define a "deleteLogFile" authorization gate by @arukompas in #35
  • Feature / ability to define a "downloadLogFile" authorization gate by @arukompas in #34

Full Changelog: v1.1.2...v1.2.0

v1.1.2 - bug fixes

27 Aug 04:43

Choose a tag to compare

What's Changed

  • Bug / big log entries were not handled properly by @arukompas in #32

Full Changelog: v1.1.1...v1.1.2