Skip to content

Commit

Permalink
Merge branch 'release/v5.2' into feature/AG-38139
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 20, 2025
2 parents 4a533ff + a6c4b39 commit a4072d0
Show file tree
Hide file tree
Showing 80 changed files with 7,834 additions and 903 deletions.
11 changes: 6 additions & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ module.exports = {
'position': 'after',
},
// Place custom-filters-service alias after internal
{
'pattern': 'custom-filters-service',
'group': 'internal',
'position': 'after',
},
// TODO: Uncomment this block when custom filters will be supported for MV3.
// {
// 'pattern': 'custom-filters-service',
// 'group': 'internal',
// 'position': 'after',
// },
// Place rules-limits-service alias after internal
{
'pattern': 'rules-limits-service',
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Handling missing children data in the deserializer for certain nodes.
- Wrong protection state is shown after navigating from excluded website to another one [#3048].
- Once allowlisted tab considers all following websites in the tab as allowlisted [#3020].
- Once allowlisted tab considers all following websites in the tab as allowlisted [#3020] [#3048].
- Handling missing children data in the deserializer for certain nodes.
- A rule from a disabled filter list disables another rule [#3002].
- Notify user that rule was not applied because of the chrome limitations [#3004].
Expand All @@ -54,13 +52,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Blocked counter on the popup updates for blocked requests from other tabs [#3050].
- `$popup,third-party` modifiers cause document blocking [#3012].
- Don't show lines for absent metadata when adding a custom filter [#3057].
- Filtering log does not observe tab changes, openings, or closings.
- Scriptlets and scripts are executed too late on website reload or navigation in MV2 [#2855].
- Do not inject cosmetic rules into the Assistant frame in MV3.

### Removed

- Storage classes, because they were moved to the `@adguard/tswebextension` package.

<!-- TODO: place correct last released version from master, i.e. v5.0.xxx -->
[Unreleased]: https://github.com/AdguardTeam/AdguardBrowserExtension/compare/v5.0.188...HEAD
[#2855]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2855
[#2908]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2908
[#2950]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2950
[#3002]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3002
Expand Down
283 changes: 283 additions & 0 deletions Extension/_locales/be/messages.json

Large diffs are not rendered by default.

Loading

0 comments on commit a4072d0

Please sign in to comment.