From 1ff40bf352f919b5d4cfae003989567b1ecd3d64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 06:21:19 +0000 Subject: [PATCH] chore(release): 1.21.1-dev.1 [skip ci] ## [1.21.1-dev.1](https://github.com/crimera/revanced-integrations/compare/v1.21.0...v1.21.1-dev.1) (2024-07-18) ### Updates * **Twitter - Custom Downloader:** Auto start download when only 1 media is present in a post ([b44f715](https://github.com/crimera/revanced-integrations/commit/b44f7150d1009792f3a409128ddb584da517862c)) * **Twitter - Native Downloader:** Now saves photos on `/sdcard/Pictures/Twitter`, filenames now follow its index. ([e5b7919](https://github.com/crimera/revanced-integrations/commit/e5b7919705d548a13e681f5b3d61b1b1b9a896b9)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffddd17c6..8518fffb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.21.1-dev.1](https://github.com/crimera/revanced-integrations/compare/v1.21.0...v1.21.1-dev.1) (2024-07-18) + + +### Updates + +* **Twitter - Custom Downloader:** Auto start download when only 1 media is present in a post ([b44f715](https://github.com/crimera/revanced-integrations/commit/b44f7150d1009792f3a409128ddb584da517862c)) +* **Twitter - Native Downloader:** Now saves photos on `/sdcard/Pictures/Twitter`, filenames now follow its index. ([e5b7919](https://github.com/crimera/revanced-integrations/commit/e5b7919705d548a13e681f5b3d61b1b1b9a896b9)) + ## [1.21.0](https://github.com/crimera/revanced-integrations/compare/v1.20.1...v1.21.0) (2024-07-17) diff --git a/gradle.properties b/gradle.properties index 825f8f772c..109f8610fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.21.0 +version = 1.21.1-dev.1