-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create CHANGELOG.md and fill it with 1.7 notes
- Loading branch information
1 parent
48bd360
commit 6924f2f
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# ChangeLog for Scriptlets releases | ||
## Version 1.7 | ||
### Added | ||
Trusted scriptlets with extended capabilities. Full documentation [here](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-trusted-scriptlets.md). | ||
* trusted-click-element ([#23](https://github.com/AdguardTeam/Scriptlets/issues/23)) | ||
* trusted-replace-xhr-response ([#202](https://github.com/AdguardTeam/Scriptlets/issues/202)) | ||
* trusted-replace-fetch-response | ||
* trusted-set-local-storage-item | ||
* trusted-set-cookie | ||
Scriptlets: | ||
* xml-prune ([#249](https://github.com/AdguardTeam/Scriptlets/issues/249)) | ||
### Improved | ||
Scriptlets: | ||
* prevent-element-src-loading ([#228](https://github.com/AdguardTeam/Scriptlets/issues/228)) | ||
* prevent-fetch ([#216](https://github.com/AdguardTeam/Scriptlets/issues/216)) | ||
* abort-on-stack-trace ([#201](https://github.com/AdguardTeam/Scriptlets/issues/201)) | ||
* abort-current-inline-script ([#251](https://github.com/AdguardTeam/Scriptlets/issues/251)) | ||
* set-cookie & set-cookie-reload | ||
Redirects: | ||
* google-ima3 ([#255](https://github.com/AdguardTeam/Scriptlets/issues/255)) | ||
* metrika-yandex-tag ([#254](https://github.com/AdguardTeam/Scriptlets/issues/254)) | ||
* googlesyndication-adsbygoogle ([#252](https://github.com/AdguardTeam/Scriptlets/issues/252)) | ||
Miscellaneous: | ||
* Knowledge Base [debugging scriptlets article](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#debug-scriptlets) has been improved |