Releases: opcodesio/log-viewer
Releases · opcodesio/log-viewer
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