Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.0](v1.23.0...v1.24.0) (2024-08-10)

### Bug Fixes

* **Hook feature flag:** Wrong item being added when using search. ([ded8de8](ded8de8))
* **Twitter - Native Downloader:** Fix only downloading the first two medias, also did some refactoring ([91ef652](91ef652))
* **Twitter:** fix `Remove videos for you` patch ([8d86a1b](8d86a1b))

### Features

* **Hook feature flag:** Added ability to search for supported flags. ([4b638fa](4b638fa))
* **Twitter:** Added `Remove videos for you` patch ([1eaba5b](1eaba5b))

### Updates

* **Hook feature flag:** Improve flag matching in search. ([0723804](0723804))

### Refactors

* **Twitter:** Added quick settings button in side drawer ([7fe7013](7fe7013))
  • Loading branch information
semantic-release-bot committed Aug 10, 2024
1 parent 35b86c7 commit a953997
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [1.24.0](https://github.com/crimera/revanced-integrations/compare/v1.23.0...v1.24.0) (2024-08-10)


### Bug Fixes

* **Hook feature flag:** Wrong item being added when using search. ([ded8de8](https://github.com/crimera/revanced-integrations/commit/ded8de8678adff8199feb521f1517c4117541aaf))
* **Twitter - Native Downloader:** Fix only downloading the first two medias, also did some refactoring ([91ef652](https://github.com/crimera/revanced-integrations/commit/91ef652e39b96e005ebeda5f3f72bf19a62db91f))
* **Twitter:** fix `Remove videos for you` patch ([8d86a1b](https://github.com/crimera/revanced-integrations/commit/8d86a1be168f67a64630de8b8924c449b39e16a3))


### Features

* **Hook feature flag:** Added ability to search for supported flags. ([4b638fa](https://github.com/crimera/revanced-integrations/commit/4b638fa9fd20af36405dc434a257ba49431f8215))
* **Twitter:** Added `Remove videos for you` patch ([1eaba5b](https://github.com/crimera/revanced-integrations/commit/1eaba5b6649ade1bf08b40a933f5aea01201e725))


### Updates

* **Hook feature flag:** Improve flag matching in search. ([0723804](https://github.com/crimera/revanced-integrations/commit/07238045c1b3da94ceb3be29dab2b98a8bb073c0))


### Refactors

* **Twitter:** Added quick settings button in side drawer ([7fe7013](https://github.com/crimera/revanced-integrations/commit/7fe701314b1f4e7ab1b3ec515e7252c5a6a62456))

## [1.24.0-dev.4](https://github.com/crimera/revanced-integrations/compare/v1.24.0-dev.3...v1.24.0-dev.4) (2024-08-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
android.useAndroidX = true
version = 1.24.0-dev.4
version = 1.24.0

0 comments on commit a953997

Please sign in to comment.