Releases: opcodesio/log-viewer
Releases Β· opcodesio/log-viewer
v1.2.7 - Bugfix for subfolder parsing when on Windows
What's Changed
- Sub Folder Extraction bug fixed by @Advaith3600 in #60
Full Changelog: v1.2.6...v1.2.7
v1.2.6 - Better support for logs within subfolders
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
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
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
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
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