Skip to content

Releases: opcodesio/log-viewer

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

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

28 Aug 13:57
Compare
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
Compare
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
Compare
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

v1.1.1 - Authorization gate, search result highlighting

26 Aug 12:26
Compare
Choose a tag to compare

What's Changed

  • add a console command to easily add dummy logs to either "single" or "daily" log channels by @arukompas in #25
  • Fixes typo in config file. by @fsamapoor in #26
  • add ability to easily define an authorization callback by @arukompas in #29
  • add ability to define a "viewLogViewer" gate as an alternative by @arukompas in #30
  • Feature / highlight search results by @arukompas in #31

New Contributors

Full Changelog: v1.1.0...v1.1.1