Releases: opcodesio/log-viewer
Releases · opcodesio/log-viewer
v1.2.2
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
What's Changed
- Removed Spatie Package Tools by @Advaith3600 in #36
- Code cleanup; refactor how each log file handles its cached keys by @arukompas in #37
New Contributors
- @Advaith3600 made their first contribution in #36
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Authorization for log file deletion & downloads
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
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
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
- @fsamapoor made their first contribution in #26
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Dark Mode
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
- @alphaolomi made their first contribution in #18
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- Fix conflict by @CrazyBoy49z in #12
- Clear cache after deleting log file by @JemCdo in #20
New Contributors
- @CrazyBoy49z made their first contribution in #12
- @JemCdo made their first contribution in #20
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- [ENHANCEMENT] Config file & README by @dansysanalyst in #5
- [TESTS] Add basic tests by @dansysanalyst in #4
- Fix Laravel Octane by @VictoRD11 in #10
New Contributors
- @dansysanalyst made their first contribution in #5
- @VictoRD11 made their first contribution in #10
Full Changelog: v1.0.4...v1.0.5
v1.0.x
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