Skip to content

Releases: opcodesio/log-viewer

v1.1.1 - Authorization gate, search result highlighting

26 Aug 12:26

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

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

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

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

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