diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3729158c..562d3ae1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,7 +1,7 @@ name: Pull requests env: - GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" + GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g" on: pull_request: diff --git a/docs/changelog.md b/docs/changelog.md index 88a85e1a..10853004 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## Version 1.2.0 + +### 1.2.0-alpha01 + +2023-11-25 + +#### New Features + +- Added support for scrollbars +- Added `DpadScroller` for scrolling without any alignment. Typical use case is for long text displays (terms & conditions and consent pages). + ## Version 1.1.0 ### 1.1.0 diff --git a/gradle.properties b/gradle.properties index c8a4096f..2fe1366e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.1.0 \ No newline at end of file +LIBRARY_VERSION=1.2.0-alpha01 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 861156b6..5eff1430 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.1.0' + version: '1.2.0-alpha01' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'