diff --git a/CHANGELOG.md b/CHANGELOG.md index af3d45c334..f300b23ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.142.0](https://github.com/YT-Advanced/ReX-integrations/compare/v0.141.0...v0.142.0) (2024-02-03) + + +### Features + +* **Overlay Button - Always Repeat:** Re-implement `pause after repeat` ([496fbb3](https://github.com/YT-Advanced/ReX-integrations/commit/496fbb3a3cebfbc5dd57353b858f7e4532ed0a2f)) +* **YouTube - Hide layout components:** Add `Hide membership video` settings ([50db31b](https://github.com/YT-Advanced/ReX-integrations/commit/50db31b7bb13b3f313aff1f468ccb21b20687a76)) + # [0.141.0](https://github.com/YT-Advanced/ReX-integrations/compare/v0.140.1...v0.141.0) (2024-02-02) diff --git a/gradle.properties b/gradle.properties index bde81dc8b8..cf5449c9e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ android.useAndroidX = true org.gradle.caching = true org.gradle.jvmargs = -Xmx2048m -XX:+UseParallelGC org.gradle.parallel = true -version = 0.141.0 +version = 0.142.0