Releases: yoshinorin/gitbucket-application-logs-plugin
Releases · yoshinorin/gitbucket-application-logs-plugin
v3.2.0
Changes
- chore: bump scala and gitbucket version (02033dc)
- chore: bump sbt from 1.4.4 to 1.6.2 (51a07c1)
- chore: bump sbt-gitbucket-plugin from 1.5.0 to 1.5.1 (4ea1472)
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Fixes
(#28): Using prefix for link on log page
Misc
(20d8b7e): bump scala 2.13.1 to 2.13.6
v3.0.0
Breaking Changes
- Drop less than GitBucket 4.35.x support
Misc
v2.0.0
Breaking Changes
- Drop less than GitBucket 4.31.x support
- (d2a05ba): Bump to Scala 2.13 & GitBucket 4.32.0
Miscellaneous
- (3d9be27): Add return type annotation
- (3318cf7): match expression to if expression
- (9b4f7c3):
scala.collection.JavaConverters
to scala.jdk.CollectionConverters
- (dbd645c): Bump sbt to
1.2.8
- (d35de7d): Update
.gitignore
v1.0.0
New feature
- (refs #1) Log downloader
- (refs #2) Multiple logfile support
- (refs #6) Scrollable Logviewer
- (refs #7) Selectable Sort type (ascending or descending from tail of the log)
- (refs #17) LogBack configuration reload
- Improve UI
v0.2.0
Refactoring
(refs #9) Change application name
(refs #3) Use Apache Commons-IO instead of tail command