- support logfile configuration via logging.file property (thanks @oyvindhorneland)
- Set missing content type in search result
- Add configuration option to override stylesheet urls (fixes #20)
- Remove tail option for files inside archives in UI (lead to 500 error before) (fixes #17)
- Correctly encode file/dir names in urls (fixes - #19)
- Fixed display issue with illegal whitespace
- Fix cdn url
- allow downloading only the last 50 lines of each file (closes #13)
- show file content when calling endpoint url without trailing slash (fixes #11)
- allow to specify logging path via "endpoints.logview.path" property (fixes #3
- don't require trailing slash in endpoint url ("/log" instead of "/log/")
- allow viewing logfiles in subfolders inside archives
- switch to use dedicated freemarker config to allow loading template from jar
- use spring boot autoconfig
- basic support for searching logfiles (no archives, no subfolders)
- initial release