Skip to content

Releases: MFlisar/Lumberjack

7.0.0

07 Oct 14:05
Compare
Choose a tag to compare

KMP rewrite + library is now published on maven central

6.0.7

24 Apr 16:03
Compare
Choose a tag to compare

Compose Viewer allows to enable/disable single scrollable line view

6.0.6

06 Apr 20:07
Compare
Choose a tag to compare

Added a clear icon to the compose viewer activity
Compose Version: 2024.04.00

6.0.5

05 Apr 22:01
Compare
Choose a tag to compare

bugfix: lumberjack file logger daily setup did not delete the correct files in the last version

6.0.4

04 Apr 08:20
Compare
Choose a tag to compare

updated feedback manager dependency

6.0.3

04 Apr 07:34
Compare
Choose a tag to compare

New Features

  • Compose Viewer shows file sizes now
  • Compose was updatd to 2024.03.00
  • Lumberjack Setups do use Companion.create functions instead of overloaded constructors
  • added a BaseFileLoggerSetup
  • added a new file size based setup to the lumberjack file logger setups: FileLoggerSetup.FileSize.create(...)

Migration

Change FileLoggerSetup.Daily(...) to FileLoggerSetup.Daily.create(...)

6.0.2

07 Nov 09:06
Compare
Choose a tag to compare

feedback dependency updated - sharing files does work differently now and should work reliable

6.0.1

03 Nov 08:26
Compare
Choose a tag to compare

Feedback + Notification Module refactored - cleaner and more comprehensive interface

6.0.0

29 Oct 11:38
Compare
Choose a tag to compare

This new release has quite some changes:

  • it does not depend on Timber anymore (but it still supports it!)
  • everything is modularized now even more than before => the L class still is placed inside the same package BUT all other classes are not
  • the readme tells you everything else you need/want to know

NEW

  • a console/file logger without any dependencies (no timber, no slfj4, no logback-android) => this can save quite some app size...
  • a new compose viewer module

MIGRATION

Normally not much should be needed:

  • Step 1: upgrade your build.gradle - check out the new readme
  • Step 2: at the place where you set up Lumberjack you need to adjust your imports because the console logger, file logger and the extensions have all been moved to their own modules with new package names => simply deleting the imports and let android studio auto import them again should solve that
  • Step 3: replace all import com.michaelflisar.lumberjack.L with import com.michaelflisar.lumberjack.core.L (the core is new)

5.3.1

24 Oct 19:28
Compare
Choose a tag to compare
  • updated all android dependencies to the latest versions
  • should be gradle 8 compatible now (R8)
  • additonally I updated logback-android + slf4j to the latest versions and added a proguard rule for those libraries which should solve #16 (proguard file)