Skip to content

Releases: MFlisar/Lumberjack

7.1.1

19 Nov 07:52
Compare
Choose a tag to compare
  • switched to moko parcelize + fixed possible crash because FileSystem.SYSTEM.list(folder) does not work if the folder does not exist
  • small internal restructures to remove some beta warnings

Full Changelog: 7.1.0...7.1.1

7.1.0

20 Oct 09:01
Compare
Choose a tag to compare

updated to compose-kmp 1.7.0 - based on compose 1.7.1 and material3 1.3.0

Maven Central

Beginning with this version I do publish releases on maven central!

Check out the readme to see how to add the new version - it's released on maven now under io.github.mflisar.*. In the past build releases did vanish from jitpack.io so I decided to move on to maven.

Full Changelog: 7.0.7...7.1.0

7.0.7

16 Oct 06:07
Compare
Choose a tag to compare

also renamed the extension: getLatestLogFiles => getLatestLogFile

Full Changelog: 7.0.6...7.0.7

7.0.6

15 Oct 13:09
Compare
Choose a tag to compare
  • IFileLoggingSetup: getLatestLogFiles renamed to getLatestLogFile
  • added FileSizeUtil

Full Changelog: 7.0.5...7.0.6

7.0.5

11 Oct 08:35
Compare
Choose a tag to compare

log files without a "key" (unlimited log file e.g.) do not have a _ in the file name anymore

Full Changelog: 7.0.4...7.0.5

7.0.4

10 Oct 15:46
Compare
Choose a tag to compare

bugfix: file logger did clear the file after app restart

Full Changelog: 7.0.3...7.0.4

7.0.3

09 Oct 08:46
Compare
Choose a tag to compare
  • FileSetup added (no size limit, no rollover, simple single file log file)
  • list of files inside compose viewer fixed
  • added the ability to embed the dialog content inside another composable including the menu
  • the dialog uses a DialogWindow on windows now

7.0.2

08 Oct 12:25
Compare
Choose a tag to compare
feedback module - added uses-permission to manifest

7.0.1

08 Oct 11:13
Compare
Choose a tag to compare

changed some visibilities + split up some classes

7.0.0

07 Oct 14:05
Compare
Choose a tag to compare

KMP rewrite + library is now published on maven central