Skip to content

Releases: sevdokimov/log-viewer

v1.0.11

27 May 14:34
Compare
Choose a tag to compare

#212 Fix compatibility with Spring Boot 3.x

v1.0.10

23 May 10:43
Compare
Choose a tag to compare

#212 Fix compatibility with Spring Boot 3.x

v1.0.9

09 May 08:12
Compare
Choose a tag to compare

Fixed compatibility with Java 8

v1.0.8

07 May 14:47
Compare
Choose a tag to compare
  • #200 Support Spring Boot 3.0
  • #164 Add an anchor to URL when a record is selected

v1.0.7

26 Sep 09:13
Compare
Choose a tag to compare
  • Support multi-pattern Log4j and Logback format
  • Support logs packed in Zip archive (a Zip archive should contains exactly one log file)
  • Bug fixing

v1.0.6

04 Jul 15:25
Compare
Choose a tag to compare
  • Scroll to the end when log grows
  • Bug fixing

v1.0.5

07 May 14:40
Compare
Choose a tag to compare
  • Unpack logs packed in .gz (see log-viewer.unpack-gz-archives configuration property)
  • Support custom Locale in log parser configuration
  • Removing Ascii Color Codes from log
  • log-viewer.navigation.log-file-pattern configuration property for log files with a non-standard extension
  • Support LDAP authentication
  • Bug fixing

v1.0.4

11 Jan 14:04
Compare
Choose a tag to compare
  • Fixed compatibility with Java 17 (#130)
  • Upgrade Angular to 14.2.12
  • Bug fixing

v1.0.3

19 Feb 12:19
Compare
Choose a tag to compare
  • Improve log format detection
  • #103 , #109 Fix log parsing
  • Update dependencies

v1.0.1

11 Nov 11:55
Compare
Choose a tag to compare
  • Support wildcard in shortcuts ("log-paths" property in configuration) #66
  • Support swipe on mobile devices. #74
  • Support log downloading #63
  • Minor bug fixing