Skip to content

Releases: opcodesio/log-viewer

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

v1.1.0 - Dark Mode

25 Aug 14:52
64c455f
Compare
Choose a tag to compare

What's Changed

  • docs: (readme) add auth section by @alphaolomi in #18
  • Feature / Dark Mode by @arukompas in #24, which also includes:
    • (change) Settings button (top-right) is now always visible, including when no file is selected
    • (change) Search query is now debounced by 750ms, instead of being lazy and waiting for blur or the key "Enter" to be pressed
    • (change) Log severity colours in light mode are slightly darker for better contrast and readability
    • (new) Log Viewer version is now displayed at the bottom right corner

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

24 Aug 09:14
a449670
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

22 Aug 09:04
627aeb6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.x

15 Aug 07:20
f08710d
Compare
Choose a tag to compare

Initial release of Log Viewer! 🎉

Features:

  • View all the logs in your storage/logs directory of the Laravel application
  • Search the logs
  • Filter by log level (error, info, debug, etc)
  • Sharable log links
  • Supports Horizon logs
  • Download & delete log files from the UI