Skip to content

Commit

Permalink
add halloween24 promo. AG-36762
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slavaleleka committed Oct 21, 2024
1 parent a43fbe0 commit aa0087a
Show file tree
Hide file tree
Showing 18 changed files with 428 additions and 284 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/01-bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ body:
3.
validations:
required: true

- type: textarea
id: how_it_should_be
attributes:
label: Expected Behavior
placeholder: A clear and concise description of what you expected to happen.
validations:
required: false

- type: textarea
id: how_it_is
attributes:
label: Actual Behavior
placeholder: A clear description of what happened instead.
validations:
required: true

- type: textarea
id: screens
attributes:
Expand All @@ -85,7 +85,7 @@ body:
</details>
validations:
required: false

- type: textarea
id: additional
attributes:
Expand All @@ -98,4 +98,4 @@ body:
attributes:
value: |
---
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ body:
attributes:
value: |
---
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
Upvote [important issues](https://github.com/AdguardTeam/AdGuardVPNExtension/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1:
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/03-question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this form!

- type: checkboxes
attributes:
label: Please answer the following questions for yourself before submitting a question.
Expand All @@ -15,11 +15,11 @@ body:
required: true
- label: I checked to make sure that this issue has not already been filed
required: true

- type: textarea
id: question
attributes:
label: Ask a question
placeholder: If you want to know more about how the app works.
validations:
required: true
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- 'about': >
Please check AdGuard VPN Knowledgebase for more useful information about our products
'name': 'Knowledgebase'
'url': 'https://adguard-vpn.com/kb/'
'url': 'https://adguard-vpn.com/kb/'
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,50 @@ 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
<!-- TODO: add release date -->
## [2.2.31]

### Changed

- Updated @adguard/logger to v1.1.1.
- Updated [@adguard/logger] to `v1.1.1`.

## [2.2.27]
<!-- TODO: uncomment when released on github -->
<!-- [2.2.31]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.27...v2.2.31 -->

## [2.2.27] - 2024-08-27

### Added

- Macedonian language support [#184].

[2.2.27]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.24...v2.2.27
[#184] https://github.com/AdguardTeam/AdGuardVPNExtension/issues/184

[#184]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/184

## [2.2.24] - 2024-08-06

### Changed

- Updated @adguard/logger to v1.0.1.
- Updated [@adguard/logger] to `v1.0.1`.

### Fixed

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

[2.2.27]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.20...v2.2.24
[2.2.24]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.2.20...v2.2.24
[#176]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/176


## [2.2.17] - 2024-05-02

### Added

- @adguard/logger library for logging
- [@adguard/logger] `v1.0.0` library for logging.

### Changed

- Backend API domain is used for forwarder urls.

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


## [2.2.14] - 2024-03-15

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


## [2.2.9] - 2024-02-14

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


## [2.1.7] - 2023-12-21

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

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


## [2.1.5] - 2023-11-21

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

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


## [2.1.1] - 2023-11-15

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

### Fixed

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

[2.1.1]: https://github.com/AdguardTeam/AdGuardVPNExtension/compare/v2.0.65...v2.1.1
[#149]: https://github.com/AdguardTeam/AdGuardVPNExtension/issues/149

[@adguard/logger]: https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/logger/CHANGELOG.md
Loading

0 comments on commit aa0087a

Please sign in to comment.