Skip to content

Commit 2f80fc8

Browse files
committed
v2.17.2
1 parent a849d18 commit 2f80fc8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.17.2] - 2025-10-30
11+
1012
### Added
1113
- Added dynamic review link in support toast: displays appropriate store name (Mozilla Add-ons, Chrome Web Store, or Microsoft Store) based on detected browser.
1214
- Added browser detection utilities (`isFirefox()`, `isChromium()`, `isEdge()`) for platform-specific features.
@@ -534,7 +536,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
534536

535537
*Note: This changelog was introduced in version 2.2.30. For earlier version history, please refer to the [GitHub releases](https://github.com/YouG-o/YouTube_No_Translation/releases).*
536538

537-
[Unreleased]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.17.1...HEAD
539+
[Unreleased]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.17.2...HEAD
540+
[2.17.2]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.17.1...v2.17.2
538541
[2.17.1]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.17.0...v2.17.1
539542
[2.17.0]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.16.0...v2.17.0
540543
[2.16.0]: https://github.com/YouG-o/YouTube_No_Translation/compare/v2.15.2...v2.16.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ynt",
3-
"version": "2.17.1",
3+
"version": "2.17.2",
44
"description": "Keep YouTube content in its original language: titles, descriptions, audio... No more unwanted translations.",
55
"scripts": {
66
"clean": "rm -rf dist && rm -f manifest.json",

0 commit comments

Comments
 (0)