From b4336cc5fba236b0a294f2cf3a22b23b830b79a0 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Thu, 29 Aug 2024 16:25:58 +0300 Subject: [PATCH] update changelog Squashed commit of the following: commit 9306408b0130246bc56ece6f788b05328efc77c2 Author: Slava Leleka Date: Thu Aug 29 16:12:21 2024 +0300 update changelog commit dbadf93d027f0f4618992b638efe8338b338829f Author: Slava Leleka Date: Thu Aug 29 15:58:43 2024 +0300 update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb836b9c..32e1c0483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic -## [Unreleased] +## [v1.11.27] - 2024-08-29 ### Added @@ -17,7 +17,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - new values to `set-cookie` and `set-cookie-reload` scriptlets: `checked`, `unchecked` [#444] - new values to `set-local-storage-item` and `set-session-storage-item` scriptlets: `allowed`, `denied` [#445] -- UBO aliases `noop-vast2.xml`, `noop-vast3.xml`, and `noop-vast4.xml` for correspondent AdGuard redirects. +- UBO aliases `noop-vast2.xml`, `noop-vast3.xml`, and `noop-vast4.xml` for correspondent AdGuard redirects - new field `uniqueId` to scriptlet configuration, allowing scriptlets to be executed only once per context ### Changed @@ -29,7 +29,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - issue with modifying `RegExp.$1, …, RegExp.$9` values in `log-on-stack-trace` and `abort-on-stack-trace` scriptlets [#384] -[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.16...HEAD +[v1.11.27]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.16...v1.11.27 [#384]: https://github.com/AdguardTeam/Scriptlets/issues/384 [#301]: https://github.com/AdguardTeam/Scriptlets/issues/301 [#439]: https://github.com/AdguardTeam/Scriptlets/issues/439