mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-07 20:57:02 +01:00
chore(release): 0.72.0 [skip ci]
# [0.72.0](https://github.com/revanced/revanced-integrations/compare/v0.71.0...v0.72.0) (2022-11-19) ### Bug Fixes * check if filter string is empty ([6604030
](66040302a9
)) * **youtube/general-ads:** hide ads with buttons ([2c8b234
](2c8b23426f
)) ### Features * block rule of type `CustomBlockRule` ([571cf12
](571cf12dca
)) * **youtube/general-ads:** custom component filter ([72a3cd0
](72a3cd0fac
)) * **youtube/general-ads:** do not require to reload on general ads switch ([6272e4b
](6272e4b467
)) * **youtube/general-ads:** hide gray separators ([cf892de
](cf892de4bb
))
This commit is contained in:
parent
b59ee31d57
commit
d9349d4e88
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
|||||||
|
# [0.72.0](https://github.com/revanced/revanced-integrations/compare/v0.71.0...v0.72.0) (2022-11-19)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* check if filter string is empty ([6604030](https://github.com/revanced/revanced-integrations/commit/66040302a9370db2d511aeaa9cb3c9f4c7ad122b))
|
||||||
|
* **youtube/general-ads:** hide ads with buttons ([2c8b234](https://github.com/revanced/revanced-integrations/commit/2c8b23426f88111646cd0513517feff7a65a7c13))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* block rule of type `CustomBlockRule` ([571cf12](https://github.com/revanced/revanced-integrations/commit/571cf12dcad405994b41f5fc41fec96fdc71c9b9))
|
||||||
|
* **youtube/general-ads:** custom component filter ([72a3cd0](https://github.com/revanced/revanced-integrations/commit/72a3cd0fac095e7bfe0c3e18ab908ece8780b0db))
|
||||||
|
* **youtube/general-ads:** do not require to reload on general ads switch ([6272e4b](https://github.com/revanced/revanced-integrations/commit/6272e4b46727c547261f8cc31c3dacb57424d5f7))
|
||||||
|
* **youtube/general-ads:** hide gray separators ([cf892de](https://github.com/revanced/revanced-integrations/commit/cf892de4bb9758543e26a3554146047f8351dfb4))
|
||||||
|
|
||||||
# [0.71.0](https://github.com/revanced/revanced-integrations/compare/v0.70.0...v0.71.0) (2022-11-15)
|
# [0.71.0](https://github.com/revanced/revanced-integrations/compare/v0.70.0...v0.71.0) (2022-11-15)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.jvmargs = -Xmx2048m
|
org.gradle.jvmargs = -Xmx2048m
|
||||||
android.useAndroidX = true
|
android.useAndroidX = true
|
||||||
version = 0.71.0
|
version = 0.72.0
|
||||||
|
Loading…
Reference in New Issue
Block a user