From 97ecd87de9dfa4dc65afdd39ed841de8ff76b440 Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Wed, 17 Jan 2024 23:04:58 +0100 Subject: [PATCH] Bump to 1.2.0-beta01 --- docs/changelog.md | 13 +++++++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index db5b6238..f90938d2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,19 @@ ## Version 1.2.0 +### 1.2.0-beta01 + +2024-01-17 + +#### New Features + +- Added new `setSelectedSubPosition` that allows passing a callback for the target alignment ([#43](https://github.com/rubensousa/DpadRecyclerView/issues/43)) + +#### Bug fixes + +- Fixed navigation sound not being played when searching for pivot ([#167](https://github.com/rubensousa/DpadRecyclerView/issues/167)) +- Fixed sub selection not being dispatched when used multiple times in a row + ### 1.2.0-alpha03 2024-01-10 diff --git a/gradle.properties b/gradle.properties index 81ae9d34..bf1b7b27 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.2.0-alpha03 \ No newline at end of file +LIBRARY_VERSION=1.2.0-beta01 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2592c3ec..11cee319 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.2.0-alpha03' + version: '1.2.0-beta01' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'