Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.0...v1.12.0) (2024-04-14)

### Features

* Add support for adding custom feature flags [#28](#28) ([fe9ca52](fe9ca52))
* Added resource file for strings ([cc3583d](cc3583d))
* Switched preferences to custom file ([3f197da](3f197da))
* **Twitter:** Added `Feature Flag Hook` ([fd1c439](fd1c439))
* **Twitter:** Added `Hide immersive player` patch ([86e09a8](86e09a8))

### Updates

* **Hook feature flag:** Save flags on modify list ([3537091](3537091))
* **Twitter:** Made some features to use flags ([e4bb878](e4bb878))
  • Loading branch information
semantic-release-bot committed Apr 14, 2024
1 parent 5b5320d commit 8dda641
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.12.0](https://github.com/crimera/revanced-integrations/compare/v1.11.0...v1.12.0) (2024-04-14)


### Features

* Add support for adding custom feature flags [#28](https://github.com/crimera/revanced-integrations/issues/28) ([fe9ca52](https://github.com/crimera/revanced-integrations/commit/fe9ca527cbc1c93d7df674d69876fe0d22219e42))
* Added resource file for strings ([cc3583d](https://github.com/crimera/revanced-integrations/commit/cc3583d88396d1e0f0f63ce6a42a53dfd9fc8df7))
* Switched preferences to custom file ([3f197da](https://github.com/crimera/revanced-integrations/commit/3f197da08a13fe5a542ba3b2ee321774726f0a1c))
* **Twitter:** Added `Feature Flag Hook` ([fd1c439](https://github.com/crimera/revanced-integrations/commit/fd1c4390ce2a63f13f38a81c7d66471a510ee71f))
* **Twitter:** Added `Hide immersive player` patch ([86e09a8](https://github.com/crimera/revanced-integrations/commit/86e09a8dc0f24040ddd05e78eecc5bb2a21f7675))


### Updates

* **Hook feature flag:** Save flags on modify list ([3537091](https://github.com/crimera/revanced-integrations/commit/3537091036b29a9eed27fcad8dbe00d36b8de6aa))
* **Twitter:** Made some features to use flags ([e4bb878](https://github.com/crimera/revanced-integrations/commit/e4bb87834258f95fbb1a58a98d9292865c4a2748))

## [1.12.0-dev.5](https://github.com/crimera/revanced-integrations/compare/v1.12.0-dev.4...v1.12.0-dev.5) (2024-04-14)


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.12.0-dev.5
version = 1.12.0

0 comments on commit 8dda641

Please sign in to comment.