Skip to content

Commit aa0087a

Browse files
committed
add halloween24 promo. AG-36762
Squashed commit of the following: commit 0b9ff20 Author: Slava Leleka <[email protected]> Date: Wed Oct 16 21:14:59 2024 +0300 fix changelog commit bda3048 Author: Slava Leleka <[email protected]> Date: Wed Oct 16 21:01:52 2024 +0300 fix promo for norwegian commit 4b55bf0 Author: Slava Leleka <[email protected]> Date: Wed Oct 16 12:27:00 2024 +0300 fix changelog commit 50800d4 Merge: a3c2fb2 a43fbe0 Author: Slava Leleka <[email protected]> Date: Wed Oct 16 12:21:20 2024 +0300 Merge branch 'master' into feature/AG-36762 commit a3c2fb2 Author: Slava Leleka <[email protected]> Date: Tue Oct 15 17:46:58 2024 +0300 fix linter commit c5d9589 Author: Slava Leleka <[email protected]> Date: Tue Oct 15 17:34:20 2024 +0300 add halloween24 promo commit 811137f Author: Slava Leleka <[email protected]> Date: Tue Oct 15 17:32:24 2024 +0300 update icon types commit 9713d61 Author: Slava Leleka <[email protected]> Date: Tue Oct 15 17:28:59 2024 +0300 update assets commit f0dd5e0 Author: Slava Leleka <[email protected]> Date: Tue Oct 15 16:18:42 2024 +0300 fix empty spaces
1 parent a43fbe0 commit aa0087a

18 files changed

+428
-284
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ body:
5151
3.
5252
validations:
5353
required: true
54-
54+
5555
- type: textarea
5656
id: how_it_should_be
5757
attributes:
5858
label: Expected Behavior
5959
placeholder: A clear and concise description of what you expected to happen.
6060
validations:
6161
required: false
62-
62+
6363
- type: textarea
6464
id: how_it_is
6565
attributes:
6666
label: Actual Behavior
6767
placeholder: A clear description of what happened instead.
6868
validations:
6969
required: true
70-
70+
7171
- type: textarea
7272
id: screens
7373
attributes:
@@ -85,7 +85,7 @@ body:
8585
</details>
8686
validations:
8787
required: false
88-
88+
8989
- type: textarea
9090
id: additional
9191
attributes:
@@ -98,4 +98,4 @@ body:
9898
attributes:
9999
value: |
100100
---
101-
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
101+
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:

.github/ISSUE_TEMPLATE/02-feature-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ body:
3333
attributes:
3434
value: |
3535
---
36-
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
36+
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:

.github/ISSUE_TEMPLATE/03-question.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: Thanks for taking the time to fill out this form!
8-
8+
99
- type: checkboxes
1010
attributes:
1111
label: Please answer the following questions for yourself before submitting a question.
@@ -15,11 +15,11 @@ body:
1515
required: true
1616
- label: I checked to make sure that this issue has not already been filed
1717
required: true
18-
18+
1919
- type: textarea
2020
id: question
2121
attributes:
2222
label: Ask a question
2323
placeholder: If you want to know more about how the app works.
2424
validations:
25-
required: true
25+
required: true

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- 'about': >
44
Please check AdGuard VPN Knowledgebase for more useful information about our products
55
'name': 'Knowledgebase'
6-
'url': 'https://adguard-vpn.com/kb/'
6+
'url': 'https://adguard-vpn.com/kb/'

CHANGELOG.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,50 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- TODO: add release date -->
9+
## [2.2.31]
910

1011
### Changed
1112

12-
- Updated @adguard/logger to v1.1.1.
13+
- Updated [@adguard/logger] to `v1.1.1`.
1314

14-
## [2.2.27]
15+
<!-- TODO: uncomment when released on github -->
16+
<!-- [2.2.31]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.27...v2.2.31 -->
17+
18+
## [2.2.27] - 2024-08-27
1519

1620
### Added
1721

1822
- Macedonian language support [#184].
1923

2024
[2.2.27]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.24...v2.2.27
21-
[#184] https://github.com/AdguardTeam/AdGuardVPNExtension/issues/184
22-
25+
[#184]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/184
2326

2427
## [2.2.24] - 2024-08-06
2528

2629
### Changed
2730

28-
- Updated @adguard/logger to v1.0.1.
31+
- Updated [@adguard/logger] to `v1.0.1`.
2932

3033
### Fixed
3134

3235
- Bug with logging `null` values [#176].
3336

34-
[2.2.27]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.20...v2.2.24
37+
[2.2.24]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.20...v2.2.24
3538
[#176]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/176
3639

37-
3840
## [2.2.17] - 2024-05-02
3941

4042
### Added
4143

42-
- @adguard/logger library for logging
44+
- [@adguard/logger] `v1.0.0` library for logging.
4345

4446
### Changed
4547

4648
- Backend API domain is used for forwarder urls.
4749

4850
[2.2.17]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.14...v2.2.17
4951

50-
5152
## [2.2.14] - 2024-03-15
5253

5354
### Fixed
@@ -57,7 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5758
[2.2.14]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.9...v2.2.14
5859
[#166]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/166
5960

60-
6161
## [2.2.9] - 2024-02-14
6262

6363
### Added
@@ -72,7 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
[#156]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/156
7373
[#150]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/150
7474

75-
7675
## [2.1.7] - 2023-12-21
7776

7877
### Added
@@ -81,7 +80,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8180

8281
[2.1.7]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.1.5...v2.1.7
8382

84-
8583
## [2.1.5] - 2023-11-21
8684

8785
### Removed
@@ -90,7 +88,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9088

9189
[2.1.5]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.1.1...v2.1.5
9290

93-
9491
## [2.1.1] - 2023-11-15
9592

9693
### Added
@@ -99,6 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9996

10097
### Fixed
10198

102-
- Logs sending during bug report [#149](https://github.com/AdguardTeam/AdGuardVPNExtension/issues/149).
99+
- Logs sending during bug report [#149].
103100

104101
[2.1.1]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.0.65...v2.1.1
102+
[#149]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/149
103+
104+
[@adguard/logger]: https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/logger/CHANGELOG.md

0 commit comments

Comments
 (0)