AboutLibraries Versions Save

AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments

v11.1.4

4 days ago

🐛 Fixes

  • Fix CollectorTask output to be dependent on project name [Plugin]
    • PR: #980

v11.1.3

3 weeks ago

🚀 Features

  • Ignore case for name of new allowedLicensesMap
    • PR: #976

v11.1.2

3 weeks ago

🚀 Features

  • New API to allow some licenses only for specific libraries
    • PR: #972

💬 Other

  • Protect from problems collecting all dependencies
    • PR: #971

v11.1.1

1 month ago

🚀 Features

  • Library Serializer
    • PR: #963
    • Thanks @DatL4g
  • Update major dependencies | Compose 1.6.4 | Compose-MP 1.6.1
    • PR: #968

🐛 Fixes

  • Set onclick listener of SimpleLibraryItem to null if no license is known
    • PR: #966
    • Thanks @alexbakker
  • Sort a copy of the list of libraries to prevent a crash
    • PR: #967
    • Thanks @alexbakker

v11.1.0

2 months ago

🚀 Features

  • Upgrade dependencies | Compose 1.6.0 | Compose Compiler | Lifecycle
    • PR: #950
  • Make Library and Licenses data classes stable with KotlinX Collections
    • PR: #947
  • Compose 1.6 | KotlinX Updates
    • PR: #958
  • Update to compose-multiplatform 1.6.0 / compose-android 1.6.2
    • PR: #961

🐛 Fixes

  • Fix wasm sample app no longer loading
    • PR: #951

💬 Other

  • Update README with warning on configPath
    • PR: #948
  • Module specific names
    • PR: #952
  • Lower noise of log
    • PR: #956
  • Update CI gradle action
    • PR: #957
  • Fix CI for releases on macOS-14 runner
    • PR: #960

v11.1.0-b03

2 months ago

💬 Other

  • Fix CI for releases on macOS-14 runner
    • PR: #960

v11.1.0-b02

2 months ago

[!CAUTION] This release does not include mac binaries on maven central. Please use v11.1.0-b03 instead

🚀 Features

  • Compose 1.6 | KotlinX Updates
    • PR: #958

💬 Other

  • Lower noise of log
    • PR: #956
  • Update CI gradle action
    • PR: #957

v11.1.0-b01

3 months ago

🚀 Features

  • Upgrade dependencies | Compose 1.6.0 | Compose Compiler | Lifecycle
    • PR: #950
  • Make Library and Licenses data classes stable with KotlinX Collections
    • PR: #947

🐛 Fixes

  • Fix wasm sample app no longer loading
    • PR: #951

💬 Other

  • Update README with warning on configPath
    • PR: #948
  • Module specific names
    • PR: #952

v10.10.0

4 months ago

🚀 Features

  • Wasm compatiblity
    • PR: #940
  • Material 3 compose module
    • PR: #944

🐛 Fixes

  • Protect when opening invalid urls in compose
    • PR: #939

💬 Other

  • Update CI action versions
    • PR: #941

10.10.0-rc02

4 months ago

🚀 Features

  • Add support for js target
    • PR: #937
    • Thanks @DRSchlaubi