Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimaeon committed Jul 20, 2024
1 parent 0ace246 commit 5f02868
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,106 +5,134 @@
### Added

### Changed
* Minimum Gradle Version is now **7.2**

### Deprecated
* Android Gradle Plugin **4.x**

### Removed

### Fixed

### Security

## 4.8.0

### Changed

- Minimum Gradle Version is now **7.2**

### Deprecated

- Android Gradle Plugin **4.x**

## 4.7.0

### Added

- EPL v1.0 License - #15
- Additional URL for LGPL-2.1

## 4.6.1

### Changed

- update AGP version
- update maven model library

## 4.6.0

### Added

- Dark Mode for HTML report

### Changed

- Sort libraries by name or maven coordinated on HTML report

## 4.5.0

### Added

- Better support for Android Variants

### Changed

- Internal handling of the license mappings

## 4.4.0

### Added

- [SPDX License Identifier](https://spdx.org/licenses/) for various reports

### Changed

- HTML and Markdown reports merge licenses with a more sophisticated algorithm

### Fixed

- CSV Reporter reports all licenses not only the first one

## 4.3.0

### Changed

- add maven coordinates to Library model
- `version` is not part of the `mavenCoordinates` in the Library model
- Improved Markdown reporter

## 4.2.0

### Added

- XSD Schema for the XML reporter

### Changed

- - `<version>` is now attribute to `<library>`
- `<url>` is now a attribute to `<license>`
- `<library>` has an `id` attribute now

### Fixed

- HTML Reports includes all libraries again

## 4.1.0

### Changed

- Sort dependencies by name and version

## 4.0.0

### Added

- Kotlin Multiplatform support

### Changed

- Extension property to set `enabled` and `destination`

## 3.3.0

### Changed

- Update Android Gradle plugin to version 7+
- Warning when license has no mapping for html reports

## 3.2.0

### Added

- set task outputs to report files
- add DSL to configure reports

### Changed

- use library to create CSV report

## 3.1.0

### Changed

- All public properties are now provided Properties
- Use Kotlin Serialization instead of Moshi
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Gradle plugin provides tasks to generate a file with the licenses used from

```kotlin
plugins {
id("com.cmgapps.licenses") version "4.7.0"
id("com.cmgapps.licenses") version "4.8.0"
}
```
</details>
Expand All @@ -28,7 +28,7 @@ plugins {

```groovy
plugins {
id 'com.cmgapps.licenses' version '4.7.0'
id 'com.cmgapps.licenses' version '4.8.0'
}
```
</details>
Expand All @@ -46,7 +46,7 @@ buildscript {
}
}
dependencies {
classpath("com.cmgapps:gradle-licenses-plugin:4.7.0")
classpath("com.cmgapps:gradle-licenses-plugin:4.8.0")
}
}

Expand All @@ -65,7 +65,7 @@ buildscript {
}
}
dependencies {
classpath 'com.cmgapps:gradle-licenses-plugin:4.7.0'
classpath 'com.cmgapps:gradle-licenses-plugin:4.8.0'
}
}
Expand Down

0 comments on commit 5f02868

Please sign in to comment.