Skip to content

Releases: mikepenz/AboutLibraries

v10.4.1-a01

19 Aug 13:17
44312cf
Compare
Choose a tag to compare
v10.4.1-a01 Pre-release
Pre-release

🐛 Fixes

  • Use colorControlNormal for SearchView's EditText color

💬 Other

  • Update plugin implementation notes

v10.4.0

05 Aug 09:34
1179561
Compare
Choose a tag to compare

🚀 Features

  • Introduce support for platform dependencies to be included in report
  • Kotlin 1.7.0 | Compose Compiler 1.2.0
  • Dependency updates | Compose 1.2.0 | Compile & TargetSDK 32
  • Gradle 7.5 upgrade
  • Update compose-jb to new alpha build

🐛 Fixes

  • Test to lower configuration cache failure
  • Fix crash when providing the Libs container to the legacy UI module

💬 Other

  • Upgrade core module build.gradle to .kts

v10.4.0-b02

15 Jul 08:24
84a9db9
Compare
Choose a tag to compare
v10.4.0-b02 Pre-release
Pre-release

🐛 Fixes

  • Fix crash when providing the Libs container to the legacy UI module

💬 Other

  • Revert to older version of the com.gradle.plugin-publish plugin

v10.4.0-b01

04 Jul 10:47
652a087
Compare
Choose a tag to compare
v10.4.0-b01 Pre-release
Pre-release

Warning: This release depends on compose-jb 0.0.0-release1.2-integration-dev736 for Kotlin 1.7 compatiblity

🚀 Features

  • Kotlin 1.7.0 | Compose Compiler 1.2.0

🐛 Fixes

  • Test to lower configuration cache failure

💬 Other

  • Update com.gradle.plugin-publish plugin
  • Upgrade core module build.gradle to .kts

v10.3.1

22 Jun 13:07
cf98629
Compare
Choose a tag to compare

🚀 Features

  • Expand platforms the library is built for

🐛 Fixes

  • Fix compilation targets

v10.3.0

27 May 12:42
7cd392f
Compare
Choose a tag to compare

🚀 Features

  • Don't show empty license dialogs
  • Introduce API to configure Libs for legacy view UI
  • Introduce ability to adjust Libs content
  • Introduce support for custom header in compose UI

v10.2.0

13 May 10:40
0984d66
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates | material-components 1.6.0
  • Improved theming capabilities

🐛 Fixes

  • Fixed HtmlText TextView color

💬 Other

  • Add SECURITY.md

v10.1.0

03 Apr 08:23
53225b3
Compare
Choose a tag to compare

🚀 Features

  • Expose LazyListState for compose
  • EvaluationDependsOnChildren for gradle task
  • Gradle 7.4.2 update

v10.0.1

25 Mar 08:44
38f8732
Compare
Choose a tag to compare

🚀 Features

  • Provide color params for custom color system when using predefined co…
  • Fallback for miss-configured library name in pom file

v10.0.0

04 Mar 15:47
292e23b
Compare
Choose a tag to compare

🚀 Features

  • Introduce initial support for Gradle configuration cache
  • [V10] Prototype next generation Kotlin Multiplatform AboutLibraries
  • Enhanced compose dark/light theme handling
  • Upgrade dependencies (compose-jb 1.0.0-rc3)
  • Upgrade to gradle 7.3.1
  • Update to compose-jb 1.0.0
  • Upgrade CI build setup
  • Kotlin 1.6.10 | Compose 1.1.0-beta04 | Compose-jb 1.0.1-rc2
  • Offline mode
  • Add support to fetch project funding information from GitHub APi
  • Gradle 7.3.2
  • Introduce new fundLibraries gradle task
  • Compose 1.1.0-rc01
  • Kotlin Coroutines 1.6.0-rc3 | Kotlin Compose Compiler 1.1.0-rc02
  • Enhanced compose license dialog theming
  • Expand compose API to be more flexible
  • Dependency updates 2022.01.07
  • Order case insensitive by default
  • Material Components 1.5.0
  • Handle secondary URL for BSD license
  • Add ability to allow licenses based on the URL
  • Enhanced logging on GitHub API rate_limit | Enhanced offline mode
  • Introduce ability to merge libraries via custom data using a regex
  • Add ability to provide tag for libraries (via custom configs)
  • Lower minAPI requirement for core module to API 19
  • Upgrade dependencies | Compose 1.1.0-rc03 | Compose-jb 1.0.1 | Navigation 2.4.0
  • Rework API to define additionalLicenses for gradle plugin
  • Add new API to Gradle Plugin allowing to exclude fields from the generated meta data json
  • Introduce API to modify output meta data json filename
  • Trim empty lines from license content and library name and description
  • Update dependencies | Compose 1.1.0 stable
  • Compose: Use Material Design AlertDialog
  • Update dependencies | Compose 1.1.1 | Compose-jb 1.1.0
  • Gradle Mvn Publish update

🐛 Fixes

  • Fix casing of output directory spec
  • Fix missing licenses in custom libraries

💬 Other

  • Configure Compose UI in sample app
  • Documentation improvements
  • Add links to README.md
  • Improved error logging on missing Library information
  • Ensure local.properties in sample is read independent of exec root