Skip to content

Commit

Permalink
AG-39262: better changelogs for releases
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 2a97a4f
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 17:50:59 2025 +0300

    fixed logs

commit 79894bf
Author: Slava Leleka <[email protected]>
Date:   Thu Jan 30 09:18:18 2025 -0500

    fix changelogs

commit 9c6fdd9
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 16:51:57 2025 +0300

    added links

commit b0a1c98
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 16:50:15 2025 +0300

    better changelogs

commit ed0d9fe
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 16:43:17 2025 +0300

    better changelog for tswebextension

commit 46e60fe
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 16:26:08 2025 +0300

    fixed changelog for tsurlfilter

commit 5daa538
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Jan 30 16:22:20 2025 +0300

    update changelog for AGTree
  • Loading branch information
105th committed Jan 30, 2025
1 parent 0922f9a commit 193e35c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
7 changes: 7 additions & 0 deletions packages/agtree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [3.0.0-alpha.3] - 2025-01-30

### Changed

- Better usage of ESM pure imports for `tldts` dependency.

[3.0.0-alpha.3]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/agtree-v3.0.0-alpha.3

## [3.0.0-alpha.2] - 2024-12-17

Expand Down
13 changes: 7 additions & 6 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [3.1.0-alpha.8] - 2025-01-30

### Added

Expand All @@ -14,20 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- We throw error for empty modifier list in network rules.
- Updated [@adguard/agtree] to `v3.0.0` which improves the bundle size and performance.
- Updated [@adguard/scriptlets] to `v2.0.1`
- Updated [@adguard/extended-css] to `v2.1.0`
- Drop UMD support, now only ESM builds.
- Updated [@adguard/agtree] to `v3.0.0-alpha.3` which improves the bundle size
and performance.
- Updated [@adguard/scriptlets] to `v2.1.4` which improves the bundle size and
performance.

### Fixed

- Handling missing children data in the deserializer for certain nodes.
- URI encoded `$removeparam` value is not removed in MV3 [AdguardBrowserExtension#3014].
- `$removeparam` fails to match encoded URL params in MV2 [AdguardBrowserExtension#3015].
- `$popup,third-party` modifiers cause document blocking [AdguardBrowserExtension#3012].
- `$removeparam` incorrectly removes parameters from encoded URLs [AdguardBrowserExtension#3076].
- Pattern shortcut extraction from regexp patterns with character classes [AdguardBrowserExtension#2924].

[3.1.0-alpha.8]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v3.1.0-alpha.8
[AdguardBrowserExtension#3014]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3014
[AdguardBrowserExtension#3015]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3015
[AdguardBrowserExtension#3012]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3012
Expand Down
18 changes: 13 additions & 5 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- FIXME (Slava): prepare release v3.0.0-alpha.0 -->
## Unreleased
## [3.0.0-alpha.1] - 2025-01-30

### Added

- `StealthActions` event to filtering log for MV3.
- Implemented `StealthAllowlistAction` event to filtering log.
- Graceful handling errors about enabling/disabling stealth rules.
- Support for separating rules into safe and unsafe in declarative converter.

### Changed

- Updated [@adguard/agtree] to `v3.0.0-alpha.2`.
- Updated [@adguard/scriptlets] to `v2.1.3-alpha.1`.
- Updated [@adguard/tsurlfilter] to `v3.1.0-alpha.7`.
- Drop UMD support, now only ESM builds.
- Updated [@adguard/agtree] to `v3.0.0-alpha.3`.
- Updated [@adguard/scriptlets] to `v2.1.4`.
- Updated [@adguard/tsurlfilter] to `v3.1.0-alpha.8`.
- Updated [@adguard/extended-css] to `v2.1.1`.

### Fixed
Expand All @@ -21,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A rule from a disabled filter list disables another rule [AdguardBrowserExtension#3002].
- Matching of `companyCategoryName` for subdomains.

[3.0.0-alpha.1]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v3.0.0-alpha.1
[AdguardBrowserExtension#3020]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3020
[AdguardBrowserExtension#3002]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3002

Expand Down

0 comments on commit 193e35c

Please sign in to comment.